Search found 29 matches
- Tue Feb 28, 2012 7:39 pm
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
Hi, The thing is the Round function sometimes (in some conditions) is executed correctly in others - not. I was unable to determine exactly what this error depends on. I just suppose it has relation to services provided by VM's manufacturer. It seems to me there is some conflict between services and...
- Tue Feb 28, 2012 5:16 pm
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
- Tue Feb 28, 2012 12:27 pm
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
Hi, Ok! I see now. I suppose it would be useful to make help-file article about Round func more clear to understand (without "greatest absolute magnitude" term) And thank you Marcus! P.S. Please, do something with issue I'd posted above. I don't like unpredictable results of MS calculations (I mean ...
- Tue Feb 28, 2012 7:24 am
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
Hi, I continue to study the issue. As far as I know 2,5 and 4,5 and 6,5 must be rounded to 3 5 7 Am I wrong? There is a result of MS calculations: http://img840.imageshack.us/img840/9610/roundbug2.png Further, the bug described above has a relation to Virtual Machines. I was mistaken when I'd claime...
- Sun Feb 26, 2012 12:28 am
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
Hello again, So I'd found the source of the issue. It appears when MS runs under some kind of Virtual Machines. Host system and VMWare Workstation 7 are free from this "bug". VirtualBox 4.1.8 and Parallels Workstation 6 are not. So, MS's developers are rehabilitated. :) But what the solution?... Bes...
- Sat Feb 25, 2012 9:32 pm
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
- Sat Feb 25, 2012 8:37 pm
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
- Sat Feb 25, 2012 7:09 am
- Forum: General Discussion
- Topic: Round function bug
- Replies: 16
- Views: 32790
Round function bug
Hi
Please, check this out
There is error message appears.
Best regards.
Please, check this out
Code: Select all
Let>a=3/2
Let>b={round(%a%)}
Mdl>%b%
Best regards.
- Wed Jun 29, 2011 2:49 pm
- Forum: Enhancement Suggestions
- Topic: Enhancement for Macro command
- Replies: 12
- Views: 26516
- Wed Jun 29, 2011 1:08 pm
- Forum: Enhancement Suggestions
- Topic: Enhancement for Macro command
- Replies: 12
- Views: 26516
Hi, I have not yet matured enough to work with the SDK. The above example is the case of excessive assurance. Far more dangerous is the situation where the macro is interrupted by the user (or in case of program bug) and the temporary file of decrypted script remains on the hard disk. Actually, it w...
- Mon Jun 27, 2011 7:14 pm
- Forum: Enhancement Suggestions
- Topic: Enhancement for Macro command
- Replies: 12
- Views: 26516
Ok, forget about LabelToVar So, the code below shows how the current version of MS dials with encrypted script ReadFile>FileName_of_Encrypted_Macro,Encrypted_Macro_Var Crypt>EncriptionKey,%Encrypted_Macro_Var%,Target_Variable WriteLn>TargetFileName,ResultVar,%Target_Variable% Macro>TargetFileName Ru...
- Mon Jun 27, 2011 6:43 pm
- Forum: Enhancement Suggestions
- Topic: Enhancement for Macro command
- Replies: 12
- Views: 26516
I mean the Macro> command can not securely work with encrypted macros (which can contains some confidential data). Firstly, I need to save decrypted macro to the temporary file. And then read it to run the Macro> command. So, I need to use special soft to safely remove ( http://en.wikipedia.org/wiki...
- Mon Jun 27, 2011 3:47 pm
- Forum: Technical / Scripting
- Topic: How to make action like Image Capture Tool
- Replies: 4
- Views: 5952
So, the FindImagePos command can operate with the SCREEN variable as a haystack image file. I thought there is no temp file using... ... Actually, Dick's macro is good but there are some twitches on the screen when it runs. And I'd like it looks more... emm... ...luxury. Like Image Capture Tool does...
- Mon Jun 27, 2011 3:43 pm
- Forum: Enhancement Suggestions
- Topic: Enhancement for Macro command
- Replies: 12
- Views: 26516
With my pleasure, Marcus :) Please, provide me the safe method to dial with encrypted macro. I found the only one and it is unacceptable to me. Firstly, I have to decrypt the macro. Further, I need to write it to a hdd before running it and ... desecure the data. Can Macro Scheduler safely remove te...
- Mon Jun 27, 2011 3:11 pm
- Forum: General Discussion
- Topic: About IsConnectedToInternet command
- Replies: 2
- Views: 9714