All,
I want to move objects in script. Per info from Forum, I should use the following two severial fuctions:
screenApiMove(screenObjectID(????), x, y);
processScreenApi();
Are they the right severial fuctions I should try?
How can I get the Object ID ?
How to move the object in script?
- TimTian
- Posts: 22
- Joined: Wed Sep 25, 2013 10:26 pm
- TimTian
- Posts: 22
- Joined: Wed Sep 25, 2013 10:26 pm
Re: How to move the object in script?
My device is HV 700 , Development Tools is PV2.6.
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: How to move the object in script?
Hello TimTian,
You are correct, you can use screenApiMove() and processScreenApi() to move screen objects.
The object ID is ScreenObjectIDs. followed by the identifier. You can type that in the script and after you type the dot you will see a list itentifiers and you can choose from there.
Regards,
ksaenz
You are correct, you can use screenApiMove() and processScreenApi() to move screen objects.
The object ID is ScreenObjectIDs. followed by the identifier. You can type that in the script and after you type the dot you will see a list itentifiers and you can choose from there.
Regards,
ksaenz
- TimTian
- Posts: 22
- Joined: Wed Sep 25, 2013 10:26 pm
Re: How to move the object in script?
Hi ksaenz,
Thanks for your help.
Thanks for your help.