Jump to content

Recommended Posts

Posted

I am sort of new with AutoIt but I made a working script, and it uses the default AutoIt icon. I want to change the icon of my executable file, but for some reason when I click Compile, the context menu that I have seen screenshots of doesn't pop up. It just makes the file. Is there some preference I have to enable to get that menu to open up when I compile, or is this a glitch? Please respond, this is frustrating. If it helps, here's the version info:

SciTE4AutoIt3

Version 1.77

Dec 24 2008 09:01:19

by Neil Hodgson.

Updated: Valik & Jos

Posted

right click - compile with options. And we know you need help. That is why it is in the general help and support forum; avoid yelling it in the title.

Posted

right click - compile with options. And we know you need help. That is why it is in the general help and support forum; avoid yelling it in the title.

What do I right click? The file in Windows Explorer? If I do that, there is not an option to "Compile with Options."

  • Developers
Posted

Within SciTE press Ctrl+F7 to open a GUI where you can set Directives of which one is for setting the Programs Icon.

Open the SciTE4AutoIt3 Helpfile and look for the #AutoIT3Wrapper directives for details.

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

Posted

Within SciTE press Ctrl+F7 to open a GUI where you can set Directives of which one is for setting the Programs Icon.

Open the SciTE4AutoIt3 Helpfile and look for the #AutoIT3Wrapper directives for details.

I tried that, it just compiles the file. No GUI opens.

Posted

You need to show the SciTE Output pane info so I can see why this happens.

>"C:\Program Files (x86)\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\Users\Clay\FastClick.au3"

Ultimate Packer for eXecutables

Copyright © 1996 - 2008

UPX 3.03w Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2008

File size Ratio Format Name

-------------------- ------ ----------- -----------

612864 -> 290304 47.37% win32/pe FastClick.exe

Packed 1 file.

>Exit code: 0 Time: 2.323

  • Developers
Posted

>"C:\Program Files (x86)\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "C:\Users\Clay\FastClick.au3"

Ultimate Packer for eXecutables

Copyright © 1996 - 2008

UPX 3.03w Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2008

File size Ratio Format Name

-------------------- ------ ----------- -----------

612864 -> 290304 47.37% win32/pe FastClick.exe

Packed 1 file.

>Exit code: 0 Time: 2.323

This tell me you are not using the Full version of SciTE4AutoIt3. Download the separate installer, install it and try it again.

Jos

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

Posted

This tell me you are not using the Full version of SciTE4AutoIt3. Download the separate installer, install it and try it again.

Jos

It works now, thanks!

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
×
×
  • Create New...