Search found 147 matches

by Djek
Fri Aug 01, 2014 7:13 am
Forum: Technical / Scripting
Topic: Can Anyone Tell Me What's Wrong with this Code I've Written?
Replies: 5
Views: 4081

Re: Can Anyone Tell Me What's Wrong with this Code I've Writ

hi,
it's a fuzzy story, but it seams to me that you better use the command XLSheetToArray
to read all the data of the excel sheet to determine if theres a cell in it with a specific value.
Isnt that better then to use a image recognition?
kind regards
Djek
by Djek
Sun Jul 27, 2014 11:19 am
Forum: The Water Cooler
Topic: Puzzler Of the Week?
Replies: 4
Views: 9104

Re: Puzzler Of the Week?

ok, this is not mindblowing and it would be the same of what i have, but here is not much credits to score.
Honestly i must confess to have peeked at your solutions...

but Marcus, i do not get the function of

let>i=0
...
Let>i=i+1

why is it in your solution? :roll:

kind regards,
Djek
by Djek
Thu Jul 10, 2014 10:22 am
Forum: Technical / Scripting
Topic: Windows 8 acts different on the ALT+TAB
Replies: 2
Views: 2745

Re: Windows 8 acts different on the ALT+TAB

Thanks Marcus,

your alternative method works for me, :lol:

let's not spread the word around, because there is a chance that Microsoft forgot to block the ALT-ESC
But i hope not :?

Kind regards,
Djek
by Djek
Thu Jul 10, 2014 8:19 am
Forum: Technical / Scripting
Topic: Windows 8 acts different on the ALT+TAB
Replies: 2
Views: 2745

Windows 8 acts different on the ALT+TAB

hi all, if i have to grab some text from a website or a document, i startup a script with PutClipBoard> press ALT press TAB Release ALT wait>0.2 press CTRL wait>0.1 send>c wait>0.1 Release CTRL wait>0.1 GetClipBoard>sl,0 this switches the focus of Windows to the previous opened window, press ctrl-c ...
by Djek
Thu Jul 10, 2014 7:59 am
Forum: Technical / Scripting
Topic: PDF Content
Replies: 3
Views: 2924

Re: PDF Content

hi,

you can first open de pdf-file with the Adobe reader,
then use the "save as" txt to a file,
then use msched to find your string in this file, you can find all the text.

kind regards,
Djek
by Djek
Sun Jun 08, 2014 9:55 pm
Forum: Beginners
Topic: keep firefox maximized
Replies: 2
Views: 3694

Re: keep firefox maximized

hi macroman,
just to simplify it:
try

run>C:\Program Files (x86)\Mozilla Firefox\firefox.exe -height 768 -width 1024

that way you can make your window the size you want.

kind regards
Djek
by Djek
Tue Jun 03, 2014 8:47 am
Forum: The Water Cooler
Topic: Macro Scheduler Interstellar Travel Simulator? Why Not?
Replies: 4
Views: 8989

Re: Macro Scheduler Interstellar Travel Simulator? Why Not?

Cool !!
8)
iv made something similar a time ago. Not that cool though.
See to tide it up and if its postable.
.. ehm ? postable does not wordcheck properly.
I mean if its worth posting...
:D
by Djek
Thu May 29, 2014 10:34 pm
Forum: General Discussion
Topic: ExecuteFile> needs a Wait>
Replies: 2
Views: 4682

Re: ExecuteFile> needs a Wait>

strange,
I would place the wait between the writeln and then ExecuteFile
Putting the wait in the last line doesnt make sense to me.
Did you you check the temp folder? Maybe there are tons of files in it...
Over here (Win7 and excel2010 i cant reproduce your error.
kind regards
Djek
by Djek
Wed May 21, 2014 6:39 am
Forum: The Water Cooler
Topic: The Unofficial Macro Scheduler Puzzler #9
Replies: 38
Views: 34487

Re: The Unofficial Macro Scheduler Puzzler #9

Jäklar !! learned a few things in this topic. off-topic: i can not see the snippets in the previous postings, I get "no such snippet" I see only a green vertical line and the number 1 But the normal postings en scripts i can see. I ve tried in IE en Firefox http://www.djekdata.com/mjtnet/snippet-not...
by Djek
Tue May 20, 2014 12:36 pm
Forum: The Water Cooler
Topic: The Unofficial Macro Scheduler Puzzler #9
Replies: 38
Views: 34487

Re: The Unofficial Macro Scheduler Puzzler #9

my last shot ; don't know what contest regulations say about this Let>BinVal=10111010001000010 ExportData>5-LINES.SCP_DATA,%SCRIPT_DIR%\5-lines.scp Include>%SCRIPT_DIR%\5-lines.scp MessageModal>Binary = %BinVal%%CRLF%Decimal = %DecVal% /*5-LINES.SCP_DATA:52656745783E5C642C42696E56616C2C302C4D6174636...
by Djek
Tue May 20, 2014 11:33 am
Forum: The Water Cooler
Topic: The Unofficial Macro Scheduler Puzzler #9
Replies: 38
Views: 34487

Re: The Unofficial Macro Scheduler Puzzler #9

Ok, i decided to "kill it with fire !" 8) I ve got it down to 1 line //Bin-to-Dec [cheat-mode ON] //Djek Let>BinVal=10111010001000010 HTTPRequest>http://www.djekdata.com/mjtnet/btd.asp?strBin=%BinVal%,,POST,,DecVal,,,, MessageModal>Binary = %BinVal%%CRLF%Decimal = %DecVal% ...no, i did not read the ...
by Djek
Mon May 19, 2014 12:00 pm
Forum: The Water Cooler
Topic: The Unofficial Macro Scheduler Puzzler #9
Replies: 38
Views: 34487

Re: The Unofficial Macro Scheduler Puzzler #9

Ooooow !!
respect !
:shock:
by Djek
Fri May 16, 2014 6:59 pm
Forum: The Water Cooler
Topic: The Unofficial Macro Scheduler Puzzler #9
Replies: 38
Views: 34487

Re: The Unofficial Macro Scheduler Puzzler #9

haha ! If you hold them to your own, you cant claim to be the first ! :D Wel here's my script //Bin-to-Dec //Djek let>BinVal=10111010001000010 let>DecVal=0 let>BitExp=0 Length>BinVal,LBinval let>LBinval1=LBinVal Repeat>LBinVal1 MidStr>%BinVal%,%LBInval1%,1,RPos if>Rpos=1 let>DecVal=%DecVal%+{2^%BitE...
by Djek
Fri May 16, 2014 7:19 am
Forum: Technical / Scripting
Topic: IEWaitDocumentComplete doesn't work
Replies: 1
Views: 2218

Re: IEWaitDocumentComplete doesn't work

hi Jun, im not sure what you want to accomplish ? I guess you want to login to Rodgers this should work IECreate>IE[0] IENavigate>%IE[0]%,https://www.rogers.com/web/Rogers.portal,ie_res WaitWindowOpen>Rogers* wait>0.5 IEWaitDocumentComplete>%IE[0]%,ie_res IETagEventByAttrib>{"https://www.rogers.com/...
Sign up to our newsletter for free automation tips, tricks & discounts