Hello,
I have studied the example: Macro - Flash Example
I have seen that in the editor there are integrated 3 images as reference.
How to do it?
Thanks for any suggestion
Massimo
Image inserted and visible in the editor (see Macro - Flash Example)
Moderators: Dorian (MJT support), JRL
- Dorian (MJT support)
- Automation Wizard
- Posts: 1378
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Image inserted and visible in the editor (see Macro - Flash Example)
It looks like the URL in that sample no longer goes where it is expected to.
If I am understanding your question correctly, when using the Image Recognition Wizard those images in the editor are automatically generated.
If I am understanding your question correctly, when using the Image Recognition Wizard those images in the editor are automatically generated.
Yes, we have a Custom Scripting Service. Message me or go here
Re: Image inserted and visible in the editor (see Macro - Flash Example)
yes, thanks.
With the recognition wizards, it works
However, it is possible to add manually an image in editor to document the FindImagePos added manually to the code?
This could be interesting to document what is the intent of the code.
Currently I have to keep a separated document to do it.
Massimo
With the recognition wizards, it works
However, it is possible to add manually an image in editor to document the FindImagePos added manually to the code?
This could be interesting to document what is the intent of the code.
Currently I have to keep a separated document to do it.
Massimo
- Dorian (MJT support)
- Automation Wizard
- Posts: 1378
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Image inserted and visible in the editor (see Macro - Flash Example)
No, it isn't.
Yes, we have a Custom Scripting Service. Message me or go here
- Marcus Tettmar
- Site Admin
- Posts: 7393
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Image inserted and visible in the editor (see Macro - Flash Example)
Actually you can by exploiting a feature of the recorder. Record a macro with the default and you will see it documents images of things you click on and wait for:
//Clicking on:
//SnapshotFile>...
//Activating Window:
//SnapshotFile>...
If you save the macro first and then specify either a full path, a BMP_DIR (where folder is same name as script in same location) or SCRIPT_DIR (same location as script) then you will see the images appear. The line before the SnapshotFile line MUST start with Clicking on: or Activating Window:
Note this is NOT documented and was NOT designed to be used like this - but the macro recorder produces lines like this so you could make use of it for your own needs if you want.
//Clicking on:
//SnapshotFile>...
//Activating Window:
//SnapshotFile>...
If you save the macro first and then specify either a full path, a BMP_DIR (where folder is same name as script in same location) or SCRIPT_DIR (same location as script) then you will see the images appear. The line before the SnapshotFile line MUST start with Clicking on: or Activating Window:
Note this is NOT documented and was NOT designed to be used like this - but the macro recorder produces lines like this so you could make use of it for your own needs if you want.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?