Pulldown menus stop to work in a specified card
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 121
- Joined: Thu Mar 27, 2008 10:19 am
Pulldown menus stop to work in a specified card
Probably there's a simple explanation, but I can't understand it.
On an old stack, always working fine, now the pulldown menus has stopped to work on a particular card. Also copying a working pulldown menu from another card and pasting it in this card, make the menu stop working (no menupick handling).
Looking at the Message Watcher, it seems that the pulldown menus doesn't generates anymore the "menupick" message. I've added an empty "mousedown" handler to the script of the pulldown menu, and magically the menupick message has been trapped again regularly.
I've searched for mousedown handlers in the script of the card, but there was not. I've only found a mousedown in the script of another group (the menubar group). The solution to add a moudedown empty handler works, but it seems incomprehensible, and I do not want other oddities happen.
Can someone assume what has happened?
On an old stack, always working fine, now the pulldown menus has stopped to work on a particular card. Also copying a working pulldown menu from another card and pasting it in this card, make the menu stop working (no menupick handling).
Looking at the Message Watcher, it seems that the pulldown menus doesn't generates anymore the "menupick" message. I've added an empty "mousedown" handler to the script of the pulldown menu, and magically the menupick message has been trapped again regularly.
I've searched for mousedown handlers in the script of the card, but there was not. I've only found a mousedown in the script of another group (the menubar group). The solution to add a moudedown empty handler works, but it seems incomprehensible, and I do not want other oddities happen.
Can someone assume what has happened?
-
- Posts: 121
- Joined: Thu Mar 27, 2008 10:19 am
-
- VIP Livecode Opensource Backer
- Posts: 10057
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Please submit that example with a report to the Rev Quality Control Center so it can be addressed:
http://quality.runrev.com/qacenter/
http://quality.runrev.com/qacenter/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- VIP Livecode Opensource Backer
- Posts: 10057
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Thanks - what's the ID number for the request?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 121
- Joined: Thu Mar 27, 2008 10:19 am