Search found 13 matches

by bjorn82dk
Thu Jan 25, 2024 10:52 am
Forum: General Discussion
Topic: Virtual desktop
Replies: 1
Views: 852

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...
by bjorn82dk
Mon Apr 24, 2023 3:30 pm
Forum: Technical / Scripting
Topic: WaitPixelChange when dialog is open
Replies: 3
Views: 3401

Re: WaitPixelChange when dialog is open

That was the mistake - thanks Dorian you are a life savor.
by bjorn82dk
Sat Apr 22, 2023 1:18 pm
Forum: Technical / Scripting
Topic: WaitPixelChange when dialog is open
Replies: 3
Views: 3401

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...
by bjorn82dk
Sat Apr 22, 2023 1:17 pm
Forum: Technical / Scripting
Topic: Find position of ocr text
Replies: 1
Views: 2878

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...
by bjorn82dk
Wed Aug 31, 2022 9:05 pm
Forum: Technical / Scripting
Topic: Macro cuts off char
Replies: 8
Views: 4273

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.
by bjorn82dk
Tue Aug 30, 2022 9:36 am
Forum: Technical / Scripting
Topic: Macro cuts off char
Replies: 8
Views: 4273

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.
by bjorn82dk
Tue Aug 30, 2022 9:33 am
Forum: Technical / Scripting
Topic: Macro cuts off char
Replies: 8
Views: 4273

Re: Macro cuts off char

All, thanks for your feedback.

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%
And the expected result would be:
My text followed by 123456

But the result is:
My text followed by %Test2%
by bjorn82dk
Tue Aug 30, 2022 7:39 am
Forum: Technical / Scripting
Topic: Macro cuts off char
Replies: 8
Views: 4273

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 ...
by bjorn82dk
Thu Mar 19, 2015 12:26 pm
Forum: Technical / Scripting
Topic: Is between dates
Replies: 3
Views: 2967

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.
by bjorn82dk
Tue Mar 17, 2015 7:43 pm
Forum: Technical / Scripting
Topic: Is between dates
Replies: 3
Views: 2967

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...
by bjorn82dk
Tue Mar 17, 2015 7:00 am
Forum: Technical / Scripting
Topic: Is between dates
Replies: 3
Views: 2967

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...
by bjorn82dk
Tue Dec 23, 2014 6:15 pm
Forum: Technical / Scripting
Topic: Http request getting text after javascript has run
Replies: 1
Views: 1857

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...
by bjorn82dk
Sat Jun 23, 2012 10:56 am
Forum: Technical / Scripting
Topic: Clipboard problem
Replies: 1
Views: 3890

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...
Sign up to our newsletter for free automation tips, tricks & discounts