Search found 71 matches

by ABIVEN
Thu Jul 04, 2013 12:06 pm
Forum: Scripts and Tips
Topic: Script Example : TRANSPARENCE
Replies: 3
Views: 9905

Script Example : TRANSPARENCE

Re edited Hello, Thanks to old posts (from JRL and Others) here is a little macro which returns the screen transparent. Requires an hotkey (for example SHIFT ALT T). In particular , works fine with Word or Excel full screens . Tested with W7 PRO and 1024*768 screen resolution let>MSG_HEIGHT=200 let>...
by ABIVEN
Wed May 01, 2013 3:35 pm
Forum: Beginners
Topic: One Click OR Two Clicks . . Closing a macro [Resolved]
Replies: 1
Views: 4332

One Click OR Two Clicks

. . Actually is needed between two tests a Lclick Incorporated now in the Macro //Detect left mouse click after the Message //Blank Test LClick wait>0.1 LClick wait>0.5 Message>Test it Now! 1 Click or 2 Clicks ? wait>0.3 let>a=1 let>t=1 Label>DéclicLoop let>t=1+t LibFunc>user32,GetAsyncKeyState,Key...
by ABIVEN
Wed May 01, 2013 12:26 pm
Forum: Beginners
Topic: One Click OR Two Clicks . . Closing a macro [Resolved]
Replies: 1
Views: 4332

One Click OR Two Clicks . . Closing a macro [Resolved]

Hello, In a Macro , I differentiate one click and two clicks Turns well first time. But , often , second time it is as if there was a remanence of the macro : the macro triggers before the click Of course I can take care of it by pressing x http://www.imagerun.info/img142/l4of5fhkhgik98cy.jpg I put ...
by ABIVEN
Wed Apr 24, 2013 7:28 pm
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 8111

@JRL
Looks like it should work. Is it running off of your mouse button?


Seems to work perfectly

Regards
by ABIVEN
Tue Apr 23, 2013 9:36 pm
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 8111

In fact I didn’t work out the ON EVENT HIGHLIGHTED macro ... too bad but the followings (idem old post jpuziano) inserted in the global macro are enough for what I was trying to find : //Clear clipboard Let>i0= PutClipboard>i0 //Capture highlighted text to clipboard Press CTRL Send Character/Text>...
by ABIVEN
Tue Apr 16, 2013 4:47 am
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 8111

Hello JRL Thanks Wholly Understood Are you saying that the macro must detect that there are highlighted characters before it performs a backspace? So if there are no highlighted characters, backspace would not occur? Yes backspace would not occur and the listbox will open I do it for other types of ...
by ABIVEN
Mon Apr 15, 2013 7:56 pm
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 8111

Hello JRL 1) I try , thanks to MS , to do the max with the Mouse and not with the Keyboard 2) Generally the 5th button (Ctrl Alt X) opens a listbox for somethings much more complicated than a simple BACKSPACE 3) In that case (BACKSPACE) the opening of a listbox would be a nuisance 4) The event "HILI...
by ABIVEN
Mon Apr 15, 2013 4:52 pm
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 8111

Let me explain better : Suppose that pattern : http://www.imagerun.info/img140/vlk6ne3b789op7ki.jpg I want to erase zer by simply clicking the 5th button of my mouse. This button gets a shortcut Ctrl Alt X , hotkey of a Macro I want to find the "ON EVENT" line instructions which order BACKSPACE when...
by ABIVEN
Fri Apr 12, 2013 12:43 pm
Forum: Technical / Scripting
Topic: Understanding some cursor state
Replies: 9
Views: 8111

Understanding some cursor state

Hello I have a five programmable mouse : via MacroScheduler the Fifth Button generally assignes a listbox. But when I am in a given application , for example IrfanView, the Fifth Button assignes a specifical action via a shortcut (for example resizing an image) That ‘s good ; but I wish something ...
by ABIVEN
Mon Jan 07, 2013 6:27 pm
Forum: Technical / Scripting
Topic: Variable in a Dialog...[RESOLVED]
Replies: 3
Views: 4235

.
Thanks JRL I don't need to worry any more.

Thanks Marcus but I read about Dialog Properties

I will try one of these fall-back positions

Regards
.
by ABIVEN
Mon Jan 07, 2013 2:29 pm
Forum: Technical / Scripting
Topic: Variable in a Dialog...[RESOLVED]
Replies: 3
Views: 4235

Variable in a Dialog...[RESOLVED]

. I have a good Dialog macro: Dialog>Dialog11 … EndDialog>Dialog11 … SetDialogObjectFont>Dialog11,…. … Show>Dialog11 NO PROBLEM , now, let>f=11 Dialog>Dialog%f% … EndDialog>Dialog11 … SetDialogObjectFont>Dialog%f%,…. … Show>Dialog%f% Still NO PROBLEM but let>f=11 Dialog>Dialog%f% (li...
by ABIVEN
Thu Jan 03, 2013 2:00 pm
Forum: Technical / Scripting
Topic: Hiding the process of a macro
Replies: 4
Views: 4282

Too bad!

Thanks
by ABIVEN
Thu Jan 03, 2013 7:41 am
Forum: Technical / Scripting
Topic: Hiding the process of a macro
Replies: 4
Views: 4282

Hiding the process of a macro

I explain: usually a macro opens a lot of windows.
Furthermore, sometimes you have to slow down macros.
And you see a boring sequence of intermediate windows.
by ABIVEN
Wed Dec 19, 2012 2:26 pm
Forum: Technical / Scripting
Topic: Setfocus ? ! ?
Replies: 0
Views: 5891

Setfocus ? ! ?

Hello, A very simple macro ; runs fine if alone. A lot of strain if imbricated in a little more complex one which I have simplified for this post. simple macro= after a cursor rectangular selection crop image selection "CTRLY" little more complex macro=Dialogbox in which I can choose the simple one ...
by ABIVEN
Sat Dec 15, 2012 6:26 pm
Forum: Technical / Scripting
Topic: Using Hotkeys of other macros in a macro
Replies: 2
Views: 3734

Thanks Meryl

As said in the link "it's an important piece of script "

Regards
cron
Sign up to our newsletter for free automation tips, tricks & discounts