You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that it is possible, if this is fixed, that some kind of message loop will result - Morten may need to do some more work on the server once this issue is fixed.
The text was updated successfully, but these errors were encountered:
Run Demo_Issue303. Notice that the form has the Configure event enabled:
{"WC":{"ID":"F1","Properties":{"Caption":"Resize Me!","Coord":"Pixel","Event":[["Configure",""]],"Posn":[0,0],"Size":[400,500],"Type":"Form"}}}
Now resize the form. The last line in the session log will be something like:
{"NQ":{"Event":"Configure","ID":"F1","Info":[0,0,277,448],"NoCallback":0}}
The client should respond with;
{"Event":{"EventName":"Configure","ID":"F1","Info":[0,0,277,448]}}
Note that it is possible, if this is fixed, that some kind of message loop will result - Morten may need to do some more work on the server once this issue is fixed.
The text was updated successfully, but these errors were encountered: