Jump to content

HTML GUI


 Share

Recommended Posts

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? :D

Thanks in advance!

Link to comment
Share on other sites

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]
Link to comment
Share on other sites

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. :D For all the apps I've made I've used Koda, tough.

Edited by motionman95
Link to comment
Share on other sites

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. :D 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.

:D

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
Link to comment
Share on other sites

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.

:D

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...

Link to comment
Share on other sites

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".

:D

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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...