Search found 12 matches

by JoeKundlak
Mon Oct 21, 2019 3:34 am
Forum: Typeitin
Topic: Pause vs. Delay in terms of macro command execution?
Replies: 0
Views: 37095

Pause vs. Delay in terms of macro command execution?

Hey folks,

I am trying to understand the difference between Pause and Delay in macro execution. Because thematically they should both do the same (even though Pause is expressed in seconds and Delay in ms, which makes the latter essentially a smaller break)...
by JoeKundlak
Thu Aug 15, 2019 2:40 am
Forum: Typeitin
Topic: Typeitin V3.4 beta versions available - released!
Replies: 2
Views: 16393

Re: Typeitin V3.4 beta versions available

Great functionality! Here's hopin' my company updates to a newer TypeItIn version soon...
by JoeKundlak
Fri Aug 02, 2019 3:18 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20575

Re: Is it possible to reference individual buttons/entries in the Clipboard group?

Thx Paul!
Hope it later rolls into the version my company uses :)
by JoeKundlak
Thu Aug 01, 2019 3:20 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20575

Re: Is it possible to reference individual buttons/entries in the Clipboard group?

This is best used with a few recent Clipboard entries, not say 10+ of them, you would probably not be able to remember those :) A scenario, using my below example with <a href>: I know I am going to add to my list of useful websites a new entry, consisting of the URL, the page name and a short descr...
by JoeKundlak
Wed Jul 31, 2019 11:31 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20575

Re: Is it possible to reference individual buttons/entries in the Clipboard group?

I guess, but I cannot get your code to work... perhaps again due to the different (and company-specific) version of TypeItIn 2.9.4 I use?
by JoeKundlak
Wed Jul 31, 2019 3:50 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20575

Is it possible to reference individual buttons/entries in the Clipboard group?

Hi guys, apart from TypeItIn (which I use at work) I also use a similar app at home (ArsClip), which is also a multi-Clipboard and Macro tool. ArsClip is able to reference its individual clipboard entries via its "POPUPITEM=X" command, such as in the example below: <a href="[POPUPITEM=1]">Page name:...
by JoeKundlak
Wed Jul 31, 2019 3:28 am
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 33151

Re: TypeItIn

Hi Kevin,

your example works, so GetClip might be the culprit indeed.

However, as said I have the 2.9.4 version of TypeItIn and the HELP file lists it under the "Variable from clipboard" entry in "Special Functions", so I am confused...
by JoeKundlak
Tue Jul 09, 2019 9:41 am
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 33151

Re: TypeItIn

For instance:

{Delay 1200}{Ctrl c}{Delay 500}{Var1 GetClip}{Delay 1200}{run https://www.google.com/webhp?ie=UTF-8#q={Var1}}
by JoeKundlak
Tue Jul 09, 2019 8:48 am
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 33151

Re: TypeItIn

Wavget wrote:
Tue Jul 09, 2019 8:35 am
Have you tried to increase the delay from 50 to 100?
I have even tried to insert delays of 1200ms between each of the above commands... the Clipboard group shows the text copied as a new button, but the above macro does not output anything as Var1...
by JoeKundlak
Tue Jul 09, 2019 8:40 am
Forum: Typeitin
Topic: How to paste clipboard via a macro button?
Replies: 2
Views: 12907

Re: How to paste clipboard via a macro button?

The issue is that this does not work for me... tried a modified version and it seems as if Var1 does not hold anything... even tried for instance to output it into a Dialog box and it came out blank, only with buttons.

I have TypeItIn 2.9.4 installed (on a work PC).