randallc Posted August 3, 2006 Posted August 3, 2006 ARe these compatible? Here's an example script; works, but NOT the GUISetOnEvent($GUI_EVENT_CLOSE) event? I have another script i can't get to work properly with "GUISetOnEvent" as well, but i hope this willl be a good enough example? Best, randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW
GaryFrost Posted August 3, 2006 Posted August 3, 2006 I would think you would know better at this point. Move the GuiSetOnEvent to below the GuiCreate, i.e. $Gui = GUICreate("Double Click Demo", 417, 356, 292, 225);,BitOR($WS_EX_TOPMOST, $WS_EX_TOOLWINDOW)) GUISetOnEvent($GUI_EVENT_CLOSE, "_Exit") SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
randallc Posted August 3, 2006 Author Posted August 3, 2006 Thanks; sorry, first script I've ever used OnEvent mode! Best, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW
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