Search found 10 matches
- Thu Oct 24, 2019 5:48 pm
- Forum: Technical / Scripting
- Topic: Calculation problem
- Replies: 3
- Views: 2921
Re: Calculation problem
Hi again Dorian, I need to execute the script without "Wait>". The problem doesn't depend of the increase of "n", it occurs in a loop without increase of "n" value too. If you check the [Task_Manager] you can see this increase of RAM memory in the "msched.exe" process [More or Less, +100k every seco...
- Wed Oct 23, 2019 4:04 pm
- Forum: Technical / Scripting
- Topic: Calculation problem
- Replies: 3
- Views: 2921
Calculation problem
Hi again, I have detected a problem with the FORMAT command. If I use the FORMAT command in a operation loop like the example, the RAM memory increases 100k every second and in few hours the script ends crashing due to excess of RAM memory. In a normal operation without the FORMAT command the script...
- Thu Oct 03, 2019 1:48 pm
- Forum: Technical / Scripting
- Topic: Calculation problem
- Replies: 3
- Views: 2601
Re: Calculation problem
This problem only occurs when you use some combinations of subtracts with decimals. Maybe It could be a litte bug of MS ... In any case, using after the FORMAT command the result is OK.
Thank you so much equally for the response !
Thank you so much equally for the response !

- Tue Oct 01, 2019 8:10 pm
- Forum: Technical / Scripting
- Topic: Calculation problem
- Replies: 3
- Views: 2601
Calculation problem
Hi, I am trying use a simple script for apply a subtract with decimals but with MS the result is this: Let>a=8.98 Let>b=8.1 Let>c=%a%-%b% MessageModal>%c% [0.880000000000001] In this case the result is exact and I don't understand why the result is this ?¿? With a normal calculator or "Windows calcu...
- Fri Nov 10, 2017 5:48 pm
- Forum: Technical / Scripting
- Topic: Hold time key in "ObjectSendKeys"
- Replies: 5
- Views: 4259
Re: Hold time key in "ObjectSendKeys"
I am sorry Marcus, but until today I could not to check your script but It doesn't work either ... :( I think that when the MS ends reading the "ObjectSendKeys" line all the keys [_DN] are unpressed and therefore It is necessary that all the [HotKeys] keys are in the same "ObjectSendKeys" line. Is i...
- Mon Nov 06, 2017 6:59 pm
- Forum: Technical / Scripting
- Topic: Hold time key in "ObjectSendKeys"
- Replies: 5
- Views: 4259
Re: Hold time key in "ObjectSendKeys"
Thank you for your answer, Marcus ! :) I had already tried the option with the "Press" command and It always worked correctly without changing the hold time of the key. But I need to execute this HotKey in background without focus ... :((( It would be perfect if in a future software version the "Obj...
- Sun Nov 05, 2017 2:54 pm
- Forum: Technical / Scripting
- Topic: Hold time key in "ObjectSendKeys"
- Replies: 5
- Views: 4259
Re: Hold time key in "ObjectSendKeys"
Hi again to everybody, I tested more combinations sending the HotKey [CTRL+8] by the "ObjectSendKeys" command and I discovered that the problem isn't in "CTRL_DN/UP" keys but in "VK56" key, this is the result: - "ObjectSendKeys>%hWnd%,CTRL_DN,VK56,CTRL_UP": [IT DOESN'T WORK] - "ObjectSendKeys>%hWnd%...
- Tue Oct 31, 2017 10:02 pm
- Forum: Technical / Scripting
- Topic: Hold time key in "ObjectSendKeys"
- Replies: 5
- Views: 4259
Hold time key in "ObjectSendKeys"
Hi, I need to open an application in background state sending [CTRL+8]. I am using "ObjectSendKeys" command but It doesn't work correctly. I use "ObjectSendKeys>%hWnd%,CTRL_DN,VK56,CTRL_UP" and it doesn't work but If I use "ObjectSendKeys>%hWnd%,CTRL_DN,CTRL_DN,CTRL_DN,VK56,VK56,VK56,CTRL_UP,CTRL_UP...
- Thu Oct 01, 2015 2:33 pm
- Forum: Technical / Scripting
- Topic: Problem with [IEGetFromURL] & [IEWaitDocumentComplete]
- Replies: 2
- Views: 2975
Re: Problem with [IEGetFromURL] & [IEWaitDocumentComplete]
Thank you so much for your answer Marcus !
Torkas
Torkas
- Wed Sep 30, 2015 9:04 pm
- Forum: Technical / Scripting
- Topic: Problem with [IEGetFromURL] & [IEWaitDocumentComplete]
- Replies: 2
- Views: 2975
Problem with [IEGetFromURL] & [IEWaitDocumentComplete]
Hello everyone ! Sorry my bad english ..., I have a problem with the [IEWaitDocumentComplete] command when I use [IEGetFromURL] to capture the IE instance of any Internet Explorer window. The problem occurs when I open any Internet Explorer window manually and I use [IEGetFromURL] command to capture...