Jump to content

Recommended Posts

  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

  On 6/21/2012 at 12:01 AM, 'MrCreatoR said:

You are running compiled script from the archive, or you compile it yourself?

Downloaded the .au3 and compiled it myself.

  Reveal hidden contents

 

Posted (edited)

  On 6/21/2012 at 12:36 PM, 'ricky03 said:

see the picture. I use your compiled version!

The strings length will be fixed, as for the Author question, program read it from the script header (#cs... Author: Name ... #ce).

  On 6/21/2012 at 1:12 PM, 'ricky03 said:

The problem is the same. I compile with the v3.3.8.1 on Win XP SP3!

I have not tested the program on XP with skins, but afair, the skins engine designed for Vista+. Edited by MrCreatoR

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

New version...

  Quote

[1.4]

+ Added option to copy script functions list.

+ Added option to set comments for scripts.

+ Search settings are saved now.

* Fixed issue with not runing script if the program is compiled.

* Fixed Drag & Drop problem.

* Fixed Rename Script problem (setting was not saved).

* Fixed issue with not included APIConstants.au3.

* Fixed issue with wrong search strings lenght.

* Updated Editor_Plugin to support AutoIt 3.3.8.1 (syntax highlighter mostly).

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

Hello MrCreatoR

I just downloaded the new version (.exe) but still can not run the script from inside the program.

[font="verdana, geneva, sans-serif"] [/font]

Posted

  On 6/24/2012 at 8:19 AM, 'armoros said:

I just downloaded the new version (.exe) but still can not run the script from inside the program.

Very strange. What this script shows for you?

MsgBox(64, 'Title', _GetAutoItExe())

Func _GetAutoItExe()
    Local $OSArch = Execute("@OSArch")
    Local $sRegistry_Key = "HKLMSOFTWAREAutoIt v3AutoIt"

    If $OSArch = "" Then
        $OSArch = Execute("@ProcessorArch")
    EndIf

    If $OSArch <> "x86" Then
        $sRegistry_Key = "HKLMSOFTWAREWow6432NodeAutoIt v3AutoIt"
    EndIf

    Local $Au3_Path = StringRegExpReplace(@AutoItExe, '[^]+$', '') & "AutoIt3.exe"
    If @Compiled Then $Au3_Path = RegRead($sRegistry_Key, "InstallDir") & "AutoIt3.exe"

    If FileExists($Au3_Path) Then Return $Au3_Path

    $Au3_Path = @ProgramFilesDir & "AutoIt3AutoIt3.exe"
    If FileExists($Au3_Path) Then Return $Au3_Path

    $Au3_Path = @ScriptDir & "AutoIt3"
    If FileExists($Au3_Path) Then Return $Au3_Path & "AutoIt3.exe"

    Return SetError(1, 0, 0)
EndFunc

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

  On 6/25/2012 at 11:38 AM, 'armoros said:

When i run the script i get a msg box with the full path of AutoIt3.exe

Then you should able to run the script.

Are you run it from menu, or by double click?

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

  On 6/25/2012 at 11:58 PM, 'MrCreatoR said:

Then you should able to run the script.

Are you run it from menu, or by double click?

Well as i said i run the ASC.exe

With both ways it won't run.

Also when in the settings is checked the double click => run script, nothing happens.

When i double click for edit the script it works fine.

But when i compile it with SCITE it works fine and i can run the script.

Thank you MrCreatoR

[font="verdana, geneva, sans-serif"] [/font]

Posted (edited)

Update...

  Quote

[1.5]

+ Added skins selection option (additional skins can be found here: http://creator-lab.ucoz.ru/AutoIt/SC_SkinPack.zip).

* Now there is no need to restart the program when enabling/disabling skin feature.

* Fixed window size limit issue.

* Fixed wrong Count column sorting.

Edited by MrCreatoR

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

Update...

  Quote

[1.6]

+ Added translation for few untranslated strings.

+ Added hyperlink "Download skins..." to settings dialog.

* Updated SkinCrafter Module.

* Translated scrolling text in About dialog.

* Fixed issue with preventing second copy run.

* Fixed issue with closing child gui by parent system controls.

* Now there is no need to restart the program when changing language.

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

Hello,

thanks for this new upgrade.

New feature, give the possibily to add a link for the topic in the forum and/or the website of the developper...

When we set the comment Why you didn't use an edit box? Better to see correctly all the comment...

Posted

  On 7/2/2012 at 1:41 PM, 'ricky03 said:

Hello,

thanks for this new upgrade.

New feature, give the possibily to add a link for the topic in the forum and/or the website of the developper...

When we set the comment Why you didn't use an edit box? Better to see correctly all the comment...

The link can be found in the script, or added to comment.

Edit box will be used in next version.

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted (edited)

Update...

  Quote

[1.7]

+ Added icons for tray menu.

+ Added "Settings" and "About" items for tray menu.

+ Added multiline edit for Set script comments feature.

+ Better script info gathering (mostly Author related).

* Fixed issue with translating tray menu items.

* Fixed issue with updating module.

* Fixed few issues with categories related options and menu call.

* Fixed in Editor Plugin:

* Issue when undo action empties the edit content, even if there was nothing to undo.

* Issue when Find next/previous searches only from last found position, not from the current.

* Issue with added NUL character to the end of file after it's saved.

Edited by MrCreatoR

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

hi.

thanks for this wonderfull program.

my suggestions is to add ability to change hotkey from ini or from gui.

  • 3 weeks later...
Posted

Hello MrCreatoR

thanks for this great version.

Is it possible to change the program to work with: doc (docx), xls (xlsx) and pdf files/snippets?

I've often to create some documentation and i want to make it easier for me :idiot: ...

Greets

Dizzy

  • 9 months later...
Posted

On page 1 you see: "Download: Temporary unavailable"

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

  On 4/30/2013 at 3:57 PM, 'water said:

On page 1 you see: "Download: Temporary unavailable"

Yes, I saw, thanks. But it was just back to the message if it was an oversight since July ...

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