Search found 18 matches
- Thu Dec 05, 2019 4:15 pm
- Forum: Technical / Scripting
- Topic: Gettextinit freezes debugger
- Replies: 20
- Views: 28910
Gettextinit freezes debugger
GetTextInit ArrayDim>Trailers,1 If you start with F8 at the top it will pause at GetTextInit and go no further. If you Run the program and there is an ArrayDim command anywhere before or after GetTextInit it will run but then MS becomes unstable and starts to have repaint issues on the screen and ev...
- Tue Oct 02, 2018 7:45 pm
- Forum: Technical / Scripting
- Topic: Can you detect a double click?
- Replies: 4
- Views: 4528
Re: Can you detect a double click?
Thank you. An interesting solution.
- Tue Oct 02, 2018 5:03 pm
- Forum: Technical / Scripting
- Topic: Can you detect a double click?
- Replies: 4
- Views: 4528
Can you detect a double click?
I want to be able to detect a left double click in a given window by title. I can't seem to find that. Thanks
- Thu Sep 27, 2018 6:39 pm
- Forum: Technical / Scripting
- Topic: cpu usage waitforimage
- Replies: 1
- Views: 2075
cpu usage waitforimage
I find that on multiple machines which are all otherwise at least midrange that waitforimgae causes cpu usage to go to 26 percent and pretty much sit there. This is enough to cause slowdowns on the machines being used. We a re trapping a certain thing as the user uses the pc.
- Thu Sep 27, 2018 4:04 pm
- Forum: Technical / Scripting
- Topic: Mutliple monitor problem with FindImagePos
- Replies: 0
- Views: 6807
Mutliple monitor problem with FindImagePos
We have discovered an issue where if the window we want to scan for a needle bitmap is not on the primary display but rather on say the right hand display then the image is not found. As long as the window is on the screen set to 'Make this my primary display' then it works fine. Here is some of the...
- Wed Sep 26, 2018 8:02 pm
- Forum: Technical / Scripting
- Topic: Textcapture.com ??
- Replies: 1
- Views: 1983
Textcapture.com ??
Getword_64.exe which gets extracted from a compiled script I have written maintains a connection to textcapture.com This is causing an issue in one environment I'm trying to deploy.
- Wed Sep 26, 2018 2:37 pm
- Forum: Technical / Scripting
- Topic: GetTextInRect screen flicker
- Replies: 1
- Views: 1940
GetTextInRect screen flicker
I have gettextinrect in a loop and it causes horrible screen flickering. Is there a way to stop that?
Thanks
Thanks
- Fri Sep 21, 2018 7:43 pm
- Forum: Technical / Scripting
- Topic: GetControlText not returning any value
- Replies: 8
- Views: 9764
Re: GetControlText not returning any value
One thing I've discovered today is that the TEdit control class will only release it's text value if it is not currently greyed out. If it's white it will allow you to retrieve it.
- Thu Sep 13, 2018 3:35 pm
- Forum: Technical / Scripting
- Topic: StringReplace issue
- Replies: 2
- Views: 2937
StringReplace issue
The instructions state that if result variable is omitted then the original variable will be modified. It will not however if you are replacing something with a space AND do not use the variable again, unless you use the space constant. Let>test=this is cat StringReplace>test,is, , does not work. Re...
- Tue Sep 04, 2018 3:36 pm
- Forum: Technical / Scripting
- Topic: Just curious. Why the > after commands?
- Replies: 5
- Views: 4163
Just curious. Why the > after commands?
Why are statements like If and Let followed by> ? What was the design decision for that?
- Fri Jun 29, 2018 2:00 pm
- Forum: Technical / Scripting
- Topic: Excel columns - Nevermind
- Replies: 1
- Views: 2862
Excel columns - Nevermind
I'll just create blank templates ahead of time and populate those with the built in functions that don't cause problems. Without using the vbeval function is there a way to format the size of an excel column? I have a script which creates a spreadsheet based on oracle data but then it has to save it...
- Fri Jun 22, 2018 5:48 pm
- Forum: The Water Cooler
- Topic: Closed Loop water cooling long term reliability?
- Replies: 3
- Views: 21726
Re: Closed Loop water cooling long term reliability?
Every water cooled system that has come in my shop has leaked.
- Thu Jun 21, 2018 2:26 pm
- Forum: General Discussion
- Topic: Scheduling saved with compiled exe?
- Replies: 1
- Views: 3522
Scheduling saved with compiled exe?
I need to know if I compile a script to an exe does the scheduling I set up for it get saved with it so that if I move it to another computer for example that it will still run as scheduled.
- Tue Jun 12, 2018 3:42 pm
- Forum: Technical / Scripting
- Topic: Still no answer on the FTP comment issue Also, SMTP SSL
- Replies: 1
- Views: 2003
Still no answer on the FTP comment issue Also, SMTP SSL
This info is wrong in the help document for SMTP ssl usage. I'm assuming the setting is the same but the descriptions refer to making ftp connections. No TLS/SSL Default - no encryption 1 Use Implicit TLS You wish to use implicit TLS. In implicit TLS FTP, you connect to port 990, start TLS negotiati...
- Mon Jun 11, 2018 4:38 pm
- Forum: Technical / Scripting
- Topic: Scheduling issue
- Replies: 1
- Views: 2029
Scheduling issue
When you have two scripts open and you set the schedule for one it gets saved to both apparently. Or at the very least the scheduling tab does is global to both of them and does not update depending on which one you have the focus on. You have to open only one, set it's schedule then close it and re...