Jump to content

Recommended Posts

Posted

I tried using this lastnight but couldn't figure out how. Could someone walk me thru setup from downloading PLEASE.

INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Posted

0) Read http://www.autoitscript.com/forum/index.php?showtopic=2877

1) Download and install http://www.autoitscript.com/autoit3/files/...it-v3.0.103.exe

2) Download and install http://www.autoitscript.com/autoit3/scite/...iTe4AutoIt3.exe

3) [Optional] Download http://www.autoitscript.com/fileman/users/public/CyberSlug/oct16proto.zip

After the each installer finishes, there should be a help file that is launched automatically.... Glance though the documentation before closing it :)

Hope that helps

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Posted

The old functions should be there.... It has some new functions at shown in this example:

GuiCreate("Example")
$ok = GuiCtrlCreatebutton("Click to close", 50, 50, 100, 30)
GuiSetState(@SW_SHOW)

While 1
   $msg = GuiGetMsg()
   If $msg = $ok Then Exit
Wend

By the way, I've found the code to be quite stable.

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Posted

0)  Read http://www.autoitscript.com/forum/index.php?showtopic=2877

1)  Download and install http://www.autoitscript.com/autoit3/files/...it-v3.0.103.exe

2) Download and install http://www.autoitscript.com/autoit3/scite/...iTe4AutoIt3.exe

3)  [Optional] Download http://www.autoitscript.com/fileman/users/public/CyberSlug/oct16proto.zip

After the each installer finishes, there should be a help file that is launched automatically.... Glance though the documentation before closing it :)

Hope that helps

<{POST_SNAPBACK}>

When I started installing step two it says AutoIt wasnt installed.
INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Posted

Hmm, maybe this change is the reason...

Workaround that might work:

Start > Run regedit

Browse to "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\"

Right-click, Export, and save to some file such as AutoItRegKey.reg

Find the file you just saved, right click it and choose Edit

Do a search for "\SOFTWARE\AutoIt v3\" and replace it with "SOFTWARE\HiddenSoft\AutoIt3\"

Save the file

Right click the file again and choose "Merge" Confirm merging

Try running the SciTE installer again

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
  • Administrators
Posted

Hmm, maybe this change is the reason...

Workaround that might work:

Start > Run regedit

Browse to "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\"

Right-click, Export, and save to some file such as AutoItRegKey.reg

Find the file you just saved, right click it and choose Edit

Do a search for "\SOFTWARE\AutoIt v3\" and replace it with "SOFTWARE\HiddenSoft\AutoIt3\"

Save the file

Right click the file again and choose "Merge" Confirm merging

Try running the SciTE installer again

Should be fine, I made it check for old keys during install.

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
  • Recently Browsing   0 members

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