| View previous topic :: View next topic |
| Author |
Message |
Alex NeoBooker
Joined: 04 Mar 2006 Posts: 595
|
Posted: Thu Feb 04, 2010 1:51 am Post subject: Open a Menu |
|
|
Hello,
It is possible to automaticaly open a Menu without clicking on it? I mean to display the all content.
Thanks
Alex |
|
| Back to top |
|
 |
HPW NeoBooker

Joined: 01 Apr 2005 Posts: 1962 Location: Germany
|
Posted: Thu Feb 04, 2010 2:41 am Post subject: |
|
|
When you mean a neobook mainmenu you can define a shortcut.
Then use sendkeys to send this shortcut. _________________ Hans-Peter |
|
| Back to top |
|
 |
Alex NeoBooker
Joined: 04 Mar 2006 Posts: 595
|
Posted: Thu Feb 04, 2010 4:11 am Post subject: |
|
|
Hi HPW,
Ha yessss, exactly, excellent, thank you very much.
Alex |
|
| Back to top |
|
 |
HPW NeoBooker

Joined: 01 Apr 2005 Posts: 1962 Location: Germany
|
Posted: Thu Feb 04, 2010 5:02 am Post subject: |
|
|
My first thought was untested, so it does not work exactly what I has expected.
So do not define a shortcut.
Neobook assigns a menu key to a menu entry by default the first letter of a menutext.
Then when you press the ALT-Key this menu-key gets an underline and when you press the letter the menu opens.
When you do want a different letter from the menutext to be the key add a '&' in front of the wanted character.
So sending the ALT-key and the menu-key with sendkeys should do it. _________________ Hans-Peter |
|
| Back to top |
|
 |
Alex NeoBooker
Joined: 04 Mar 2006 Posts: 595
|
Posted: Thu Feb 04, 2010 5:21 am Post subject: |
|
|
Hi HPW,
Thank you very much, it works well.
Alex |
|
| Back to top |
|
 |
|