sgp acs322000 | 1 Apr 2005 05:08
Picon
Favicon

RE: Re: Ravi is looking for a person who is understanding and homely to be his life partner. Click here to view his profile.


Ravi/Shell-Shocked wrote:

> To the folks who read the list via Gmane - note that there's a link at
> the bottom of the page that says "Report this as spam"

as I read gmane as an nntp newsgroup there's no link at the bottom of the 
page. babel tower!

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

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

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

bizaro | 1 Apr 2005 01:23
Picon

Re: OSD Volume question


Hello drmwpdc,

you wrote...

> Exec.VolumeAll("+3")
> Osd.Show(assign("vol",fill("00",volume*100/255))++"%"++"
"++repeat("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++" ")

> how would I add get the additional configuration of
> Osd.Show("Hello World!", "3000", "24", "Arial", "-1", "0 255 0")

> into the first Osd example???

Just replace,
"Hello
World!"
with,
assign("vol",fill("00",volume*100/255))++"%"++""++repeat("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++"
"

therefore,
Osd.Show(assign("vol",fill("00",volume*100/255))++"%"++""++repeat("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++"
", "3000", "24", "Arial", "-1", "0 255 0")

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/
(Continue reading)

drmwpdc | 1 Apr 2005 01:52
Picon
Favicon

Re: OSD Volume question


Tried it and it does not work (I thought it would be that simple as
well but I get a bad expression error)

--- In power-pro@..., bizaro <bizaro137 <at> g...> wrote:
> Hello drmwpdc,
> 
> you wrote...
> 
> > Exec.VolumeAll("+3")
> > Osd.Show(assign("vol",fill("00",volume*100/255))++"%"++"
> "++repeat("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++" ")
> 
> > how would I add get the additional configuration of
> > Osd.Show("Hello World!", "3000", "24", "Arial", "-1", "0 255 0")
> 
> > into the first Osd example???
> 
> Just replace,
> "Hello World!"
> with,
>
assign("vol",fill("00",volume*100/255))++"%"++""++repeat("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++"
"
> 
> therefore,
>
Osd.Show(assign("vol",fill("00",volume*100/255))++"%"++""++repeat("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++"
", "3000", "24", "Arial", "-1", "0 255 0")

(Continue reading)

John Morse | 1 Apr 2005 02:10
Favicon

Re: Logitech Mouse annoyance: Can PPro Help?


I ended up downloading the latest Setpoint software from the Logitech
website. It works fine now, For some reason the software that was came
with the mouse on the cd would not install.
thanks for the help

Thursday, March 31, 2005, 9:36:29 AM, you wrote:
drmwpdc> If you are using Logitech's software (in my case it is called
drmwpdc> "setpoint"), the application switch button can be remapped to perform
drmwpdc> different functions there (and specifically it can do the "forward"
drmwpdc> command as you desire).

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

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

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

swzoh | 1 Apr 2005 02:51
Picon
Favicon

Re: OSD Volume question


--- In power-pro@..., "drmwpdc" <drmwpdc <at> y...> wrote:
> 
> Tried it and it does not work (I thought it would be that simple as
> well but I get a bad expression error)
>
> Osd.Show(assign("vol",fill("00",volume*100/255))++"%"++""++repeat
("|",vol-1)++if(vol>>0,"[]")++repeat("|",100-vol)++"
> ", "3000", "24", "Arial", "-1", "0 255 0")

You have to use vol>0, not vol>>0. And use 000 255 000 in the last arg.

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

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

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

drmwpdc | 1 Apr 2005 04:14
Picon
Favicon

problem with keytrap on osd plugin


Is it possible to access all the osd parameters from keytrap

example
(this works-simple Osd access)
ini=0,0,0,20,84,1,,,Osd.Show("Hello World!"),0,1,0,0

(this does not work-bad expression error-more Osd parameters)
ini=0,0,0,20,84,1,,,Osd.Show("Hello World!", "3000", "24", "Arial",
"-1", "000 255 000"),0,1,0,0

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

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

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

swzoh | 1 Apr 2005 05:03
Picon
Favicon

Re: problem with keytrap on osd plugin


--- In power-pro@..., "drmwpdc" <drmwpdc <at> y...> wrote:
> 
> Is it possible to access all the osd parameters from keytrap
> 
> example
> (this works-simple Osd access)
> ini=0,0,0,20,84,1,,,Osd.Show("Hello World!"),0,1,0,0
> 
> (this does not work-bad expression error-more Osd parameters)
> ini=0,0,0,20,84,1,,,Osd.Show("Hello World!", "3000", "24", "Arial",
> "-1", "000 255 000"),0,1,0,0

ini=0,0,0,20,84,1,,,Osd.Show("Hello World!"\,"3000"\,"24"\,"Arial"\,
"-1"\,"000 255 000"),0,1,0,0

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

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

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Lavinia V | 1 Apr 2005 08:15
Picon
Favicon

Penang girl, Reeta is looking for unmarried male in age 32 – 38 to be her life partner. View her photo and profile here.

Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.
Yahoo! Groups Links
Lavinia V | 1 Apr 2005 08:15
Picon
Favicon

Penang girl, Reeta is looking for unmarried male in age 32 – 38 to be her life partner. View her photo and profile here.

Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

Do you Yahoo!?
Make Yahoo! your home page

Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
Yahoo! Groups Links
drmwpdc | 1 Apr 2005 08:38
Picon
Favicon

Re: problem with keytrap on osd plugin


thanks swzoh for all the help

I'm amazed at the capibilities of powerpro and the caliber of support
that there is for this program ... many thanks to you all.

--- In power-pro@..., "swzoh" <swzoh <at> y...> wrote:
> 
> --- In power-pro@..., "drmwpdc" <drmwpdc <at> y...> wrote:
> > 
> > Is it possible to access all the osd parameters from keytrap
> > 
> > example
> > (this works-simple Osd access)
> > ini=0,0,0,20,84,1,,,Osd.Show("Hello World!"),0,1,0,0
> > 
> > (this does not work-bad expression error-more Osd parameters)
> > ini=0,0,0,20,84,1,,,Osd.Show("Hello World!", "3000", "24",
"Arial",
> > "-1", "000 255 000"),0,1,0,0
> 
> ini=0,0,0,20,84,1,,,Osd.Show("Hello World!"\,"3000"\,"24"\,"Arial"\,
> "-1"\,"000 255 000"),0,1,0,0

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

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

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Gmane