Search found 71 matches

by ABIVEN
Fri Dec 14, 2012 4:36 pm
Forum: Technical / Scripting
Topic: Using Hotkeys of other macros in a macro
Replies: 2
Views: 3717

Using Hotkeys of other macros in a macro

Hello

I want to run MS macros (known by their Hot Keys Ctrl Alt A, Ctrl Alt B.... called by A,B.... ) in a MS macro

How to do it ?

Thanks
by ABIVEN
Thu Jun 21, 2012 10:10 am
Forum: Technical / Scripting
Topic: Assigning the hot key F12
Replies: 3
Views: 6264

Thanks Marcus for this quick advice

...but why does F12 appear in the hot key list ?
by ABIVEN
Thu Jun 21, 2012 7:46 am
Forum: Technical / Scripting
Topic: Assigning the hot key F12
Replies: 3
Views: 6264

Assigning the hot key F12

.
Hello

I did'nt find anything in search results about that:

If assigning the hot key Ctrl + Q , I get it

But nothing If assigning F12

I suppose there is a thoroughly simple explanation

Thanks
.
by ABIVEN
Tue Mar 13, 2012 2:12 am
Forum: Technical / Scripting
Topic: [RESOLVED but ....] Press CTRL fails
Replies: 4
Views: 5168

Thanks
by ABIVEN
Tue Mar 06, 2012 8:55 am
Forum: Technical / Scripting
Topic: [RESOLVED but ....] Press CTRL fails
Replies: 4
Views: 5168

Thanks

But I also found an old post
by support Posted: Fri Mar 04, 2005 11:13 am

So I add those lines!

RDown
Wait>0.2
RUp
press esc
wait>0.2
press CTRL
Send>f
Release CTRL

Not very neat but...
by ABIVEN
Mon Mar 05, 2012 12:42 pm
Forum: Technical / Scripting
Topic: [RESOLVED but ....] Press CTRL fails
Replies: 4
Views: 5168

[RESOLVED but ....] Press CTRL fails

Sorry, However very simple but Press CTRL fails ! (I even tried SK_LEGACY & SK_DELAY for better results) Have a look: let>SK_LEGACY=1 Let>SK_DELAY=100 press CTRL wait>0.2 Send>f WaitWindowOpen>Rechercher et remplacer wait>0.2 release CTRL wait>0.2 Exit That fails but if I exit Macro Scheduler and re...
by ABIVEN
Sat Dec 31, 2011 3:57 pm
Forum: Technical / Scripting
Topic: Send>tab
Replies: 0
Views: 4002

Send>tab

Trivial addendum to Macro Scheduler [Help] Version 13

Command Reference -> Keyboard -> Commands ->Press...

One reads : Press Space same as Send>space

You could add Press Tab same as Send>tab
by ABIVEN
Mon Jan 24, 2011 6:07 am
Forum: Beginners
Topic: Trunc or Round functions
Replies: 2
Views: 3941

.
Thanks Marcus

Version 11.1.08a - April 2009

Regards
by ABIVEN
Sun Jan 23, 2011 10:53 am
Forum: Beginners
Topic: Trunc or Round functions
Replies: 2
Views: 3941

Trunc or Round functions

Hello, I tried the new feed of MARCUS "Slow Mouse Move" and I see I have some problem with Trunc or Round functions and perhaps with other complex expressions. Little Test Macro : Let>m=1.5 Let>mp={Trunc(%m%)} MessageModal>mp=Trunc(1.5) %CRLF% %mp% // OK Prints 1 Let>n=3 Let>m=n/2 Let>mp={Trunc(%m%)...
by ABIVEN
Tue Jan 11, 2011 6:53 pm
Forum: Beginners
Topic: Combo Box - Assign selected value to a variable
Replies: 8
Views: 13563

Using a one-click drop-down list in any window

GREAT ! So one-click drop-down list in (quasi) any window Macro Dialog>Dialog1 Caption= Drop-Down List Top=113 Width=204 Left=16 Height=83 ComboBox=msComboBox1,54,22,91,select%CRLF%LOZERE%CRLF%VOSGES%CRLF%CORSE%CRLF%NORD EndDialog>Dialog1 GetActiveWindow>title,x,y Show>Dialog1 let>a=1 Label>ActionLo...
by ABIVEN
Tue Jan 11, 2011 2:18 pm
Forum: Beginners
Topic: Combo Box - Assign selected value to a variable
Replies: 8
Views: 13563

Thanks Marcus Here an example of a drop down list : Now fine with Word ; but I would like to use it indifferently with word excel or ....for renaming a macro. Any Idea ? Drop-Down List Example Dialog>Dialog1 Caption= Drop-Down List Top=113 Width=204 Left=16 Height=83 ComboBox=msComboBox1,54,22,91,se...
by ABIVEN
Mon Jan 10, 2011 7:49 pm
Forum: Beginners
Topic: Combo Box - Assign selected value to a variable
Replies: 8
Views: 13563

For example - just in order to be very simple - I am here in the reply post , I press the hotkey , I select in the combobox and it becomes : I am here in the reply post good morning Fred 1 how do you do. Thanks Of course "good morning" would come from the first part of the macro "Fred 1" from the co...
by ABIVEN
Sun Jan 09, 2011 9:51 pm
Forum: Beginners
Topic: Combo Box - Assign selected value to a variable
Replies: 8
Views: 13563

Using a drop-down list in a word document

Hello and excuse me

Suppose that you are in a word document and you stricly use (with a hotkey) the macro
Non-Modal Dialog Example ( help file : Dialog page).

You select 1 ; update and you get Fred 1 in the dialog box

How to directly retrieve Fred 1 in your word document ?

Thanks
by ABIVEN
Thu Dec 02, 2010 8:53 pm
Forum: Beginners
Topic: "Windows Logo" key
Replies: 9
Views: 13462

I tried it again, with either WinKey+D or WinKey+M

and added a Ctrl*Y in the macro for some application :

Extracts :

LClick
Wait>0.28
MouseMove>276,375
Wait>6.36
Press LWinKey
Wait>0.29
Release LWinKey
…
Press CTRL
Wait>0.38
Send>y
Wait>0.23
Release CTRL
by ABIVEN
Wed Dec 01, 2010 4:46 pm
Forum: Beginners
Topic: "Windows Logo" key
Replies: 9
Views: 13462

Thanks

That's right ... but does'nt explain why , by the Record tool , Ctrl+S gives :

Press CTRL
Wait>0.63
Send>s
Wait>0.19
Release CTRL

and WindowsKey+D gives :

Press LWinKey
Wait>0.62
Release LWinKey
Sign up to our newsletter for free automation tips, tricks & discounts