| View previous topic :: View next topic |
| Author |
Message |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Thu Oct 05, 2006 8:28 am Post subject: Macro Scheduler 9.0 Beta (045) Available |
|
|
Macro Scheduler 9.0 Beta is now available to registered users for testing.
To download, log in to your registered download area at:
http://www.mjtnet.com/dldregd.htm
The emphasis with this version is to improve productivity and make it easier to write scripts, both for novices and experts. The major changes are a redesigned macro builder with a new command locator and code builder dialogs on both the basic macro builder and advanced script editor, plus syntax QuickHelp and inline function selectors.
Change list:
New Command Locator and Code Builder
Updated Macro Properties Window
New Code Snippets System
Added Syntax QuickHelp to Editors
Added Inline Function Selector (Autocomplete) to Editors
Added option to always run from top in editor
Added Log File column to macro list
Added TabBook object to custom dialogs (Tab Control)
FTPPutFile now handles multiple files (requires testing against windows ftp servers)
FTPGetFile now handles multiple files (ditto)
Added FindImagePos function
Added GetScreenRes function
Added CompareBitmaps function
Added WaitScreenImage function
Added Telnet functions:
- TelnetConnect
- TelnetClose
- TelnetSend
- TelnetWaitFor
Added FileTime command
Added GFL_TYPE option to GetFileList to enable return list of directories
Added additional OnEvent KEY_DOWN modifiers
Added /NOSTOPKEY option to compiler (to disable SHIFT+ESC stopping EXEs)
Added Include function
Added IGNORESPACES option to tell interpreter to ignore whitespace within code
Added new INPUT_BROWSE option (2) for folder browse dialog
Added DIR type to FileBrowse object on dialogs for folder browse dialog
Added FONT property to Custom Dialogs to set font face and size
Added PasswordChar property to Custom Dialog Edit fields
Added error message when dialog name in Get/ResetDialogAction doesn't exist
Added SK_IGNORECAPS option
Note that the application icon has also changed.
The beta expires 31st December 2006. _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Last edited by mtettmar on Tue Nov 27, 2007 1:58 pm; edited 19 times in total
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Thu Oct 05, 2006 9:12 am Post subject: |
|
|
P.S. Remember this is currently beta. If installing over an existing installation please be sure to back it up first!
If you do install over the top of an existing install and choose not to install sample scripts you can download the new samples here:
http://www.mjtnet.com/software/samples9.zip _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
hvdberg Junior Coder
Joined: 12 Jul 2006 Posts: 39 Location: Netherlands Reputation: 100   Earn Points, Win a T-Shirt
|
Posted: Thu Oct 05, 2006 11:04 am Post subject: Bug reports |
|
|
Hi Marcus,
You're probably busy with all the hassles that come with releasing a beta, so I'll be patient, but there's no possibility to file a bug report for the 9 series.
I think it'd be easiest for you if I wait for this possibility to appear before filing bug reports, right?
Best,
Henk
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
|
| Back to top |
|
 |
hvdberg Junior Coder
Joined: 12 Jul 2006 Posts: 39 Location: Netherlands Reputation: 100   Earn Points, Win a T-Shirt
|
Posted: Thu Oct 05, 2006 11:15 am Post subject: |
|
|
From your answer I see that my original message was incomplete. What I meant is, that there's no BETA9022 option in the dropdown of the bugtracker. I thought that it'd be easier for you if I waited until that appears. Otherwise the BETA9 bugs would pollute the 'chapter' of the 8 series in your database.
Best,
Henk
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Thu Oct 05, 2006 11:16 am Post subject: |
|
|
Should be there now, thanks. _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Wed Oct 11, 2006 11:38 am Post subject: |
|
|
Beta 09 Build 024 is now available from registered downloads.
Fixes/Changes since 023:
- Fixed error running macro from macro properties after closing editor
- Avoided setfocus incorrectly focusing editor/macro form when run from editor/macro properties
- Added SK_IGNORECAPS option to ignore caps lock and send 'as is' in Send command.
- Added context sensitive Edit popup menu to basic editor in macro properties
- Fixed QuickHelp not displaying for Press/Release on Up/Down arrow _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Mon Oct 16, 2006 11:42 am Post subject: |
|
|
Beta 09 Build 025 is now available from registered downloads.
Fixes/Changes since 024:
- Added "minimize all windows" option to macro recorder
- Added Lock Watch List Position option to Editor Debug menu.
- Improved Capture tool for image recognition functions
- Set system tray icon to low-res if display less than 32bit _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Sun Oct 22, 2006 4:08 pm Post subject: |
|
|
Beta 09 Build 027 is now available from registered downloads.
Fixes/Changes since 025:
026:
- Improvements when running password protected macros from hotkeys.
- Improved context sensitive help on macro properties.
027:
- Fixed strtobool bug with lock watch list
- QuickHelp now recognises command abbreviations _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Mon Oct 23, 2006 3:35 pm Post subject: |
|
|
Beta 09 Build 029 is now available from registered downloads.
Fixes/Changes since 027:
028:
- Fixed QuickHelp adding chevron to commands with no parms
029:
- Fixed hotkey issue introduced in 026 _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
memilm Junior Coder
Joined: 28 Apr 2006 Posts: 23
Reputation: 100   Earn Points, Win a T-Shirt
|
Posted: Tue Oct 24, 2006 8:45 am Post subject: FTP create/remove/rename directory and other improvements |
|
|
Are there some developments in implementing a new FTP function to create/remove/rename directories on/from the FTP server?
And how about "zip" files => ft upload => ftp download => "unzip" file?
Another hot requested feature would be to remember the settings by creating an *.exe file.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Tue Oct 24, 2006 9:43 am Post subject: |
|
|
I'm afraid it's too late for new features for version 9.0. From now on it's bug fixes only. There's no time to add new features before January and the documentation is already at the printers. But post your suggestions to the Enhancement Suggestions forum and they will be considered for a future update. _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Wed Oct 25, 2006 10:27 am Post subject: |
|
|
Beta 09 Build 031 is now available from registered downloads.
Fixes/Changes since 029:
030:
- RegReadKey made readonly for vista compat.
031:
- Command Locator branches now expand/collapse on single click
- Added command description hint on mouse over command in command locator
- Further refinements to QuickHelp
- QuickHelp activated for first line on entering macro properties and editor
- Code builder description panel now wraps to show long descriptions. _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
mtettmar Site Admin

Joined: 19 Sep 2002 Posts: 4217 Location: Dorset, UK Reputation: 621   votes: 28 Earn Points, Win a T-Shirt
|
Posted: Mon Oct 30, 2006 10:10 am Post subject: |
|
|
Beta 09 Build 032 is now available from registered downloads.
Fixes/Changes since 031:
- Attempt to fix rare issue with context sensitive code help not opening topic
- Fixed AV on right click on custom dialog background
- Should now respect Windows-M (Minimize All) and Windows-D (Show Desktop) _________________ Regards,
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Please do not email/PM me for private support - post to the forum so that everyone benefits. For private support please send email via our web site.
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
CyberCitizen Macro Veteran

Joined: 20 Jun 2004 Posts: 166 Location: Adelaide, South Australia Reputation: 96.6   votes: 1 Earn Points, Win a T-Shirt
|
Posted: Mon Oct 30, 2006 10:50 pm Post subject: |
|
|
Issue With Icons? Icons That I Have Previouslly Used To Create EXE's Now No Longer Work. Has Something Changed With The Format Of The Icons? _________________ THE FIREFIGHTER
Did this message help you? If so please reward the poster with Reputation Points? Reward Points
|
|
| Back to top |
|
 |
|