makogen Posted March 16, 2007 Posted March 16, 2007 Thx to those who helped me get started ^^; I've worked with the tutorials and read over the gui reference in the help menus...but I've run into a couple of walls... 1. is there a way to have dynamic text within a text field? for instance...I have a list of names in an array, as well as a list in the gui, and i want the currently selected name to appear in the top right corner of my gui. 2. this one's a little less demanding, it's about the cosmetics...how can I re-skin my gui? to make it look...prettier? 3. how do u gray-out a button? I looked through the tutorials, and I know I'm overlooking it, but I can't find it. thanx so much u guys! ^^;
Falcone88 Posted March 17, 2007 Posted March 17, 2007 Haven't seen your project, but I'll try to help 1. I'm positive there's a way to capture the event of clicking on a list, maybe even with just GUIGetMsg(). If not, I have something somewhere that I found on the forums if you can't find it. It got it to catch double-clicks, so single clicks shouldn't be a problem.... Anyway you then just need to use GUICtrlSetData to change a label you've made in the upper right corner 2. There's a UDF floating around the forums somewhere... Search around a bit. 3. GUICtrlSetState( $controlID, $GUI_DISABLE) should do the trick My Code:- _TocLib - UDF for TOC protocol (The simplified one used by 3rd party AIM/ICQ clients)
Moderators SmOke_N Posted March 17, 2007 Moderators Posted March 17, 2007 For GUI skinning most are using Valuaters Xskins.http://www.autoitscript.com/forum/index.ph...mp;highlite=%2B Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Valuater Posted March 17, 2007 Posted March 17, 2007 (edited) For Skins and Buttons (mouse-over) only you can use EzSkin.... herehttp://www.autoitscript.com/forum/index.ph...st&p=307380Believe me, this is really easy to use8) Edited March 17, 2007 by Valuater
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