Jump to content

AutoIt3Wrapper Resource Update


Jos
 Share

Recommended Posts

  • Developers

Ok, tested. The compiling now appears to work fine. However, it still uses AutoIt3_x64.exe for running. Now, if your script is simple, this isn't a big problem. It only becomes a problem if you use SQLite.dll.au3(one or two of my most recent scripts are using it). Running a script that uses this udf with a 64bit version of AutoIt will cause a fatal error because it will not be able to load the 32bit SQLite.dll.

All WinAPI functions work fine I believe(though of course I haven't tested). The reason being is that the system kernel has 32bit and 64bit versions of the WinAPI.

- The Kandie Man ;-)

Uploaded a new version of autoit3wrapper which now checks the Register (Run/Compile shell options) for which version of autoit3 and aut2exe to use. that should fix that issue for you.

I think you should post a bug report or post and reply in the Examples thread on the UDF to report this issues so the originator of the UDF can have a look at it.

Thanks for all your testing ... really appreciate it :)

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

Link to comment
Share on other sites

  • Replies 86
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Uploaded a new version of autoit3wrapper which now checks the Register (Run/Compile shell options) for which version of autoit3 and aut2exe to use. that should fix that issue for you.

I think you should post a bug report or post and reply in the Examples thread on the UDF to report this issues so the originator of the UDF can have a look at it.

Thanks for all your testing ... really appreciate it :)

Thanks, it works great now. No problem with the testing. If you have any other stuff that you need to test feel free to PM me about it Jos.

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

Hi,

Sorry if I seem to be high-jacking here - but running 3.2.11.0 through Scite, there is a 5 sec delay after running even "hello world" type script before the final console message at the end of a script.

This does not happen with 3.2.10.0

Sorry if someone has already asked; but I'm not sure where to look with Bug Report system removed?..

So is that Scite wrapper, or AutoIt?

Best, Randall

Link to comment
Share on other sites

Hi,

Sorry if I seem to be high-jacking here - but running 3.2.11.0 through Scite, there is a 5 sec delay after running even "hello world" type script before the final console message at the end of a script.

This does not happen with 3.2.10.0

Sorry if someone has already asked; but I'm not sure where to look with Bug Report system removed?..

So is that Scite wrapper, or AutoIt?

Best, Randall

Verified. I am having the same problem, however, it doesn't appear to be the wrapper that has the bug. It seems to be AutoIt. The reason I say this is because the AutoIt process just seems to idle there fore about 5 seconds after parsing the last line of the script. The wrapper then reports the exit code right after it exits. This appears to be a bug in AutoIt, not the wrapper.

- The Kandie Man ;-)

Edited by The Kandie Man

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

Hi!

So who do we ask?

Randall

Just ran the hello world directly from the AutoIt3.exe. The executable exited promptly. Therefore the hang must be caused by the wrapper. I am not sure how or why. Possibly stdin stream or something that is getting halted? It is therefore not a bug in AutoIt, only the wrapper(upon further investigation). We could report this as a bug, but Jos will probably come in here again sometime today or tomorrow and see this. If you want, you can also PM Jos about this bug, but I would bet that Jos will be in this thread again shortly.

If Jos doesn't reply to this, then I will submit the bug in the new trac system.

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

The resource update is done by 3 UDF's in AutoIt3Wrapper and could easily be used standalone .... Maybe project 291 on your list ? :)

I'll add it in but but the list keeps growing. Not at 291 yet though. Current active = 33, not started 9. So the list isn't all that long right now. Of the 33 active I think I'll be closing 3 or 4 in the next few days. They are really finished and just getting the odd touch up at this point.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

This is fixed for 3.2.11.1

That is:

Just ran the hello world directly from the AutoIt3.exe. The executable exited promptly. Therefore the hang must be caused by the wrapper. I am not sure how or why. Possibly stdin stream or something that is getting halted? It is therefore not a bug in AutoIt, only the wrapper(upon further investigation). We could report this as a bug, but Jos will probably come in here again sometime today or tomorrow and see this. If you want, you can also PM Jos about this bug, but I would bet that Jos will be in this thread again shortly.

If Jos doesn't reply to this, then I will submit the bug in the new trac system.

- The Kandie Man ;-)

Edited by GaryFrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Alright thanks guys.

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

  • Developers

I am not using the Beta Autoit3 yet to compile any of the utilities. I need to start testing with the new STDIO stuff first before releasing it.

It is too much depending on that stuff and I have been putting my time in getting this Resource update stuff coded and tested. :)

Just uploaded a new Beta of AutoIt3Wrapper & GUI v 1.10.1.2.

- Code cleaning done and more in-line documentation.

- fixed bug when #AutoIt3Wrapper_Res_Fileversion= didn't contain x.x.x.x

I have done many tests and haven't had any issues anymore.

I will update the SciTE4AutoIt3 installer when no issues are reported in the next few days .

Only thing I still need to solve is that the latest aut2exe is copy to the production aut2exe directory.

Jos

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

Link to comment
Share on other sites

Hi,

nothing that belongs to tpoic, but you could make compression combo readonly.

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Developers

Hi,

nothing that belongs to tpoic, but you could make compression combo readonly.

Mega

Assume you are talking about Autoit3Wrapper_Gui:

Sure... but also care to share with us why you would want the Compression Combo readonly not allowing you to change it ?

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

Link to comment
Share on other sites

Assume you are talking about Autoit3Wrapper_Gui:

Sure... but also care to share with us why you would want the Compression Combo readonly not allowing you to change it ?

Jos

No, of course you need to select something, but why typing is allowed? What happens when typing "bla" in compression level and so on.

Just to avoid errors and because it is not needed to type there.

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Developers

Ok... you mean if I can add the Style $CBS_DROPDOWNLIST to the combobox.

The script does force the input to be valid and reverts to the default "Normal" when its invalid, but I will add the Style to the combo.

Thanks

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

Link to comment
Share on other sites

Ok... you mean if I can add the Style $CBS_DROPDOWNLIST to the combobox.

The script does force the input to be valid and reverts to the default "Normal" when its invalid, but I will add the Style to the combo.

Thanks

jos

Add the $CBS_DROPDOWNLIST property to the language combo as well. The user should not be able to type in the language beause the language name is associated with the language number which is statically declared in a two dimensional array in your script. It is annoying because every time I click to change it and press a E on my keyboard it deletes the entire field when all i wanted was the combobox to scroll down to the next E word listing.

Thanks,

- The Kandie Man ;-)

Edited by The Kandie Man

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

  • Developers

Add the $CBS_DROPDOWNLIST property to the language combo as well. The user should not be able to type in the language beause the language name is associated with the language number which is statically declared in a two dimensional array in your script. It is annoying because every time I click to change it and press a E on my keyboard it deletes the entire field when all i wanted was the combobox to scroll down to the next E word listing.

Thanks,

- The Kandie Man ;-)

Consider it done and uploaded :)

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

Link to comment
Share on other sites

Consider it done and uploaded :)

Thanks Jos. Much appreciated.

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

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