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
but when I set the behavior of card "settings" to stack "Settings Card Behavior" the mouseUp message is not handled by that behavior.
When the app first is opened for some reason the stack "settings Card Behavior" is not opened.
For now, just so the "create requests" button will work I have added the mouseUp handler in this button
on mouseUp
go card "requests"
end mouseUp
However, nce this issue is resolved the above handler should be removed and the mouseUp message generated by clicking this button should be handled by the mouseUp hander that is in the behavior stack "Settings Card Behavior"
Workaround unsucessful.
I tried manually opening the stack "Settings Card Behavior" after I had opened the project by
selected the open stack... menu item of the File menu of LiveCode
selected "app/ui/Main Window/behaviours/Settings Card Behavior.livecodescript" file and click 'Open'
commented out the mouseUp handler in the button "create Requests"
clicked on mouse button "create requests"
This did not work. The mouseUp messages from clicking the "create requests" did not go to the stack "settings Card Behavior"
The text was updated successfully, but these errors were encountered:
Resolve issue #1 - The behavior stack for the settings card was not loading when the project was opened. This was because the StackFiles for the stack 'Main WIndow.livecode' had an incorrect file path to the behaviour script file for the settings card stack 'Settings Card Behavior.livecodescript'.
To resolve this I deleted the incorrect reference to that stack file and added a reference to that stack file that had the correct file path.
The button "create requests" of card "Settings" of stack "main window" should not have to have any code to handle mouseUp messages.
This mouseUp should be handled by the behavior stack "Settings Card Behavior"
but when I set the behavior of card "settings" to stack "Settings Card Behavior" the mouseUp message is not handled by that behavior.
When the app first is opened for some reason the stack "settings Card Behavior" is not opened.
For now, just so the "create requests" button will work I have added the mouseUp handler in this button
However, nce this issue is resolved the above handler should be removed and the mouseUp message generated by clicking this button should be handled by the mouseUp hander that is in the behavior stack "Settings Card Behavior"
Workaround unsucessful.
I tried manually opening the stack "Settings Card Behavior" after I had opened the project by
This did not work. The mouseUp messages from clicking the "create requests" did not go to the stack "settings Card Behavior"
The text was updated successfully, but these errors were encountered: