Jump to content

v3.0.103 Unstable - Revolutions


Jon
 Share

Recommended Posts

  • Administrators

Updated:

http://www.autoitscript.com/autoit3/files/beta/autoit/

- Compiled in Terminal Server Aware mode (fixes @WindowsDir problems under TS)

- Renamed AU3_Spy.exe to AU3Info.exe and changed doc references

- Added current cursor ID to the AU3Info output

- Fixed misc GUI bugs as reported in bug forum

- Misc doc updates

Link to comment
Share on other sites

  • Replies 166
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Administrators

Updated:

- StringFormat \\ bug fixed

- Misc reported GUI bugs fixed

- Reported UDF typos/bugs fixed

- Helpfile examples installed in Autoit3\Examples\Helpfile (for future helpfile integration)

Link to comment
Share on other sites

  • Administrators

Updated:

- Colorized helpfile examples

- Some GUI OnEvent documentation

- Changed StringRegExp to return an array or true/false, depending on flag.

- Changed StringRegExp to return either the first matching string or ALL matching strings in the return array, depending on flag.

- Fixed StringRegExp for incomplete string vs. pattern. Now fails instead of hanging.

- Fixed recent TAB control bug

Link to comment
Share on other sites

  • Developers

Updated:

- Colorized helpfile examples

<{POST_SNAPBACK}>

The Helpfile also contains a new "Open this script" button which will only work when you have installed this beta with the available installer since it tries to open the example in from examples\helpfile\function.au3

This also means that when the helpfile is opened from an Editor, the current directory is in general set to the directory of the script being edited, so the button will also not work .

The next SciTE4Autoit3 will contain all changes for this to work again.

if you want to make the changes already now you need to do the following:

Copy this script to your autoit3 directory: http://www.autoitscript.com/fileman/users/jdeb/test/autoit3help.exe ( source: http://www.autoitscript.com/fileman/users/jdeb/test/autoit3help.au3 )

change these lines in au3.properties:

# Commands to for Help F1
#command.help.*.au3=$(CurrentWord)!$(autoit3dir)\autoit.chm
#command.help.subsystem.*.au3=4
command.help.*.au3=$(autoit3dir)\Autoit3Help.exe $(CurrentWord)
command.help.subsystem.*.au3=1

The AutoIthelp program can also be used by other editors to make the button work.

It uses KeyHH.exe to open the helpfile at the correct Index entry.

Enjoy,

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

  • Developers

Also... is it right that the "Open This Script" feature only opens in notepad as opposed to in the default editor?

<{POST_SNAPBACK}>

The new helpfile opens the example file with the program that is associated with the extension .AU3 action "Open" .

The default with the AutoIt3 installer has been set to Notepad and the next release of the SciTE installer will associate SciTE.exe to "Open".

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

When i click in the button  "open this script" nothing happen, why?

I have installed the last  autoit-v3.0.103.exe.

Thanks

<{POST_SNAPBACK}>

Did you launch the Help file diretly (i.e. from the Start Menu) or from SciTE?

You need to make a change to au3.properties as JdeB describes above in order for SciTE to work fully with the new help file....

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Did you launch the Help file diretly (i.e. from the Start Menu) or from SciTE?

You need to make a change to au3.properties as JdeB describes above in order for SciTE to work fully with the new help file....

<{POST_SNAPBACK}>

with both methods do not work.

Bye

Link to comment
Share on other sites

  • Administrators

Updated:

- Misc docs typos

- Misc UDF fixes

- New GUI sample in the docs from CyberSlug (the one that shows all the controls)

- Better extended-ASCII support for the Send() function - previously some extended characters were missing.

(JP, can you please check the Send stuff and also my work around the diadic characters. It should attempt a diadic keystroke and only fall back to ALT+0nnn when the keyboard doesn't support it - like with english keyboards. Also could you check my changes to your key table are correct? :idiot: )

Link to comment
Share on other sites

  • Developers

with both methods  do not work.

<{POST_SNAPBACK}>

Same here, not working.

<{POST_SNAPBACK}>

Ok we need more info to be able to check what is happening.

First... What is the error you get ? or are you getting nothing ?

If you get the error unable to open \examples\helpfile\functoinxys.au3 then:

- is the file in the Autoit3 examples directory ?

- did you start the helpfile from AutoIt3 directory?

EDIT: oh and also check what's associated with Au3 Open task by going in the file explorer/Tools/Folder options/FileTypes/AutoIt3 scripts.

Edited by JdeB

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

  • Developers

@JdeB: Very nice job.(examples with syntax colored)  :idiot:

Sorry, but I have the problem with button...This appears like a missing/unknown OBJECT.  :D

What I need to do? (OS: Win2000)

BTW: I did like the description what you said above too.(au3 props., etc)

<{POST_SNAPBACK}>

The function we use is an OCX called hhctrl.ocx and the HTML code looks like:

<OBJECT id=hhctrl type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" width=58 height=57>
<PARAM name="Command" value="ShortCut">
<PARAM name="Button" value="Text:Open this Script">
<PARAM name="Item1" value=",examples/helpfile/RegDelete.au3,">

Do you know if you have this ocx on you pc ? (should be located in system or system32.)

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

The function we use is an OCX called hhctrl.ocx  and the HTML code looks like:

<OBJECT id=hhctrl type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" width=58 height=57>
<PARAM name="Command" value="ShortCut">
<PARAM name="Button" value="Text:Open this Script">
<PARAM name="Item1" value=",examples/helpfile/RegDelete.au3,">

Do you know if you have this ocx on you pc ? (should be located in system or system32.)

<{POST_SNAPBACK}>

Yes. [version file(hhctrl.ocx): 5.2.3735.1]
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...