|
wesoos
|
 |
« on: November 18, 2010, 03:10:03 PM » |
|
Is it possible to go directly to the setup screen when selecting the setup menu action, instead of showing the full setup menu first?
|
|
|
|
|
Logged
|
|
|
|
|
CamRose
Guest
|
 |
« Reply #1 on: November 18, 2010, 03:20:31 PM » |
|
No, not at this time. I am interested to know why want to be able to do that? I really only go the setup screen to change my URL settings.
|
|
|
|
|
Logged
|
|
|
|
|
wesoos
|
 |
« Reply #2 on: November 18, 2010, 03:25:39 PM » |
|
Basically just to be able to quickly get to that screen from a shortcut or something for remote support if anything needs changing...
|
|
|
|
|
Logged
|
|
|
|
|
wesoos
|
 |
« Reply #3 on: November 18, 2010, 03:30:57 PM » |
|
Actually what I would like to achieve with this, is to display the setup screen from a shortcut instead of a menu item. Is that possible?
|
|
|
|
|
Logged
|
|
|
|
|
wesoos
|
 |
« Reply #4 on: November 18, 2010, 05:34:25 PM » |
|
Also, I read in the documentation that you can hide menus with script. Can I get an example of how to reference a menu item in lua?
Thanks
|
|
|
|
|
Logged
|
|
|
|
|
YiLiu
|
 |
« Reply #5 on: November 19, 2010, 07:37:35 AM » |
|
Why do you want to use lua to hide the menu? why can the menu visibility properties not achieve your goal? It might be simple and easy to hide/show menu items.
|
|
|
|
|
Logged
|
|
|
|
|
wesoos
|
 |
« Reply #6 on: November 19, 2010, 08:35:58 AM » |
|
Well I basically want to always hide a menu item and only display it with a shortcut. I'm trying the menu visibility options but either I'm doing something wrong or it's not working. In one particular instance, I only have one item in the context menu. I set that menu item to Show If: ifnotfirst, but it always shows. I also tried the menu visibility conditions, setting the condition to only show if the value in a particular field is = to something it will never be, but the menu item still always show. Any ideas?
Also, iv'e set the shortcut for that menu, but when I hit the keys, nothing happens. I set it to SSS
|
|
|
|
|
Logged
|
|
|
|
|
YiLiu
|
 |
« Reply #7 on: November 19, 2010, 08:55:08 AM » |
|
(1)If only one menu item in your context menu, and you set it to default, it should run automatically when you click menu button.
(2)ifnotfirst condition applies for the menu items in grid. For example, when the row is not the first row, previous menu item should display.
(3)For condition, did you try setting the condition to not show if the value in a particular field is = something which always true?
(4)For shortcut key stuff, I will test it in my env, and let you know results.
|
|
|
|
|
Logged
|
|
|
|
|