-
Notifications
You must be signed in to change notification settings - Fork 14
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
Connection to Levure Framework breaks when turning off Messages and on again in the LC IDE #184
Comments
I've never used the messages feature in the IDE so I haven't dealt with this before. Here is the IDE code in Levure loads scripts in the opposite order: libraries, back, and then front. See https://github.com/trevordevore/levure/blob/develop/framework/levure.livecodescript#L1739 It could be that the different order causes the problem. I know the window management front script that is part of the window manager helper relies on a library handler being present. If the IDE code loads the front script, triggers a message that is processed by the front script, but the library stack isn't in use, then an error would occur.
|
During development, there are often situations (mostly during debugging) where you need to disable Message Passing in the LC IDE. As soon as you turn Message Passing on again, LC throws an error related to the first Levure function it encounters which is in the Message Path. It seems that the connection to all Levure served functions and handlers get lost and the app gets stuck. To get out of the trouble, you have to turn off message passing again (to get rid of the error message bombing) and quit and restart LC and your Levure Project again.
Forgot to mention: I'm on Win 7 x64 with LC 9.6.8rc and Levure v.0.9.4.0.
The text was updated successfully, but these errors were encountered: