Search found 147 matches

by Djek
Sat May 31, 2008 8:59 am
Forum: Technical / Scripting
Topic: Working on an image
Replies: 1
Views: 2991

i had a simular problem. Solved it bij first writing the file to disk, and than compare the size. The size of a normal light picture is more then a picture with too much brightness. For a jpg of 300x400 my "hysteresis" level was 11,6 kB If the size of the file became under that I decrease the lights...
by Djek
Thu May 29, 2008 8:50 am
Forum: Technical / Scripting
Topic: FTPPutfile ; does it still works ?
Replies: 2
Views: 3992

Thanks for responding but here in the Netherlands our domain were (of course just when I tested) off-line.
And they are still not all up and running.
http://webwereld.nl/ref/rss/51256
Think I take a nap and try later, 8)
PS : you may delete this topic
Djek
by Djek
Wed May 28, 2008 10:24 pm
Forum: Technical / Scripting
Topic: FTPPutfile ; does it still works ?
Replies: 2
Views: 3992

FTPPutfile ; does it still works ?

hi all, I'hoping its a defect on my windows but I can not use scripts with FTPPutFile and FTPGetDirList anymore after the last upgrade. Would anyone be so kind to give it a test and confirm that there is no bug in MS? Old scripts wich formerly gave no problem in de the past, now ends with de error :...
by Djek
Thu May 15, 2008 7:34 pm
Forum: Technical / Scripting
Topic: Ampersand (&) in a dialog label
Replies: 11
Views: 8803

mtettmar wrote: If I documented everything that anyone is ever likely to want to know the help file would be bigger than the bible. True... but think of it like this. As you've mentioned before, professional Windows Programmers are not the main target audience for Macro Scheduler. The bulk of your ...
by Djek
Mon May 05, 2008 7:53 pm
Forum: Technical / Scripting
Topic: How to cancel windows XP idle connections?
Replies: 7
Views: 8942

if you use in cmd net session you can see the users connected and how long they are idle. if you make a batch like net session > idle.txt you can use MS to read this txt and you can use net session \\computername /delete to disconnect the session. Looks to me that this can be perfect be done bij MS,...
by Djek
Mon Apr 21, 2008 10:31 pm
Forum: Technical / Scripting
Topic: onevent confusion
Replies: 12
Views: 9892

done some testing, I definitly see that the srt is beeing triggerd twice! Try to put WriteLn>c:\onevent.txt,result, %TIME% simple 2 instead of the messagemodal, and you'll be surprised ! here's my test: OnEvent>WINDOW_OPEN,Naamlo*,1,Simple1 OnEvent>WINDOW_OPEN,Microsoft Excel*,1,Simple2 rem Naalo* i...
by Djek
Mon Apr 21, 2008 9:57 pm
Forum: Technical / Scripting
Topic: onevent confusion
Replies: 12
Views: 9892

hmmm... i get similar effects over here,
(with different windows)
The tought came up to me:
could it be possible that while de srt is running, the onevent gets another trigger to start another srt ?
Then its just like de onevents get a trigger from a non-existent window...
by Djek
Wed Apr 09, 2008 5:57 pm
Forum: Technical / Scripting
Topic: Macro stalls after ClickTag presents popup screen
Replies: 7
Views: 6807

I use ctrl-tab in ie to go to "default tabposition"

hth
DJek
by Djek
Thu Apr 12, 2007 12:47 pm
Forum: Technical / Scripting
Topic: POP3
Replies: 3
Views: 4321

hey John,

look at:

http://pages.interlog.com/~tcharron/getmail.html

this litle util (free for non-comercial use) does the job.
You can use MS to control the process.
hope this helps,
Djek
by Djek
Wed Apr 11, 2007 7:41 pm
Forum: Technical / Scripting
Topic: How to check if the RAS-session is established?
Replies: 4
Views: 6007

hey Dose, try this, I use the output. If its more then 2 lines, there a connection. Works for me! let>RP_WINDOWMODE=0 DeleteFile>c:\rasdial.txt Run Program>cmd /c rasdial >c:\rasdial.txt wait>0.5 Let>k=1 Label>start ReadLn>c:\rasdial.txt,k,line If>line=##EOF##,finish rem Message>line Let>k=k+1 Goto>...
by Djek
Wed Nov 30, 2005 8:04 pm
Forum: Technical / Scripting
Topic: send pause keypress to pc
Replies: 1
Views: 3972

send pause keypress to pc

hi all,
is it possible to simulate a keypress on the "pause" key on the keyboard?
I need it to control an other program.
thx for your help,
Djek
by Djek
Sat Feb 05, 2005 11:42 pm
Forum: Beginners
Topic: [sendkeys] delphi3 fatal error compiling
Replies: 1
Views: 4735

[sendkeys] delphi3 fatal error compiling

Hi all,
while compiling a program with the sendkeys Delphi responds with a
missing sendkeys.pas
I browsed the original cd D3 but there is no sendkeys.pas
Dont know i someone have D3 with an answer...
:D
Thankx in advance!
Djek
Sign up to our newsletter for free automation tips, tricks & discounts