Search found 147 matches

by Djek
Thu May 15, 2014 7:39 pm
Forum: Technical / Scripting
Topic: Decimal to Binary
Replies: 6
Views: 5360

Re: Decimal to Binary

wel i think Marcus is the best, My script especially made for you JRL, i find easier to understand; Let>DecVal=95298 let>TotalBits=16 let>binval= let>decval2=decval+1 repeat>TotalBits if>%decval2%>{2^%TotalBits%} let>binval=%binval%1 let>decval2=%decval2%-{2^%TotalBits%} else let>binval=%binval%0 en...
by Djek
Thu May 15, 2014 2:29 pm
Forum: Technical / Scripting
Topic: Decimal to Binary
Replies: 6
Views: 5360

Re: Decimal to Binary

hi JRL
It does not work correctly

if you change the line
Until>res<2
into
Until>res<3

it does.
kind regards
Djek
by Djek
Wed May 14, 2014 6:15 am
Forum: Technical / Scripting
Topic: IEshowIE appears to be black
Replies: 8
Views: 5136

Re: IEshowIE appears to be black

as far as i know are all the IE functions OK. Otherwise i would have let you know about it. The appearence of the syntax varies, and that wondered me. I did not use the new IE wizard fully yet, i use F12 in IE to collect data and put in data. But i already noticed that this wizard sometimes points a...
by Djek
Mon May 12, 2014 11:00 pm
Forum: Technical / Scripting
Topic: IEshowIE appears to be black
Replies: 8
Views: 5136

Re: IEshowIE appears to be black

i use version 14.1.04

Image

Tried it on an other pc and its the same.
Dont bother to dig deep into it, it was just a question cause the color helps to check the syntax.
:D

kind regards
Djek
by Djek
Mon May 12, 2014 1:36 pm
Forum: Technical / Scripting
Topic: IEshowIE appears to be black
Replies: 8
Views: 5136

IEshowIE appears to be black

hi,
just wondered why if i type in IEshowIE the color is black, but the other IE-commands are light-blue?
is there a reason for it?
kind regards
Djek
by Djek
Tue May 06, 2014 10:08 pm
Forum: Beginners
Topic: Sample macro for yahoo.finance.com doesn't give $$ output
Replies: 4
Views: 9856

Re: Sample macro for yahoo.finance.com doesn't give $$ outpu

stumbled into this,
for those who may wonder why the script could not work,
i noticed :

IEGetTagsByAttrib>finance.yahoo.com,SPAN,id=yfs_184_msft,T,values
MessageModal>value_1

Cause of the array var name is values
the correct syntax is Messagemodal>values_1

kind regards,
Djek
by Djek
Fri Apr 18, 2014 9:42 pm
Forum: The Water Cooler
Topic: Do not click on the head
Replies: 8
Views: 10995

Yes !
now it's ok. Everything works.
I noticed this months ago, but i blamed my add-blocker in Firefox,
not sure what was going on.
im glad that I can click on the head again !
:D
kind regards
Djek
by Djek
Fri Apr 18, 2014 4:50 pm
Forum: The Water Cooler
Topic: Do not click on the head
Replies: 8
Views: 10995

no, i ve cleared all the cache and history In IE and Firefox i still get the message: Not Found The requested URL /utm_expid=99094-2.VJj_VxtOTHa1cA27WNX5kw.0&utm_referrer=http://www.mjtnet.com/forum/do-not-click-on-the-head-t8231.htm was not found on this server. Apache Server at http://www.mjtnet.c...
by Djek
Fri Apr 18, 2014 12:41 pm
Forum: The Water Cooler
Topic: Do not click on the head
Replies: 8
Views: 10995

sorry Marcus,
No, over here it still doesnt work.
:shock:
I tried IE and Mozilla
cleared cache, but no go.

Mind that you have to "enter" the topic to read it, and if you then click on the head, you get the wrong url.

kind regards
Djek
by Djek
Thu Apr 17, 2014 10:45 am
Forum: The Water Cooler
Topic: Do not click on the head
Replies: 8
Views: 10995

Do not click on the head

hi all,
i noticed a url error when youre IN a forumtopic.

If you click the mjtnet head (see blue arrow)
then something goes wrong ;

Image

bye,
kind regards
Djek
by Djek
Tue Apr 15, 2014 5:50 pm
Forum: Technical / Scripting
Topic: Reading/Writing in Excel
Replies: 3
Views: 3443

in addition of the comment of DJS whenever excel is involved, in the start of the script I put in a check; such as: ProcessExists>EXCEL.EXE,fodn while>fodn=True MessageModal>proces Excel is allready active !!! goto>verder EndWhile label>verder This signals a second instance of excel is open, and giv...
by Djek
Fri Apr 11, 2014 6:24 pm
Forum: Technical / Scripting
Topic: issue with Position looking for //
Replies: 5
Views: 4144

you really don't know how much this means to me.
I have looked and put breakpoints almost everywhere, and it was drivin me nuts.
I could not see it at all.

Thanks, JRL !!

I think now I can patch my script so that it works again.
:D
by Djek
Fri Apr 11, 2014 8:03 am
Forum: Technical / Scripting
Topic: issue with Position looking for //
Replies: 5
Views: 4144

thanks Marcus and Jerry, i think i have to rewrite this script, the cause of the problem looks not be the double slashes. But what then cause is? I do not know. Well i still want to know, is there someone who wants to take a look into my corrupted source and find out what i did wrong? What troubles ...
by Djek
Wed Apr 09, 2014 12:30 pm
Forum: Technical / Scripting
Topic: issue with Position looking for //
Replies: 5
Views: 4144

issue with Position looking for //

hi all, I have a compiled script running daily since 2010 without problems. But when i try to compile/run this same script with the latest version of MS i get a weird behaviour. (syntax error en unable to parse) I could narrow the error down to the line: Position>//,%regelmapwelke%,1,gevonden this r...
by Djek
Mon Mar 31, 2014 9:40 am
Forum: Technical / Scripting
Topic: use UIGetValue from elements found by UIAccessibleList
Replies: 3
Views: 3155

Thanks for the answer Marcus,

:D

i allready used UIAccessibleList> with the Separate> command as a workaround,
but I was wondering why UIGetValue did not function like i tought it should be.

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