youknowwho4eva Posted August 28, 2008 Posted August 28, 2008 How would you add a menu item separator? Click on a menu and see the horizontal lines? that's what I'm going for. And how about the shortcut key listings? I'm sure I can set up the shortcut keys and all, but how do you get them listed next to the command and all pretty right justified? Giggity
rasim Posted August 28, 2008 Posted August 28, 2008 youknowwho4eva Quote From helpGUICtrlCreateMenuItem()If the Text parameter is a "" then a separator line is created. GUICtrlSetState can be used as for other controls. See example.For menu cusomizing see here
youknowwho4eva Posted August 28, 2008 Author Posted August 28, 2008 Hm, I didn't see that in there, thank you rasim. I'll have to look at that thread some, I just glanced at it and it looks impressive. Giggity
Zedna Posted August 28, 2008 Posted August 28, 2008 GUICtrlCreateMenuItem() Quote If the Text parameter is a "" then a separator line is created. Resources UDF ResourcesEx UDF AutoIt Forum Search
youknowwho4eva Posted August 28, 2008 Author Posted August 28, 2008 Thanks Zedna, I must have scanned over that part when I was trying to find the solution. @rasim, I looked at that thread, and I'm not understanding how he created the Side Menu Text. Is it as difficult as it looks in his script? If so I'll skip that part till a later update. Giggity
TalivanIBM Posted September 12, 2008 Posted September 12, 2008 (edited) I have discovered now, only you have to set in the GuiCtrlCreateMenuItem the text wit @TAB Ex GuiCtrlCreateMenuItem("Hello" & @TAB & "F1", $menu) and you will get the text F6 in the right of the menu Cool and easy............. Edited September 12, 2008 by TalivanIBM
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now