Jump to content

#AutoIt3Wrapper


Recommended Posts

I've never really used the directives before, and I cannot find an answer on the forum, or scite help file.

First

#AutoIt3Wrapper_Res_ProductVersion=1.0.0.0

Does not add product version to the file, at least not on my PC (Win7 32), But the FileVersion works fine, ids this an OS issue?

Do the latest production releases of SciTE4Autoit3 include the latest versions of AutoIt3Wrapper, or do I need to download them seperately?

Is there a way to span multiple lines in the description field?

Is there a directive for Product Name I'm overlooking as I cannot see one?

Appreciate any assistance.

EDIT: make description more descriptive.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Moderators

JohnOne,

#AutoIt3Wrapper_Res_ProductVersion [...] Does not add product version to the file

Does for me on Vista x32 SP2 - perhaps an OS thing, but as you are on x32 so I woudl think it unlikely.

Do the latest production releases of SciTE4Autoit3 include the latest versions of AutoIt3Wrapper, or do I need to download them seperately?

Unless there is a later version in the Beta download area, you have the current version in the latest full SciTE download.

Is there a way to span multiple lines in the description field?

Not that I know of.

Is there a directive for Product Name I'm overlooking as I cannot see one?

The following works fine for me:

#AutoIt3Wrapper_Res_Field=ProductName|My_Product_Name

Hope that helps in parts. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

It certainly does, thanks.

ProductName works fine, but still cannot get the Productversion to display.

From help

#AutoIt3Wrapper_Res_ProductVersion= ;Product Version. Default is the AutoIt3 version used.

This does not default to anything, the "File Version" defaults to Autoit version, but The Product version field remains blank.

Thanks for your time bud.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Moderators

JohnOne,

I use this exact line in one of my scripts:

#AutoIt3Wrapper_Res_ProductVersion=3.6

and I get 3.6.0.0 when I look at the properties - seems it requires that format.

Best wait and see if Jos can offer any enlightenment. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Yes, It's rather odd because without being an expert, I thought Vista was very similar to 7

I'm in no rush to get to the finish line anyway.

Cheers.

EDIT: Although I wouldnt mind hearing someone elses result with win 7 32, just to see if its a user problem.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Developers

There is a difference between the OS versions.

Here is a demo script to play with to see the differences:

#AutoIt3Wrapper_Res_ProductVersion=1.0      
#AutoIt3Wrapper_Res_Fileversion=2.0.3.1
#AutoIt3Wrapper_Res_Field=Productname|Demo
#AutoIt3Wrapper_Res_Field=ProductVersion|Version 1.0
$test=1

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

Doh!

#AutoIt3Wrapper_Res_Field=ProductVersion|Version 1.0

Worked fine, I had tried to do that after seeing Melba23 example of ProductName, but hastily used \ insteadof |.

Thanks Jos, and Melba23

Any way of the multiple line description Jos?

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Developers

Any way of the multiple line description Jos?

Don't believe that this is supported in the FileDescription resource field.

Have you found info that states otherwise?

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

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