Warra | 16 Sep 2006 21:05
Picon
Favicon

Toggle TOP and NOTTOP

I have defined an action (some mouse clicks) to set a window to always 
be on top.

Can I set the same action to toggle between on "top" and "not on top" 
(TOP and NOTTOP)?

Or do I ned to set another key for "not on top"?

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:powerpro-beginners-digest@... 
    mailto:powerpro-beginners-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    powerpro-beginners-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
(Continue reading)

Warra | 17 Sep 2006 12:06
Picon
Favicon

Re: Tutorials

On 11 Aug 2006, Alan Martin
<alan_au@...> wrote: 

> Hello Gordon,
> 
> In your main PowerPro folder there is ppst.chm which is
> the PowerPro Scripting Tutorial.
> 
> Not much in the Files section of the powerpro-beginners Yahoo
> group. 
> 
> In the main power-pro Yahoo group, browse to:
> http://groups.yahoo.com/group/power-pro/files/
> and in particular:
> http://groups.yahoo.com/group/power-pro/files/Documentation/
> 
> Check the dates of the various files. Some are several years old
> and were written before new features and easier methods were
> invented. 
> 
> And of course PowerPro.hlp contains many examples and ideas
> about what can be done and ways to do stuff.
> 
> 

I am a newbie and find Powerpro's help rather better than most.  

Unfortunately it does not allow me to search for a given keyword with
a help page (although it does reverse color the occurences).  This
means it can be a slow process for the newbie to extract which of the
(Continue reading)

davidt.pproyg | 17 Sep 2006 16:42
Favicon

RE: Re: Tutorials

> Unfortunately it does not allow me to search for a given keyword with
> a help page (although it does reverse color the occurences).  This
> means it can be a slow process for the newbie to extract which of the
> many hits he needs to look at. 

I have seen this, it's a windows .hlp file quirk. Do the search again, and
it will then be highlighted.

You can also look at the tutorials at http://powerpro.pcrei.com to get your
feet wet on how to do things :)

David Troesch  |  Atlanta, GA  |  ICQ# 2333123
"Don't judge those who try and fail, judge those who fail to try."
Funstuff: Women love a challenge. Men normally provide this.

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

<*> To change settings via email:
(Continue reading)

davidt.pproyg | 17 Sep 2006 16:51
Favicon

RE: Toggle TOP and NOTTOP

> I have defined an action (some mouse clicks) to set a window 
> to always 
> be on top.
> 
> Can I set the same action to toggle between on "top" and "not on top" 
> (TOP and NOTTOP)?
> 
> Or do I ned to set another key for "not on top"?

Use the command
Win.ontop("active")

That will toggle the state. If you want to force the state use:
Win.ontop("active",0)
Or
Win.ontop("active",1)

See help | index | win plugin for details.

David Troesch  |  Atlanta, GA  |  ICQ# 2333123
Protect your privacy rights. http://www.eff.org
Funstuff: Prepare to bow before my invincible irony and sarcasm.

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

(Continue reading)

Peter Meyns | 17 Sep 2006 18:41

HideShowIcons

Hi all,

as I sometimes use my notebook for music only, I found the useful
*Desktop command HideShowIcons. It toggles the desktop icons off and
on as supposed. However, I also have the desk background set to change
every 10 minutes. On each change the icons are back. Is there a way I
can avoid this?

-- 
Cheers
Peter

"Lottery: a tax on people who don't understand statistics."

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:powerpro-beginners-digest@... 
(Continue reading)

Warra | 23 Sep 2006 14:49
Picon
Favicon

RE: Toggle TOP and NOTTOP

>> I have defined an action (some mouse clicks) to set a window 
>> to always 
>> be on top.
>> 
>> Can I set the same action to toggle between on "top" and "not on
>> top" (TOP and NOTTOP)?
>> 
>> Or do I ned to set another key for "not on top"?

On 17 Sep 2006, <davidt.pproyg.gmane.org> wrote: 
>
> Use the command
> Win.ontop("active")
> 
> That will toggle the state. If you want to force the state use:
> Win.ontop("active",0)
> Or
> Win.ontop("active",1)
> 
> See help | index | win plugin for details.
> 
> David Troesch  |  Atlanta, GA  |  ICQ# 2333123

I don't understand nor can I find that help item.  :-(

Where do I put 
        Win.ontop("active") 
and what do I need to put with it?

The help index does not have an entry for 
(Continue reading)

Alan Martin | 24 Sep 2006 02:30
Favicon

RE: Toggle TOP and NOTTOP

Hello Warra,

It seems you are using an older version of PowerPro,
before Bruce moved the info about plugins into the
main PowerPro Help.
If so, you will find a file called win.txt in your
\powerpro\plugins\ folder.

The calls to win plugin which David suggested for you
will do the trick -- but it is not necessary to use
the win plugin -- you can also do a toggle with
a *Window command, which has three actions about OnTop:

*Window ontop target
makes the target ontop, no matter what it was before

*Window nottop target
makes it not ontop (normal), no matter what it was before

*Window topnottop target
toggles to the opposite of what it is now

Where I wrote "target" you should substitute any of the
usual "caption list" ways of specifying a target window
such as:

*Window topnottop *notepad
*Window topnottop active
*Window topnottop under

(Continue reading)

Dan | 28 Sep 2006 20:16
Picon

disable keyboard during *Keys ?

is it possible to make sure that during a sequence like 

*Keys {to autorun}%pSecretPassword{enter}

the keyboardinput is either stopped or buffered?

it happens again and again that during typing, the window that requires 
the above input is popping up. it might happen that a key from the 
keyboard is squeezed into the above key sequence.

dan

PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/powerpro-beginners/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/powerpro-beginners/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:powerpro-beginners-digest@... 
    mailto:powerpro-beginners-fullfeatured@...

(Continue reading)


Gmane