sgp | 1 Jun 2010 07:53
Picon
Favicon

Re: forcing floating point math

brucexs wrote:

>> but - again - eval fails on 
>> undeclared variables.
> 
> As it should,right?
Yes, as it should.

> If the variable is declared, it should work.  But
> I understand you to mean that you are talking, eg,  about letters
> appearing the formulas (e.g. e to represent 2.1718...) 
That's what I'm talking about.

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...
(Continue reading)

sgp | 1 Jun 2010 07:59
Picon
Favicon

Re: forcing floating point math

nospam0123456us wrote:

> 
> 
>> > "a + MyClass.elements[ 5/b ] + math.sin( 5 ) + ( 45 % 6 & 25 )"  
> 
> Here, the difficult part is that "( 45 % 6 & 25 )" must stay as
> integer ( % & | << >> operators only handle integer ) and also that "[
> 5/b ] must also stay as integer as it is used as an index for a
> vector. 
Good points, thank you.
Anyhow, I was looking for a way to way to do copy-calc-paste of simple math expressions involving 
integers, floats and + - * / operators. I think the currents regex can handle those.
I might think a little bit more if another regex could also handle % & | << >> correctly. A full-blown parser 
is out of question for my needs.

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

(Continue reading)

Melissa | 3 Jun 2010 21:22
Picon
Favicon

Getting PP debug messages after 4.9n upgrade

I installed 4.9n on top of 4.9m and I now see a PP debug window popup when I activate the desktop
TaskbarAutoHide function. In the window I get the following:

00005   6131 start hide 65694 1009e 0 0 Thu Jun 03 14:16:45 2010
00004 641788 start show 65694 1009e 0 0 Thu Jun 03 14:16:39 2010

How do I disable this?

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

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

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

brucexs | 4 Jun 2010 00:48
Picon
Favicon

Re: Getting PP debug messages after 4.9n upgrade


--- In power-pro@..., "Melissa" <excesspapers <at> ...> wrote:
>
> I installed 4.9n on top of 4.9m and I now see a PP debug window popup when I activate the desktop
TaskbarAutoHide function. In the window I get the following:
> 
> 00005   6131 start hide 65694 1009e 0 0 Thu Jun 03 14:16:45 2010
> 00004 641788 start show 65694 1009e 0 0 Thu Jun 03 14:16:39 2010
> 
> How do I disable this?
>

I uploaded exe only with a fix.  Let me know if it works. 

 Not sure if taskbarhide works in vista reliably -- the debug message was showing the task bar start button
window, which is not a child of the taskbar in vista and later, I believe, and someone had reported the
command had hence stopped working.  I guess we never completed debugging the fix.

http://powerpro.webeddie.com/download/powerpro.exe

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

(Continue reading)

Melissa | 4 Jun 2010 01:26
Picon
Favicon

Re: Getting PP debug messages after 4.9n upgrade

Problem solved. Thanks Bruce.

--- In power-pro@..., "brucexs" <brucexs <at> ...> wrote:
>
> 
> 
> --- In power-pro@..., "Melissa" <excesspapers <at> > wrote:
> >
> > I installed 4.9n on top of 4.9m and I now see a PP debug window popup when I activate the desktop
TaskbarAutoHide function. In the window I get the following:
> > 
> > 00005   6131 start hide 65694 1009e 0 0 Thu Jun 03 14:16:45 2010
> > 00004 641788 start show 65694 1009e 0 0 Thu Jun 03 14:16:39 2010
> > 
> > How do I disable this?
> >
> 
> 
> I uploaded exe only with a fix.  Let me know if it works. 
> 
>  Not sure if taskbarhide works in vista reliably -- the debug message was showing the task bar start button
window, which is not a child of the taskbar in vista and later, I believe, and someone had reported the
command had hence stopped working.  I guess we never completed debugging the fix.
> 
> http://powerpro.webeddie.com/download/powerpro.exe
>

------------------------------------

Attention: PowerPro's Web site has moved: http://www.ppro.orgYahoo! Groups Links
(Continue reading)

S | 4 Jun 2010 11:20
Picon
Favicon

Can anyone kindly teach me "win.mappoints"?

I have two monitors, resolutions are 1024*768, 1280*1024.
What I want is to know the relative positions between monitor 1 and 2.

According to the manual,
pts = mappoints(rect1, rect2, ptsIn)
here I gave
rect1 = 0 24 1024 768     (monitor 1)
rect2 = 1024 0 2304 1024  (monitor 2)
ptsIn  = 1096 21 1695 587 (window's position is in monitor 2)

But the result is not what I expected
pts == 2394 -4 3143 775

Did I misunderstand the function? Can anyone teach me? thanks.

[Non-text portions of this message have been removed]

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

S | 4 Jun 2010 11:25
Picon
Favicon

xxxxx

xxxxx

[Non-text portions of this message have been removed]

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> 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/

S | 4 Jun 2010 11:30
Picon
Favicon

Can anyone please help me with "win.mappoints"?

I have two monitors, resolutions are 1024*768, 1280*1024.
What I want is to know the relative positions between monitor 1 and 2.

According to the manual,
pts = mappoints(rect1, rect2, ptsIn)
here I gave
rect1 = 0 24 1024 768 (monitor 1)
rect2 = 1024 0 2304 1024 (monitor 2)
ptsIn = 1096 21 1695 587 (window's position is in monitor 2)
pts == 2394 -4 3143 775

But the result is not what I expected ( I thought it'll be some window position inside monitor 1)

Did I misunderstand the function? Can anyone teach me? thanks.

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

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

philipp_l_kiefer | 4 Jun 2010 12:33
Picon

Easy way to convert command lists to script files

Hi.

I've tried to do this using PproConf's "Export as text" button, but the resulting file of course includes
all the button information and would take some serious editing to turn it into an operable script file. Is
there an easier way?

Many thanks

Phil

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

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

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

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

brucexs | 4 Jun 2010 13:04
Picon
Favicon

Re: Can anyone please help me with "win.mappoints"?


--- In power-pro@..., "S" <hypersam.tw <at> ...> wrote:
>
> I have two monitors, resolutions are 1024*768, 1280*1024.
> What I want is to know the relative positions between monitor 1 and 2.
> 
> According to the manual,
> pts = mappoints(rect1, rect2, ptsIn)
> here I gave
> rect1 = 0 24 1024 768 (monitor 1)
> rect2 = 1024 0 2304 1024 (monitor 2)
> ptsIn = 1096 21 1695 587 (window's position is in monitor 2)
> pts == 2394 -4 3143 775

Did you use 
win.mappoints(rect2, rect1, ptsIN)
The function assumes the ptsIn is in coordinates with respect the the first rectangle always.

Y

------------------------------------

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

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

<*> Your email settings:
    Individual Email | Traditional

(Continue reading)


Gmane