Hello powerpro-beginners, Why can't i get a simple key command to auto select all and copy to the clipboard. I've tried *Keys ^a^c and it just won't work. ...
... Try adding a tiny wait *Keys ^a{w2}^c Where are you using this? If it's still not working.... David Troesch | Atlanta, GA | ICQ# 2333123 Life is short....
Thanks, this is working some at least, but it isn't responding until like the second or third time i press the button. ~John ... dpdc> Try adding a tiny wait ...
Hello John, I often use a command: Keys ^a^c (for Ctrl-A Ctrl-C) in my text editor (metapad) and it always works well without any wait inserted between ^a and...
Okay, I got it to work, I checked send slow keys, and then used this ^t{w2}%t{w2}{tab}{w2}{down}{w2}{enter}{w2}^a{w2}^c And it pulls up a list of articles...
Whoops! Forget that, I just had to add an alt+tab alt+p Alt+tab I don't know what I was thinking. DuH ~John Friday, November 5, 2004, 6:36:40 AM, you wrote: ...
Hello PowerPro-Beginners, Is there anyway to tell PowerPro to repeat a series of keys, and certain number of times. For example, I would like to have it do...
... Place an item in your commandlist where you want the row of buttons to break of: *Format NewBarRow Or *Format NewBarRowLine David Troesch | Atlanta, GA...
How do I use the string commands to get test to display in lower case? s = case ("lower", "test") how exactly does it need to be entered for the word test to ...
... Exactly as you have it...but since "test" is already in lower case, you will see no difference. Are you testing this, just to see if you have the right...
... you will ... Using a note ... letters "test" to ... you're ... it's ... http://www.tightvnc.com ... Forgive me for being dense but I still can't get this...
<snip> ... Use this in the command of the hotkey: Keys &(case ("upper", "test")) Or do("Keys", case ("upper", "test")) On the 2nd, note that the case() is not...
If I start adding features such as timers, scheduled events, etc., do I incur a penalty in PC performance? Just looking at taskmanager, it seems that Powerpro...
... Don't worry a bit. Powerpro maintains the slimmest memory requirements of any program out there, and adding functions/features makes negligible difference...
How can I open a new note with the date category set to today? I have tried: *Note - Open - cat "date" *Note - Open - cat "date today" *Note - Open - cat...
... *Note open cat &(date) Or Do( "Note", "open cat " ++ date ) ^ The space is important David Troesch | Atlanta, GA | ICQ# 2333123 Powerpro - The ultimate...
Hi there, just new with PowerPro and got a question: I've defined a bar with several commands on it (mybar1). What I want to do is this: I created a second bar...
Hi there, how do I create a keyboard macro (I understood how to create keyboard macros from looking at the demo configuration) which automatically inserts a...
... *Clip LongDate put the long date format (as defined in the regional setting of your windows) into the clipboard. Do one of two things: *Clip LongData More...
Hi there, just playing around with the Keys command: *Keys [[DateTime(&(formatdate ("yyyy-MM-dd",date))T&(formattime ("HH:mm:ss",time)))]] SHOULD produce...
Hello jbkilian, j> I've defined a bar with several commands on it (mybar1). j> What I want to do is this: j> I created a second bar (mybar1) and try to execute...
I am trying to use several macros but sometimes the hotkey character gets sent after the desired text. My hotkey character is "." For example; I have a macro...
... Try this as: LParam1 = {fast}P.O. Box{sp} Or LParam1 = {slow}P.O. Box{sp} ... Make a difference? David Troesch | Atlanta, GA | ICQ# 2333123 Free...
I just upgraded from 3.8 to 4.1 and everything seems OK except... The date and time label on my first button has disappeared. All I get is a blank button. In...
... How big a blank button? Is it the size as if there was text there, or is it tiny? I'd think that you're having a color/skin problem there, as the *Info ddd...
Just got the latest version of Power Pro and am using it for the first time.WOW is all I can say. The functions that this thing can do boggles my mind. Where...