PROJECT: Finding the pasting source.
It's not that easy, but I figured that these things are needed for the pasting bug to appear:
--------------------------------------------------
MooClick (Or other Moo sources, unknown)
0< Objects
--------------------------------------------------
Now, the only way to make this bug appear is to set
the position of the object to one of the values that
was send through MooClick. This is true, I tried without
MooClick and it didn't paste, even making the event
manually didn't make it paste. Now, next step:
Creating a whole new Application with Moo in it to try and
see if that'll still work (if it works we know for sure its through MooClick.
WILL BE UPDATED
Re: PROJECT: Finding the pasting source.
I dont think its MooClick fault, I saw very similiar bug jest when you set X,Y on some special event and with some special objects.
Re: PROJECT: Finding the pasting source.
[]I dont think its MooClick fault, I saw very similiar bug jest when you set X,Y on some special event and with some special objects. [/]
All my meetings with this bug was through MooClick. I'm tired of it, and I'm going to find the source!
Re: PROJECT: Finding the pasting source.
Okay, so, it made it through the second test. It appears that IT'S NOT the value that's send.
Wierd.
My only solution is to see if the distance of the two clients matters <img src="/center/images/graemlins/blush.gif" alt="" />
Re: PROJECT: Finding the pasting source.
So now you can see its not MooClick fault, it could be your fault as distance if clients matters...check the properties of objects, Im sure MooClick doenst have to do anything with positioning, it does MMF. I had problem similiar to yours when I move string object before the loop started..