jimytimes2 Posted February 22, 2006 Share Posted February 22, 2006 (edited) - removed unnecessary comments Edited February 23, 2006 by JdeB Link to comment Share on other sites More sharing options...
Holger Posted February 22, 2006 Author Share Posted February 22, 2006 Would be very nice if one of the moderators would be delete the last comment - you know which I mean! Thanks. Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Link to comment Share on other sites More sharing options...
AutoItKing Posted March 6, 2006 Share Posted March 6, 2006 Dude, that's really nice! I have been waiting for this my whole life! How 'bout a help file? http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
BigDod Posted March 6, 2006 Share Posted March 6, 2006 Dude, that's really nice! I have been waiting for this my whole life! How 'bout a help file?You aint been waiting long then. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother Link to comment Share on other sites More sharing options...
AutoItKing Posted March 6, 2006 Share Posted March 6, 2006 That ain't nice! http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
ARCHY Posted March 16, 2006 Share Posted March 16, 2006 Holger , its excellent! Thanks But how i can use IT instead of TrayCreateItem ? Very^2 nice menu, it's possible? Link to comment Share on other sites More sharing options...
slightly_abnormal Posted March 20, 2006 Share Posted March 20, 2006 way cool! if possible can this icons be created on a button? Link to comment Share on other sites More sharing options...
strate Posted March 20, 2006 Share Posted March 20, 2006 Is it possible to use a *.ico file as the image instead of something from Shell32? if so how? INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station... Link to comment Share on other sites More sharing options...
Holger Posted March 20, 2006 Author Share Posted March 20, 2006 (edited) @strate: Try something like for example: $ExitItem = _GUICtrlCreateODMenuItem('Exit', $FileMenu, @ScriptDir & '\shutdown.ico', 0) @archy: not possible at the moment! there is still some bigger issue I have to solve at first. Edited March 20, 2006 by Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Link to comment Share on other sites More sharing options...
strate Posted March 20, 2006 Share Posted March 20, 2006 @strate: Try something like for example: $ExitItem = _GUICtrlCreateODMenuItem('Exit', $FileMenu, @ScriptDir & '\shutdown.ico', 0) @archy: not possible at the moment! there is still some bigger issue I have to solve at first.Thank you, your example didn't work so I changed it around. The following worked for me though. Dim $nAddLabelItem = MY_GUICtrlCreateMenuItem('Add/Remove Label', $nEditMenu, @ScriptDir & '\LE.ico', 0) I thought I tried something similiar but I guess I was wrong lol. Thanks again this is a wonderful feature. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station... Link to comment Share on other sites More sharing options...
taurus905 Posted April 23, 2006 Share Posted April 23, 2006 Holger,Thanks for all your hard work.I was only interested in how to change Button Color or Button Text Color. But colored menus with icons, wow, very cool.http://www.autoitscript.com/forum/index.ph...n%20color&st=15Your work is very encouraging for users who don't have the skill-set of a developer.Please keep up the good work in support of the average-man.taurus905 "Never mistake kindness for weakness."-- Author Unknown --"The highest point to which a weak but experienced mind can rise is detecting the weakness of better men."-- Georg Lichtenberg --Simple Obfuscator (Beta not needed.), Random names for Vars and Funcs Link to comment Share on other sites More sharing options...
Holger Posted August 21, 2006 Author Share Posted August 21, 2006 Just fixed 1 line to work with current release 3.2.0.X (first post for more infos). Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Link to comment Share on other sites More sharing options...
Pieter Posted August 24, 2006 Share Posted August 24, 2006 Awesome man! Does this work with systray right-click menus too? iPod + Online calendars = iPodCALsync Link to comment Share on other sites More sharing options...
Danny35d Posted August 24, 2006 Share Posted August 24, 2006 Awesome man! Does this work with systray right-click menus too?I don't think so but, you can try this otherone for traymenu. AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line Link to comment Share on other sites More sharing options...
Sunaj Posted November 19, 2006 Share Posted November 19, 2006 This include library is superb, thanks Holger! The only thing is that the performance of the modern menu drawing is not -that- fast, meaning that a lag can be seen on menu's with many items in it.. a shame for me, seeing as how I love the modern menu design.. Anyway, what I want to ask you is this: Can your include files be updated to allow for "GUICtrlSetData" without too much pain involved?! Thanks, Sunaj [list=1][*]Generic way to detect full path to default browser, List/ListView Events Using GuiRegisterMsg (detect doubleclick and much more)[*]Using dllcall for full control over fileopendialog, Make DirMove act somewhat normally (by circumventing it...)[*]Avoid problems with "&" (chr(38)) in code, Change desktop maximized area/workspace (fx to make deskbar type app)[*]Change focus behavior when buttons are clicked to work closer to 'standard windows' app[*](Context) Menus With Timed Tooltips, Fast Loops & Operators in AU3[*]Clipboard UDF, A clipboard change notification udf[/list] Link to comment Share on other sites More sharing options...
Hello Me You Posted February 11, 2007 Share Posted February 11, 2007 Thanks a lot Random Link to comment Share on other sites More sharing options...
Emiel Wieldraaijer Posted February 23, 2007 Share Posted February 23, 2007 Thnx Holger, really nice.. But like Sunaj says GUICtrlSetData won't work with the nice menu structure.. do you know how to fix this Thnx Emiel Best regards,Emiel Wieldraaijer Link to comment Share on other sites More sharing options...
Pa Callender Posted May 13, 2007 Share Posted May 13, 2007 (edited) It's only very recently occured to me that you can use the MM Lib to create Office 2003 style menus... I modified the XSkinGradient Code and injected it into the WM_DRAWITEM function. Just use this new feature like this: _SetMenuIconGradBkColor(0xEFEFEF) Knock yourselves out! ModernMenu.au3 sample.au3 Edited May 19, 2007 by Pa Callender [size="4"]YOU SHALL NOT PARSE!![/size] Link to comment Share on other sites More sharing options...
Emiel Wieldraaijer Posted June 17, 2007 Share Posted June 17, 2007 Hi All, When i built my scripts into unicode format .. and i read external language files which are also saved into unicode format.. the GUI is displayed correct but the menu which is created by this script isn't.. it displays ????? has someone else has the same problems or does someone know a solution to my problem. Emiel Best regards,Emiel Wieldraaijer Link to comment Share on other sites More sharing options...
MrCreatoR Posted June 17, 2007 Share Posted June 17, 2007 Emielhas someone else has the same problemsYes, i have the same problem (if the text is cirillyc letters that encoded to Utf string), but i do not know how to fix this..If someone know how to fix it, please tell as, thanks. Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team Link to comment Share on other sites More sharing options...
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