Problems with custom Option Menu
Posted: Sun Feb 09, 2014 10:02 pm
Greetings everyone,
Since one of the last LC version updates (don't know which one) I'm having a problem with a custom Option menu I have created.
I have 4 stacks on my project:
- the Main stack
- the Working Stack
- the custom option menu drop-down stack
- and one last stack that I use as a code library
on my main stack, I have a on preOpenStack call that calls a function on one library stack
on the working stack, I have created a custom options menu that, instead of using normal options, uses a stack with all options on it (the option menu drop-down stack)
so, what's my problem?
This option menu was working just fine: I clicked on it, and the custom stack was displayed with the options to choose. However since one of the last updates, when I click on the option menu, the system is calling the on preOpenStack from the Main stack.
I have tried to create new option menus but it seems global now: If I use the option menu with normal options, it works, but if I try to use it with a custom stack, it call the Main stack on preOpenStack handler.
Anyone is able to provide any help?
thanks in advance,
- Miguel
Since one of the last LC version updates (don't know which one) I'm having a problem with a custom Option menu I have created.
I have 4 stacks on my project:
- the Main stack
- the Working Stack
- the custom option menu drop-down stack
- and one last stack that I use as a code library
on my main stack, I have a on preOpenStack call that calls a function on one library stack
on the working stack, I have created a custom options menu that, instead of using normal options, uses a stack with all options on it (the option menu drop-down stack)
so, what's my problem?
This option menu was working just fine: I clicked on it, and the custom stack was displayed with the options to choose. However since one of the last updates, when I click on the option menu, the system is calling the on preOpenStack from the Main stack.
I have tried to create new option menus but it seems global now: If I use the option menu with normal options, it works, but if I try to use it with a custom stack, it call the Main stack on preOpenStack handler.
Anyone is able to provide any help?
thanks in advance,
- Miguel