alawoona Posted March 21, 2004 Posted March 21, 2004 (edited) Why doesn't this display the "date" control? GUICreate ( "onDemand", 200,200,800,200) GUISetControl ( "date","",10, 10,185,20 ) GUIWaitClose ( ) Edited March 21, 2004 by alawoona
Valik Posted March 21, 2004 Posted March 21, 2004 As best I can remember, JP didn't put date control support in yet because he was having issues compiling AutoIt with it in there.
alawoona Posted March 21, 2004 Author Posted March 21, 2004 Thanks Valik. Another question about autoit-gui. I tried compiling this script: #include "GUI_include.au3" GUICreate ( "onDemand", 200,200,800,200) GUISetControl ( "button","Hello",10,10,185,20 ) GUIWaitClose ( ) but get an error message about GUICreate being an unknown function when I run the executable. Does compile work with autoit-gui?
Developers Jos Posted March 21, 2004 Developers Posted March 21, 2004 Thanks Valik. Another question about autoit-gui. I tried compiling this script:#include "GUI_include.au3"GUICreate ( "onDemand", 200,200,800,200)GUISetControl ( "button","Hello",10,10,185,20 )GUIWaitClose ( )but get an error message about GUICreate being an unknown function when I run the executable. Does compile work with autoit-gui?Don't think that there is a compiler included in the Beta which JPM made available.It will not work with the regular aut2exe.exe. 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.
Valik Posted March 21, 2004 Posted March 21, 2004 You need to copy Aut2Exe from your AutoIt installation directory to the same directory that you extracted AutoIt-GUI to. There is already an AutoItSC.bin included in the archive, just no Aut2Exe.exe. You have to run Aut2Exe manually, the context menu when right clicking won't work.
Developers Jos Posted March 21, 2004 Developers Posted March 21, 2004 Learn something new everyday.... 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.
Helge Posted March 21, 2004 Posted March 21, 2004 Learn something new everyday.... Ditto ! Thanks for the information, Valik !
alawoona Posted March 21, 2004 Author Posted March 21, 2004 Ditto Ditto - seems you also have to copy upx.exe to your autoit-gui directory as well.
Lazycat Posted March 21, 2004 Posted March 21, 2004 As best I can remember, JP didn't put date control support in yet because he was having issues compiling AutoIt with it in there.Do you sure? I've tried this code with the 101.9 version - and this works just fine. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s])
jpm Posted March 21, 2004 Posted March 21, 2004 You need to copy Aut2Exe from your AutoIt installation directory to the same directory that you extracted AutoIt-GUI to. There is already an AutoItSC.bin included in the archive, just no Aut2Exe.exe. You have to run Aut2Exe manually, the context menu when right clicking won't work.I never thought that just include au2exe and upx simplify the test.Will be include in 101.10
jpm Posted March 21, 2004 Posted March 21, 2004 Do you sure? I've tried this code with the 101.9 version - and this works just fine.That's was a long time ago in fact the code from AU3GUI was not needed to have the date working under XP at least.foe me is is working as Kot say
alawoona Posted March 21, 2004 Author Posted March 21, 2004 (edited) I am using Win2000. Will test it again using XP when I get home. Edited March 21, 2004 by alawoona
jpm Posted March 23, 2004 Posted March 23, 2004 I am using Win2000. Will test it again using XP when I get home.Did you find the reason?
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