Search found 18 matches

by -=DJ=-
Fri Jul 21, 2006 9:56 pm
Forum: General Discussion
Topic: Please post a review at SoftPile
Replies: 8
Views: 10607

I have just submitted my commends :)
by -=DJ=-
Thu May 11, 2006 9:10 pm
Forum: Technical / Scripting
Topic: Scripts slower with 8.0.2?
Replies: 8
Views: 9475

No problem Marcus no body is perfect.
I'm just glad this was an easy fix... if not easy it surly was quick and I really appreciate it. :D
by -=DJ=-
Thu May 11, 2006 1:10 pm
Forum: Technical / Scripting
Topic: Scripts slower with 8.0.2?
Replies: 8
Views: 9475

Here are my PC spects to show you it has nothing to with my computer. OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 OS Manufacturer Microsoft Corporation System Manufacturer Gateway System Model 506GR System Type X86-based PC Processor x86 Family 15 Model 4 Ste...
by -=DJ=-
Thu May 11, 2006 12:57 pm
Forum: Technical / Scripting
Topic: Scripts slower with 8.0.2?
Replies: 8
Views: 9475

Scripts slower with 8.0.2?

When I run the script below with version 8.0.1 I get a result instantly but when I run it with 8.0.2 I get a delay of half a second or so. This is a huge problem for me since a lot of my scripts are written to run at max speed. You may think half a second is no big deal but in my line of work it is!...
by -=DJ=-
Mon Dec 12, 2005 6:01 pm
Forum: Technical / Scripting
Topic: FTPPutFile>Displaying Password
Replies: 10
Views: 10407

mtettmar wrote:I'm not sure I follow.
Can I talk to you in private via Private Message?
I don't feel comfortable posting this in public.

Thanks
by -=DJ=-
Sun Nov 27, 2005 5:15 pm
Forum: Technical / Scripting
Topic: FTPPutFile>Displaying Password
Replies: 10
Views: 10407

Hi mtettmar Even if you hide the password in the status window people that know where to look can get the password and even steal the entire code... it's happening to me as we speak. Loading the script to memory didn't fix the problems we had with version 7.3 and older which put a file in the Temp f...
by -=DJ=-
Mon Aug 22, 2005 11:23 am
Forum: Technical / Scripting
Topic: VBScript Runtimes Are not Properly Installed error
Replies: 4
Views: 8225

Some of my customers are still having problems and I can't find a fix for it anywhere... I was wondering if someone has come across a fix.

Thanks for any help or advice.
by -=DJ=-
Sat Jun 25, 2005 3:44 pm
Forum: Beginners
Topic: How can I know a screen position X,Y ?
Replies: 4
Views: 7987

Try this script:
wait>2
GetActiveWindow>window_name,X,Y
MessageModal>window_name,X,Y

When you start the script click on the window you want to get the X,Y cords for if you need more time increase the wait time in line 1 (wait>2)

Hope this helps.
by -=DJ=-
Tue Jun 07, 2005 2:51 pm
Forum: General Discussion
Topic: FTPPutFile> problem
Replies: 1
Views: 4363

FTPPutFile> problem

First the script I'm using: WriteLn>C:\directory\test.txt,result,test FTPputFile>ftp.domain.com,username,password,21,c:\directory\test.txt,/directory/test.txt,A Here is the problem I'm having; I have tested it on a DSL connection and T3 connection without any problems... the test.txt file said test ...
by -=DJ=-
Fri Jun 03, 2005 12:04 pm
Forum: Technical / Scripting
Topic: radio buttons
Replies: 5
Views: 8636

Here you go hope this helps. Dialog>select_dialog Caption=Tokens Top=223 Width=123 Left=407 Height=187 RadioGroup=msRadioGroup1,Select Bet,8,8,97,97,1 Token%CRLF%1 Tokens%CRLF%3 Tokens%CRLF%4 Tokens%CRLF%5 Tokens,-1 Button=GO,16,112,81,25,1 EndDialog>select_dialog show>select_dialog,r if>r=1,get bet...
by -=DJ=-
Thu Apr 21, 2005 3:32 pm
Forum: General Discussion
Topic: Virtual Key Problems
Replies: 2
Views: 6483

Thanks Dick, I run XP pro as well and all keyboard related codes work but not mouse related codes.
Maybe I can track down a VB code that will do what I want.

Thanks for your fast reply,
-=DJ=-
by -=DJ=-
Thu Apr 21, 2005 1:16 pm
Forum: General Discussion
Topic: Virtual Key Problems
Replies: 2
Views: 6483

Virtual Key Problems

I'm using the latest version of M.S. and can't get the virtual key codes to actually wait, it works if I have it wait for a key on the keyboard to be pressed like this wkd>h or any other letter and number but not virtual key codes. Here is what I want to have happen, I want M.S. to wait for the left...
by -=DJ=-
Sat Apr 09, 2005 11:09 am
Forum: Technical / Scripting
Topic: VBScript Runtimes Are not Properly Installed error
Replies: 4
Views: 8225

Support, I'm not sure if the link you posted has helped any of my customers or forum members but one of our members has given me a link for Microsoft Windows Script Debugger which has helped her fix the VBScript Runtimes Are not Properly Installed error. I just want to pass this info on in case some...
by -=DJ=-
Tue Apr 05, 2005 12:23 pm
Forum: Technical / Scripting
Topic: VBScript Runtimes Are not Properly Installed error
Replies: 4
Views: 8225

Thank you support, I'm crossing my fingers here I will let you know if that was the problem.
by -=DJ=-
Mon Apr 04, 2005 11:56 pm
Forum: Beginners
Topic: Dual input Dialog box?
Replies: 1
Views: 5148

I know this is a little but what the heck it might help some else. :wink: Using a dialog would be the way I go... I hope this solves your problem. Dialog>Dialog1 Caption=Your Program Top=250 Width=286 Left=344 Height=149 Label=Enter Path One,16,8 Label=Enter Path Two,24,56 Edit=msEdit1,16,24,121,Pat...
Sign up to our newsletter for free automation tips, tricks & discounts