Search found 13 matches
- Thu Jan 25, 2024 10:52 am
- Forum: General Discussion
- Topic: Virtual desktop
- Replies: 1
- Views: 5069
Virtual desktop
Hi all, I have written some macros that fetches some data I need to report on. Macros are working fine the only issue is that while they are running my computer is not at my disposal. Does anyone here has any experience in virtual desktops that could run the macros? This is really low volume I'm ask...
- Mon Apr 24, 2023 3:30 pm
- Forum: Technical / Scripting
- Topic: WaitPixelChange when dialog is open
- Replies: 3
- Views: 3964
Re: WaitPixelChange when dialog is open
That was the mistake - thanks Dorian you are a life savor.
- Sat Apr 22, 2023 1:18 pm
- Forum: Technical / Scripting
- Topic: WaitPixelChange when dialog is open
- Replies: 3
- Views: 3964
WaitPixelChange when dialog is open
Hi all, I'm running the following script where I display a dialogbox - when a specifc pixel color is present I would like the dialog to close, for some reason this is not working. What am I doing incorrect? //Place dialog SetDialogProperty>Dialog1,,Position,poDesigned SetDialogProperty>Dialog1,,Left...
- Sat Apr 22, 2023 1:17 pm
- Forum: Technical / Scripting
- Topic: Find position of ocr text
- Replies: 1
- Views: 3311
Find position of ocr text
Hi all, I'm building a macro where I need to locate a specific text and click on is. My issue is that the text is inside a mobile app and I'm "looking" at the screen through a Airdroid (similar to a Teamviwer session) so find text options are not available. I have tried the OCR function inside MS an...
- Wed Aug 31, 2022 9:05 pm
- Forum: Technical / Scripting
- Topic: Macro cuts off char
- Replies: 8
- Views: 5563
Re: Macro cuts off char
All,
Thank you so much for all your help. I removed the % in all non needed places and now everything is running smoothly.
Thank you so much for all your help. I removed the % in all non needed places and now everything is running smoothly.
- Tue Aug 30, 2022 9:36 am
- Forum: Technical / Scripting
- Topic: Macro cuts off char
- Replies: 8
- Views: 5563
Re: Macro cuts off char
But this is working:
Wait>1
Let>Test=123456
Wait>0.5
Let>Test2=My text followed by %Test%
Wait>0.5
MessageModal>Test2
So I might overdue the % that when I'm using variables.
Wait>1
Let>Test=123456
Wait>0.5
Let>Test2=My text followed by %Test%
Wait>0.5
MessageModal>Test2
So I might overdue the % that when I'm using variables.
- Tue Aug 30, 2022 9:33 am
- Forum: Technical / Scripting
- Topic: Macro cuts off char
- Replies: 8
- Views: 5563
Re: Macro cuts off char
All, thanks for your feedback.
So to try and troubleshoot the issue I did:
And the expected result would be:
My text followed by 123456
But the result is:
My text followed by %Test2%
So to try and troubleshoot the issue I did:
Code: Select all
Wait>1
Let>%Test%=123456
Wait>0.5
Let>%Test2%=My text followed by %Test%
Wait>0.5
MessageModal>%Test2%
My text followed by 123456
But the result is:
My text followed by %Test2%
- Tue Aug 30, 2022 7:39 am
- Forum: Technical / Scripting
- Topic: Macro cuts off char
- Replies: 8
- Views: 5563
Macro cuts off char
Hi all, I have a macro that is misbehaving and I hope some of you can provide some insight. Overall: I have this macro that copies a text string and split the text string into multiple variables. Some of the content is: %BWID% - 6 digit ID (example 123456) %BWM2% - Size in m2 %BWBUILD% - Build year ...
- Thu Mar 19, 2015 12:26 pm
- Forum: Technical / Scripting
- Topic: Is between dates
- Replies: 3
- Views: 3463
Re: Is between dates
Hi Macus,
Just to close this subject. I tried your solution and its working like a dream. Thank you so much.
Best regards and a nice weekend when you get there.
Just to close this subject. I tried your solution and its working like a dream. Thank you so much.
Best regards and a nice weekend when you get there.
- Tue Mar 17, 2015 7:43 pm
- Forum: Technical / Scripting
- Topic: Is between dates
- Replies: 3
- Views: 3463
Re: Is between dates
Hello Marcus, You amaze me once again (ment in the most positive way I can express it). I have been searching the www for last many many hours and as a free of charge service you quickly reply to my post with an answer. I will try it out in the morning and see if I can get it to work. I have said th...
- Tue Mar 17, 2015 7:00 am
- Forum: Technical / Scripting
- Topic: Is between dates
- Replies: 3
- Views: 3463
Is between dates
Hello all scripters, I have started to wok with dates in my scripting and for the time being I have to issues I can't seem to crack, hope some of you can help me out. 1. Problem. Get global date and time. I would like to get the date and time information from www - and I would suspect that there wou...
- Tue Dec 23, 2014 6:15 pm
- Forum: Technical / Scripting
- Topic: Http request getting text after javascript has run
- Replies: 1
- Views: 2097
Http request getting text after javascript has run
Greetings all you helpful people. I'm trying to retrieve informations from a website using the http request code but it dosen't return the whole site. Without being a skilled www programmer I think that when people enters the site a javascript is run to gather informations - wich is what I like. Sit...
- Sat Jun 23, 2012 10:56 am
- Forum: Technical / Scripting
- Topic: Clipboard problem
- Replies: 1
- Views: 4195
Clipboard problem
Hi all, I have a big problem du I don't think its the Macro wich fails. I have a macro wich copys text from one screen and paste it onto another screen (in a MS Access db). It works fine, not fails for the first hour. After that I have to reboot the machine. I tried slowing down the script to ensure...