Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client does not respond to NQ of Configure event #340

Open
mkromberg opened this issue Jan 3, 2025 · 0 comments
Open

Client does not respond to NQ of Configure event #340

mkromberg opened this issue Jan 3, 2025 · 0 comments
Milestone

Comments

@mkromberg
Copy link
Collaborator

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.

@mkromberg mkromberg added this to the Blocking milestone Jan 3, 2025
@mkromberg mkromberg changed the title Client does not respond to NQ og Configure event Client does not respond to NQ of Configure event Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant