GoldFishCrackers Posted January 19, 2009 Posted January 19, 2009 So I'm currently tring to get the window animate functions working. They're not. Maybe the video will help you understand...
Moderators Melba23 Posted January 19, 2009 Moderators Posted January 19, 2009 (edited) Hello again, I have just again run that same Gary Frost UDF that I posted in the Example Scripts area and it works perfectly on my Vista32 SP1 (and my daughter's laptop V32 SP1). Arer you getting any errors? (They show in the SciTE console area) M23 Edited January 19, 2009 by Melba23 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: Reveal hidden contents 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
GoldFishCrackers Posted January 19, 2009 Author Posted January 19, 2009 Melba23 said: Hello again,I have just again run that same Gary Frost UDF that I posted in the Example Scripts area and it works perfectly on my Vista32 SP1 (and my daughter's laptop V32 SP1).Arer you getting any errors? (They show in the SciTE console area)M23Nope. It just spams: er 0 or ex 0 in the window. This is very odd. Windows Vista Home Premium SP1 using the v3.3.0.0 and the latest BETA.
Moderators Melba23 Posted January 19, 2009 Moderators Posted January 19, 2009 Looking at your vid again, I notice a few things: 1. You have commented out all the Sleep(1500) lines. I know this should should not make a difference (it does not for me other than speed up the whole thing), but have you tried with them still in? 2. It looks like there is a GUISetState() in there - you should not really need it. 3. It look as if some of the functions work - $AW_DIAG_SLIDE_IN_BOTTOMRIGHT and $AW_DIAG_SLIDE_OUT_BOTTOMRIGHT at least. Some of the other functions look as though they are trying to work, but the GUI itself does not appear - or at least the title bar does not. I put in a GUISetBkColor(0xFFFF00) line to see the GUI more clearly. It still works perfectly for me without it, but perhaps something else to try (really clutching at straws here!). By the way, which BETA are you using? As far as I know, there is only the 3.3.0.0 release. 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: Reveal hidden contents 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
GoldFishCrackers Posted January 19, 2009 Author Posted January 19, 2009 Melba23 said: Looking at your vid again, I notice a few things:1. You have commented out all the Sleep(1500) lines. I know this should should not make a difference (it does not for me other than speed up the whole thing), but have you tried with them still in?2. It looks like there is a GUISetState() in there - you should not really need it.3. It look as if some of the functions work - $AW_DIAG_SLIDE_IN_BOTTOMRIGHT and $AW_DIAG_SLIDE_OUT_BOTTOMRIGHT at least. Some of the other functions look as though they are trying to work, but the GUI itself does not appear - or at least the title bar does not. I put in a GUISetBkColor(0xFFFF00) line to see the GUI more clearly. It still works perfectly for me without it, but perhaps something else to try (really clutching at straws here!).By the way, which BETA are you using? As far as I know, there is only the 3.3.0.0 release.M231. Yes2. Doesn't do anything without it3 Ugh..The beta one from the site. I tried with the release and still not working.Thanks for your help.
Developers Jos Posted January 19, 2009 Developers Posted January 19, 2009 (edited) GoldFishCrackers aka cdm_Death, cowmoo, d2addict4, Examiner, GoldFishCrackers, GunsAndRoses, IUnderstandAutoIt, KuKluxKlan, MoarDenEnuf, NewUser554, Rejectedz and most know you as: Swift TehWhale We are getting closer to your home and its a matter of time till somebody knock on your door to explain that you have crossed a border a long time ago and need to learn that this will not pass by without consequences. I have tried to save your ass a few times and have tried to be patient for a long time. It's now over and it's attack mode from now on. Better start watching from now on and this is not a threat, just a promise. Jos Edited January 19, 2009 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts