Sheri | 1 May 2011 10:42
Picon

Re: Changing fonts in Scheduler *Message box

--- In power-pro@..., "Sheri" <sherip99 <at> ...> wrote:

In addition to the need for unwrapping, email seems to have garbled the font specs, there are three spaces
between the quoted font name and size in these specs.

> ?#"Verdana"   11.0#)
> ?x"Arial"   10.0x)
> ?x"Arial"   9.0x)

Regards,
Sheri

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! 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)

entropyreduction | 2 May 2011 17:56

Re: Autoit Functions in Powerpro

Haven't got around to trying ControlClick.

Sample of using COM to acess autoit features here:

http://tech.groups.yahoo.com/group/power-pro/message/37921 

--- In power-pro@..., "entropyreduction"
<alancampbelllists+yahoo <at> ...> wrote:
>
> Also see files in
> 
> http://tech.groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/0_Interfaces/autoIt3/
> 
> You probably want au3.2.4.9Plugin_0.61.zip 
> 
> Notes in doc suggest how you can also use the com plugin to access autoit's COM interface.

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! 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)

entropyreduction | 3 May 2011 05:32

Re: Autoit Functions in Powerpro

autoit chm files says COM interface exposes 

ControlClick "title", "text", "controlID" [, button [, clicks [, x [, y ]]]]

So does autoit pp plugin.

--- In power-pro@..., "entropyreduction"
<alancampbelllists+yahoo <at> ...> wrote:
>
> Haven't got around to trying ControlClick.
> 
> Sample of using COM to acess autoit features here:
> 
> http://tech.groups.yahoo.com/group/power-pro/message/37921 
> 
> --- In power-pro@..., "entropyreduction"
<alancampbelllists+yahoo <at> > wrote:
> >
> > Also see files in
> > 
> > http://tech.groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/0_Interfaces/autoIt3/
> > 
> > You probably want au3.2.4.9Plugin_0.61.zip 
> > 
> > Notes in doc suggest how you can also use the com plugin to access autoit's COM interface.
>

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! Groups Links
(Continue reading)

Sheri | 3 May 2011 15:56
Picon

Re: Autoit Functions in Powerpro

--- In power-pro@..., "Peter" <pjagaraj <at> ...> wrote:

> ControlClick

This seems to work well: use the au plugin for CTRLDOWN and CTRLUP, and win.sendmouse for clicking.

E.g. to ctrl click at the current mouse position:

au.Send("{CTRLDOWN}")
win.sendmouse("ab "++xmouse++" "++ymouse++" lc")
au.Send("{CTRLUP}")

Regards,
Sheri

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! 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)

mk2003bq | 4 May 2011 04:45
Picon
Favicon

Re: Arb

I was and am using my config file and by uninstalling some parts of Office that I won't be using arb works fine
now!! One of these days I'll try to narrow it down as to which part. Sorry for being a pain in the butt!

--- In power-pro@..., "brucexs" <brucexs <at> ...> wrote:
>
> I have office 2010 (home version) installed and did not experience issues. 
> 
> Are you testing with the default arb config or with your config?
> 
> 
> 
> --- In power-pro@..., "mk2003bq" <mk2003bq <at> > wrote:
> >
> > 
> > 
> > --- In power-pro@..., "brucexs" <brucexs <at> > wrote:
> > >
> > > I did a quick test. It worked fine for me using "eval" keyword.
> > > 
> > > For win7, did you install so that the powerpro config data is kept in a separate folder (under
appdata/roaming is where it ends up on my machine).  Re-install and try this if you did not.  
> > > 
> > > I also had to create the "data" folder arb wants.
> > > 
> > > Do you get an error message?
> > > 
> > > --- In power-pro@..., "mk2003bq" <mk2003bq <at> > wrote:
> > > >
> > > > Updated to win7 x64, PowerPro works fantastic except when I try to use Arb, it kills PowerPro as soon as I
enter the 2nd letter. It's running as admin and other scripts work fine. I was using ARB v4.0 Hybrid Edition
(Continue reading)

sgp | 5 May 2011 22:43
Picon
Favicon

Re: Changing fonts in Scheduler *Message box

Sheri wrote:

> I wrote a script to change the fonts of various Powerpro windows when
> they appear

How nice, thank you Sheri! And your script even works for note body text (c=PowerProNote) though the 
note title font doesn't change. I've always wanted a larger font and now I can have it. Loading fonts this 
way seems to make my XP system a bit more sluggish, but maybe it's just my impression. 

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! 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)

Sheri | 5 May 2011 23:48
Picon

static vector vs vec.destroy and vec.exists

Now that reference counting is used for vectors, how can a static vector (or global for that matter) be
removed from memory such that vec.exists(hvec) returns 0 (i.e., false)?

vec.destroy(hvec)
win.debug("vec exists?: "++vec.exists(hvec))

shows that the vector still exists.

Is it now desirable to use hvec=0 ?

Regards,
Sheri

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! 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)

brucexs | 6 May 2011 01:43
Picon
Favicon

Re: static vector vs vec.destroy and vec.exists


--- In power-pro@..., "Sheri" <sherip99 <at> ...> wrote:
>
> Now that reference counting is used for vectors, how can a static vector (or global for that matter) be
removed from memory such that vec.exists(hvec) returns 0 (i.e., false)?
> 
> vec.destroy(hvec)
> win.debug("vec exists?: "++vec.exists(hvec))
> 
> shows that the vector still exists.
> 
> Is it now desirable to use hvec=0 ?

Yes, getting rid of any references should remove it, and
static hvec[100]
is that same as 
static hvec = vec.create(100)
so hvec is a variable with a reference in either case.

You can see debug output if you do a
vec.verbose(1)
before doing anything with vectors.

> 
> Regards,
> Sheri
>

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

(Continue reading)

Mentor | 6 May 2011 16:27
Favicon

win.debug reversed counting


ppro  win.debug reversed printing

Hi All,

I wrote a short script to try to alias a long name to a short one via a
function.  Speed is not essential in this case :

~~~~~~~~~~~~~~~

;count to ten
for (count=1; count<11;count++)
;var count is created by pp and holds 1 initially
say(count)
;call the say function to display the contents of count
;and go back to the FOR line
endfor

;Alias Say for win.debug
Function Say(temp)
;holds value of count in temp while it deals with it
win.debug(temp)
;display the number in the debug window

quit
~~~~~~~~~~~~~~~

The aliasing works.  I could use say() in any script to replace the
normal syntax.  But I want it to count from 1..10

(Continue reading)

SS | 6 May 2011 16:32
Picon
Favicon

Win 7 - Powerpro executes other programs with diffirent priviledge?

Don't know what to describe the problem.

1. Powerpro run as administrator at startup with taskschd.msc.
2. use Powerpro hotkey to execute outlook.exe
3. Outook tells me that I can't use search index, if I run as an administrator.
4. So I check 'run as normal user'in key/mouse list.
5. But problem stays.

What could I do with this?

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

PowerPro's download site: http://powerpro.webeddie.com/Yahoo! 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)


Gmane