alawoona 0 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 Share this post Link to post Share on other sites
Valik 478 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. Share this post Link to post Share on other sites
alawoona 0 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? Share this post Link to post Share on other sites
Jos 2,213 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. Share this post Link to post Share on other sites
Valik 478 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. Share this post Link to post Share on other sites
Jos 2,213 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. Share this post Link to post Share on other sites
Helge 3 Posted March 21, 2004 Learn something new everyday.... Ditto ! Thanks for the information, Valik ! Share this post Link to post Share on other sites
alawoona 0 Posted March 21, 2004 Ditto Ditto - seems you also have to copy upx.exe to your autoit-gui directory as well. Share this post Link to post Share on other sites
Lazycat 13 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]) Share this post Link to post Share on other sites
jpm 101 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 Share this post Link to post Share on other sites
jpm 101 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 Share this post Link to post Share on other sites
alawoona 0 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 Share this post Link to post Share on other sites
jpm 101 Posted March 23, 2004 I am using Win2000. Will test it again using XP when I get home.Did you find the reason? Share this post Link to post Share on other sites