Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 10 of 12 total |
EWB 2.XX TMenu in Popup Scenario |
Tue, Sep 1 2015 9:25 AM | Permanent Link |
Mark Brooks Slikware | Hi
Just wondered if anybody had experience using the TMenu component as a popup menu? I can certainly make it popup by calling "Show" when an associated UI element is clicked and I can make it disappear by calling "Hide" when an item is clicked. However, I can't make it disappear when it loses focus i.e. when the user decides not to click any of the menu options but click elsewhere to dismiss it. Mark |
Tue, Sep 1 2015 3:22 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Mark,
<< Just wondered if anybody had experience using the TMenu component as a popup menu? I can certainly make it popup by calling "Show" when an associated UI element is clicked and I can make it disappear by calling "Hide" when an item is clicked. However, I can't make it disappear when it loses focus i.e. when the user decides not to click any of the menu options but click elsewhere to dismiss it. >> This is going to be hard to do without an OnExit event handler for the entire menu. The menu is a weird control because the menu items themselves obtain focus, not the menu. So, there isn't an OnExit for the menu, and without it, you can't really do what you want. Tim Young Elevate Software www.elevatesoft.com |
Mon, Nov 9 2015 10:30 AM | Permanent Link |
Uli Becker | Mark,
> Just wondered if anybody had experience using the TMenu component as a popup menu? I can certainly make it popup by calling "Show" when an associated UI element is clicked and I can make it disappear by calling "Hide" when an item is clicked. However, I can't make it disappear when it loses focus i.e. when the user decides not to click any of the menu options but click elsewhere to dismiss it. Maybe this is similar to what you asked: http://www.beckersoft-online.de/demos/menutest.html Uli |
Mon, Nov 9 2015 11:49 AM | Permanent Link |
squiffy Telemix Ltd. | Could you check when a menu item loses focus whether any of the other menu items have focus? If not, assume "something else" does and close it.
|
Mon, Nov 9 2015 11:58 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | << Could you check when a menu item loses focus whether any of the other menu items have focus? If not, assume "something else" does and close it. >>
EWB now (2.02) has menu-wide OnEnter/OnExit events, so this isn't an issue anymore: http://www.elevatesoft.com/manual?action=viewcomp&id=ewb2&comp=TMenu Tim Young Elevate Software www.elevatesoft.com |
Mon, Nov 9 2015 12:01 PM | Permanent Link |
squiffy Telemix Ltd. | Tim Young [Elevate Software] wrote:
You beat me to it I just noticed that and got it working fine. Just need to ensure you set one of the menu items to have focus when you show the menu, then the onexit event fires. |
Mon, Nov 9 2015 12:11 PM | Permanent Link |
Uli Becker | Tim,
> EWB now (2.02) has menu-wide OnEnter/OnExit events, so this isn't an issue anymore: I tried that, but nothing happens when I add code to the OnExit event of a TMenu. Anything obvious that I am overlooking? Uli |
Mon, Nov 9 2015 12:30 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Uli,
<< I tried that, but nothing happens when I add code to the OnExit event of a TMenu. Anything obvious that I am overlooking? >> Did you set focus to the menu, or one of the menu items ? Tim Young Elevate Software www.elevatesoft.com |
Mon, Nov 9 2015 12:39 PM | Permanent Link |
Uli Becker | Tim,
> Did you set focus to the menu, or one of the menu items ? Yes, I did. Uli |
Mon, Nov 9 2015 12:56 PM | Permanent Link |
Uli Becker | Tim,
> Did you set focus to the menu, or one of the menu items ? OK, I got it: I have to click outside the menu, then the OnExit event is fired. What I realized in the demo, is hiding the menu just when moving the mouse out of the menu's bounds. Uli |
Page 1 of 2 | Next Page » | |
Jump to Page: 1 2 |
This web page was last updated on Monday, October 14, 2024 at 05:15 PM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |