Topher Posted March 4, 2012 Posted March 4, 2012 For menus created with _GUICtrlMenu_CreateMenu is there any way to change the font size and color? [left][hr] $mood = "whimsy" $mode = "confused" $randomChaos = True Do Something() Until $Tired[/left][left]Reflex (Arcade game)[/left][left]IX (Board game)[/left][left]The Word Game (Word game)[/left][left]Plastic Sliding Squares Puzzle (Puzzle)[/left]
Moderators Melba23 Posted March 4, 2012 Moderators Posted March 4, 2012 Topher, I do not believe that you can change the colour and font in a menu created with the API. But you could use the ModernMenu UDF - that can certainly have coloured items and different fonts. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Topher Posted March 4, 2012 Author Posted March 4, 2012 (edited) Thank you. I am running into a problem with ModernMenu. Running the example uncompiled, nothing was visible. I compiled into 32bit everything was fine. I ran it uncompiled on my 32bit computer and everything was fine. I am guessing from this that on my 64bit computer it is running uncompiled scripts as 64bit. If so, how do I force uncompiled scripts to be 32bit? Or if that question makes no sense, how do I make ModernMenu work correctly uncompiled on my 64bit computer? Edited March 4, 2012 by Topher [left][hr] $mood = "whimsy" $mode = "confused" $randomChaos = True Do Something() Until $Tired[/left][left]Reflex (Arcade game)[/left][left]IX (Board game)[/left][left]The Word Game (Word game)[/left][left]Plastic Sliding Squares Puzzle (Puzzle)[/left]
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