BrettF Posted January 20, 2007 Posted January 20, 2007 Say i have a GUI with a menu and it's state is automatically hidden. And if the mouse gos over is position how can i make it show and then if the mouse moves away it hides again? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
_Kurt Posted January 20, 2007 Posted January 20, 2007 Here's exactly what you're looking for:http://www.autoitscript.com/forum/index.ph...30&hl=HoverIn that post, there's the UDF, and some examples so people can understand how to properly use it Kurt Awaiting Diablo III..
BrettF Posted January 20, 2007 Author Posted January 20, 2007 Thankyou, thankyou.... It was just what i was looking for Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
BrettF Posted January 20, 2007 Author Posted January 20, 2007 How could i do it if the control was hidden?? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
_Kurt Posted January 21, 2007 Posted January 21, 2007 Well, how about this? GUICtrlSetState($control, $GUI_HIDE) ; Hides the control GUICtrlSetState($control, $GUI_SHOW) ; Shows the control Also, study the script to see exactly where to put it. I really like the ControlHover of a program I had made, check out Wolfy's Classic Rock in my signature. It should be located at the end of Include.au3. Kurt Awaiting Diablo III..
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