Search found 147 matches

by Djek
Wed Jan 10, 2018 6:21 am
Forum: Technical / Scripting
Topic: Long Wait for TaskList in cmd Window
Replies: 1
Views: 2205

Re: Long Wait for TaskList in cmd Window

strange,

it has something to do with the /m
If i leave the /m out, it runs fast.

But to come to the original question: no i dont know why ....

kind regards,
Djek
by Djek
Wed Dec 27, 2017 7:34 pm
Forum: Technical / Scripting
Topic: wrong forumname or is something else wrong?
Replies: 2
Views: 2617

wrong forumname or is something else wrong?

cause of a reply i got a notice where
mjtnet.com
is replaced by
clipmagic.com

see pic,
Image
kind regards,
Djek
by Djek
Sat Dec 23, 2017 8:18 am
Forum: Technical / Scripting
Topic: NumFound
Replies: 5
Views: 4442

Re: NumFound

when i read your problem, thought it was easy, i created a source bmp with needle bmp and made a script example. http://www.djekdata.nl/macrosched/bron.bmp http://www.djekdata.nl/macrosched/rood.bmp But that didnt work. I managed to find 1 circle, but the next i can not detect. I am puzzeled..... :s...
by Djek
Sat Dec 16, 2017 4:06 pm
Forum: Technical / Scripting
Topic: Keys pressed
Replies: 2
Views: 2368

Re: Keys pressed

hi, take a look at this script, maybe you can modify and use it. it detects the event of keypress, and logs the key into a txt file. //Keylogger CreateDir>c:\log CreateDir>c:\log\screen let>uitpad=c:\log\screen //goto>maakroutine let>IGNOREERRORS=1 let>WLN_NOCRLF=1 let>lkt=2 let>lastkeytime=lkt let>...
by Djek
Fri Dec 01, 2017 11:13 pm
Forum: Technical / Scripting
Topic: problem with XLSAVE to CSV
Replies: 4
Views: 3214

Re: problem with XLSAVE to CSV

aha , thanks Bob
didnt know about the fileformat option,
glad it is solved !
kind regards
Djek
by Djek
Fri Dec 01, 2017 9:48 pm
Forum: Technical / Scripting
Topic: problem with XLSAVE to CSV
Replies: 4
Views: 3214

Re: problem with XLSAVE to CSV

hi,
you have given not much information,
but maybe it could have something to do with the ,24
after XLSave>xlHo,c:\mydirectory\myfilename.csv ?
what function has the ,24 ?
kind regards,
Djek
by Djek
Fri Dec 01, 2017 5:55 am
Forum: Technical / Scripting
Topic: Active window title
Replies: 4
Views: 3484

Re: Active window title

hi, just use the Debugger to see whats going wrong, and read what Marcus is explaining to you change your script this way: .. Label>3 GetActiveWindow>title,x,y Length>title,Ltitle if>Ltitle>4 MidStr>title,1,5,strout If>strout=Macro MessageModal>BD endif endif goto>3 .. kind regards, Djek
by Djek
Sun Nov 19, 2017 12:48 pm
Forum: The Water Cooler
Topic: (-: Fun With StringGrids :-)
Replies: 2
Views: 14643

Re: (-: Fun With StringGrids :-)

wow !

i like your ingenious way to detect the space above the traybar with the use of your cursor.

Im getting high now
:shock:

kind regards,
Djek
by Djek
Sat Nov 11, 2017 8:06 pm
Forum: Technical / Scripting
Topic: Sending Email Error Message
Replies: 5
Views: 3946

Re: Sending Email Error Message

hi, your sample code worked for me, also with gmail account, I think its possible that you mixed up the Let>SMTP_USERID=example@gmail.com and Let>me=Myemailaddress@gmail.com For SMTP_USERID you MUST use your own gmail account so change to SMTP_USERID=Myemailaddress@gmail.com and let me= the same Mye...
by Djek
Mon Oct 02, 2017 10:23 pm
Forum: Technical / Scripting
Topic: SMTPSendMail on Windows Server with SSL
Replies: 3
Views: 2902

Re: SMTPSendMail on Windows Server with SSL

hi Oliver,

try port 587

kind regards,
Djek
by Djek
Thu Sep 28, 2017 7:44 am
Forum: Technical / Scripting
Topic: problem password protected feed json link
Replies: 3
Views: 3014

Re: problem password protected feed json link

in this case you for best result you should put %% around the variables

so
HTTPRequest>https://username:password@xxxxxxxxxxxxx ... webservice

becomes
HTTPRequest>https://%username%:%password%@xxxxxxxxx ... webservice


kind regards,
Djek
by Djek
Sun Sep 03, 2017 7:29 am
Forum: Technical / Scripting
Topic: Find text on a web page
Replies: 3
Views: 3454

Re: Find text on a web page

hi, you can also search direct in the webpage, without loading it in a variable, depends on the default webbrowser you use, try this // locate the word "Benefit" let>SearchFor=Benefit ExecuteFile>https://www.mjtnet.com/index.htm,1 WaitReady>0 wait>1 press CTRL send>f release CTRL wait>0.2 send>%Sear...
by Djek
Mon Aug 28, 2017 8:31 am
Forum: Technical / Scripting
Topic: Struggling to Insert Data with DBConnect
Replies: 2
Views: 2443

Re: Struggling to Insert Data with DBConnect

hi Nick,
does an UPDATE statement work?

Sometimes you must use a single quote instead of double quotes, so
('%Title%','%Image1SRC%','%ImageLink1%' etc

kind regards,
Djek
by Djek
Sat Aug 26, 2017 12:48 pm
Forum: The Water Cooler
Topic: Windows 10
Replies: 2
Views: 15229

Re: Windows 10

hi PepsiHog

not sure if it has something to do with Windows 10
it could be the laptop?
https://support.hp.com/us-en/document/c02035108

kind regards
Djek
by Djek
Mon Aug 07, 2017 4:44 am
Forum: Beginners
Topic: How can I close one selected window tab from Chrome?
Replies: 2
Views: 6152

Re: How can I close one selected window tab from Chrome?

hey Fred

look over here:
https://support.google.com/chrome/answer/157179?hl=en

and then
Reopen the last closed tab, and jump to it Ctrl + Shift + t
Close the current tab Ctrl + w or Ctrl + F4

kind regards,
Djek
Sign up to our newsletter for free automation tips, tricks & discounts