motionman95 Posted September 22, 2009 Posted September 22, 2009 Hello everyone! Is it possible to use HTML to design my AutoIt GUI? Because the truth is, I feel that it's easier for me to design my GUI in HTML than in AutoIt. I was thinking about embedded a page in my GUI or something, but I was worried about how my page would communicate with AutoIt. Any ideas? Thanks in advance!
colafrysen Posted September 22, 2009 Posted September 22, 2009 I think this would be very hard to run smooth, have you tested Koda? [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
motionman95 Posted September 22, 2009 Author Posted September 22, 2009 (edited) I think this would be very hard to run smooth, have you tested Koda?Yes, but I'd still rather use HTML because I have more GUI control, and I could pimp may application out (graphics wise) more easily. For all the apps I've made I've used Koda, tough. Edited September 22, 2009 by motionman95
PsaltyDS Posted September 22, 2009 Posted September 22, 2009 Yes, but I'd still rather use HTML because I have more GUI control, and I could pimp may application out (graphics wise) more easily. For all the apps I've made I've used Koda, tough.You could create an embedded instance of IE in a GUI, then load a local .html file. See the help file example under GuiCtrlCreateObj(). You can also run AutoItX as an active-X scripting object within a web page I believe, though I haven't done that one myself. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
jvanegmond Posted September 22, 2009 Posted September 22, 2009 Here's someone with a weird error, but it works though: http://www.autoitscript.com/forum/index.php?showtopic=102749 And it's a good example. github.com/jvanegmond
motionman95 Posted September 22, 2009 Author Posted September 22, 2009 You could create an embedded instance of IE in a GUI, then load a local .html file. See the help file example under GuiCtrlCreateObj(). You can also run AutoItX as an active-X scripting object within a web page I believe, though I haven't done that one myself. Would AutoIt be able to catch the URL of the page that the embedded IE box? Because maybe then it could read varibles of of the URL...
motionman95 Posted September 22, 2009 Author Posted September 22, 2009 Thanks guys! You've gotten me started. I'll report back!
PsaltyDS Posted September 22, 2009 Posted September 22, 2009 Would AutoIt be able to catch the URL of the page that the embedded IE box? Because maybe then it could read varibles of of the URL...Get a reference with _IEAttach() using "embedded" and then _IEPropertyGet() for "locationurl". Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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