phkiefer | 1 Feb 2011 11:45
Picon

Re: Scheduler type 'startup' only run once per Windows session?

I've now been able to pinpoint this problem (i.e. commands scheduled for "startup" are not run) to when
PowerPro is restarted after crashing. That means that when PPro is closed normally by shutting down the
system or closing it manually, evertything works fine, but when it crashes and I manually restart it, it
won't run any startup commands (at least on my system). Can anyone confirm this?

My monitor list now picks this up and runs the startup script belatedly so that I can avoid any error
messages, but I think this would still be worth fixing if possible.

Thanks

Phil

--- In power-pro@..., "brucexs" <brucexs <at> ...> wrote:
>
> They run every time PowerPro starts, at least in all my tests.  Although these tests are on XP, I don't think
this function can depend on the Windows version.
> 
> Possibly you are using different command lines with different pcf files from the startup group when you
restart manually?
> 
> 
> --- In power-pro@..., "phkiefer" <philippkiefer <at> > wrote:
> >
> > I use a 'statup' scheduler to run a script that, among other things, defines some global variables used by
hotkeys etc. This all works fine the first time PowerPro is run, but when it crashes and I re-run it,
PowerPro does not seem to execute the startup script and I get error messages about undefined variables
until I manually run my startup script from the command line.
> > 
> > My conclusion would be that 'startup' schedulers are only run the first time PowerPro is launched in a
given Windows session, but not subsequent times. As this seems to contradict the information in the help
(Continue reading)

Sheri | 1 Feb 2011 15:40
Picon

Re: Re: Scheduler type 'startup' only run once per Windows session?

On 2/1/2011 5:45 AM, phkiefer wrote:
>
> I've now been able to pinpoint this problem (i.e. commands scheduled 
> for "startup" are not run) to when PowerPro is restarted after 
> crashing. That means that when PPro is closed normally by shutting 
> down the system or closing it manually, evertything works fine, but 
> when it crashes and I manually restart it, it won't run any startup 
> commands (at least on my system). Can anyone confirm this?
>
> My monitor list now picks this up and runs the startup script 
> belatedly so that I can avoid any error messages, but I think this 
> would still be worth fixing if possible.
>
> Thanks
>
> Phil
>

After crashing and before restarting, do you first check the task 
manager (ctrl+alt+del) and make sure there are no powerpro.exe processes 
still showing? If there are, you should kill each one before restarting 
powerpro. Sometimes there is more than one due to some plugin 
activities. That might fix your issue.

Regards,
Sheri

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

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

ariegilbert | 1 Feb 2011 23:59
Favicon

Re: 'TRAY' list conflict with adobe 10, and loss of right-click fxn

If I do either of your suggestions, the function returns until I use adobe or open a browser window. 

so I have un-installed adobe-x 

I am not a fan of their software overall anyway. I will install reader-9

Thanks,

but I thought you would want to know if this kluge is otherwise mentioned by someone else. 

--- In power-pro@..., "brucexs" <brucexs <at> ...> wrote:
>
> What happens if you execute to command
> configure restart
> from a powerpro button after you start adobe?
> 
> If that does not help, what happens if you start adobe, shut down PowerPro, and restart it.
> 
> --- In power-pro@..., "ariegilbert" <arie1 <at> > wrote:
> >
> > I have noticed the following odd behaviors that I believe are attributed to interference of ppro from
adobe reader
> > 
> > I have a 'tray' bar; the title displays time and other info, while left click creates a note, and right
click displays the 'open note from menu'.
> > 
> > I just installed 'adobe reader x'. if I open any pdf's with it, I can neither open a note, nor access the open
note menu as described above.
> > 
> > Additionally, I have ppro set such that if I right-click anywhere in a caption, it closes the window. 
(Continue reading)

brucexs | 2 Feb 2011 00:32
Picon
Favicon

Re: 'TRAY' list conflict with adobe 10, and loss of right-click fxn


This indicates it is a bug in their software with respect to interacting with other programs which use
window hooks.

Thanks for the warning to avoid adobe reader x

--- In power-pro@..., "ariegilbert" <ariegilbert <at> ...> wrote:
>
> If I do either of your suggestions, the function returns until I use adobe or open a browser window. 
> 
> so I have un-installed adobe-x 
> 
> I am not a fan of their software overall anyway. I will install reader-9
> 
> Thanks,
> 
> but I thought you would want to know if this kluge is otherwise mentioned by someone else. 
> 
> 
> 
> --- In power-pro@..., "brucexs" <brucexs <at> > wrote:
> >
> > What happens if you execute to command
> > configure restart
> > from a powerpro button after you start adobe?
> > 
> > If that does not help, what happens if you start adobe, shut down PowerPro, and restart it.
> > 
> > --- In power-pro@..., "ariegilbert" <arie1 <at> > wrote:
> > >
(Continue reading)

entropyreduction | 2 Feb 2011 05:46

Re: How to crash PP


My guess is you have reg.error_dialog_off() in some startup script somewhere, and reg stays loaded
forever after.  Possible?  If not, I'll go check reg.enum_keys error logic.

Remember rg_status always has error message even if error dialogs don't show.

--- In power-pro@..., "Sheri" <sherip99 <at> ...> wrote:
>
> --- In power-pro@..., "entropyreduction"
<alancampbelllists+yahoo <at> > wrote:
> > 
> > --- In power-pro@..., "brother.gabriel" <brgabriel <at> > wrote:
> >  
> > > keystring = reg.enum_keys(?"C:\path\tomyinifile.ini", "Tokens")
> > 
> > On my machine, that just gives "BAD HIVE" error message, as
> > expected. Could others who have reg plugin installed give this a
> > go and see if they get a powerpro crash?
> 
> No, but in order to see the message, I needed to add reg.error_dialog_on()
> 
> I believe elsewhere in my configuration or commonly used scripts I have reg.error_dialog_off()
> 
> Regards,
> Sheri
>

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

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

phkiefer | 2 Feb 2011 20:49
Picon

Re: Scheduler type 'startup' only run once per Windows session?

I'll investigate. Thanks, Sheri!

--- In power-pro@..., Sheri <sherip99 <at> ...> wrote:
>
> On 2/1/2011 5:45 AM, phkiefer wrote:
> >
> > I've now been able to pinpoint this problem (i.e. commands scheduled 
> > for "startup" are not run) to when PowerPro is restarted after 
> > crashing. That means that when PPro is closed normally by shutting 
> > down the system or closing it manually, evertything works fine, but 
> > when it crashes and I manually restart it, it won't run any startup 
> > commands (at least on my system). Can anyone confirm this?
> >
> > My monitor list now picks this up and runs the startup script 
> > belatedly so that I can avoid any error messages, but I think this 
> > would still be worth fixing if possible.
> >
> > Thanks
> >
> > Phil
> >
> 
> After crashing and before restarting, do you first check the task 
> manager (ctrl+alt+del) and make sure there are no powerpro.exe processes 
> still showing? If there are, you should kill each one before restarting 
> powerpro. Sometimes there is more than one due to some plugin 
> activities. That might fix your issue.
> 
> Regards,
> Sheri
(Continue reading)

phkiefer | 2 Feb 2011 21:30
Picon

Dual tooltip problem

When I move the mouse pointer over my PPro bar in Total Commander, TC's native tooltip does not disappear and
I get two tooltips - one from the bar (blank in the screenshot) and TC's own. See here:

http://img17.imageshack.us/i/dualtooltip.jpg/

Any ideas for a remedy?

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:
    power-pro-digest@... 
    power-pro-fullfeatured@...

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

(Continue reading)

brother.gabriel | 3 Feb 2011 02:41
Gravatar

why won't this contextif statement work?

Hey, y'all, I am trying to make a pp bar show up if the active window is notepad++ and it has .ahk in the title bar
(there is an ahk file open in the window, so it displays the file in the title bar)

I have this code in the top of a bar's commandlist.
Why doesn't this work?

contextif (win.exename("active,nodialog") == "Notepad++" && win.caption("active,nodialog")=="*.ahk*")

I tried this too:
contextif (win.exename("active","nodialog") == "notepad++" && win.caption("active","nodialog")=="*.ahk*")

If I use context instead of contextif, this does work:
context *.ahk*,nodialog

Any clues?
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)
(Continue reading)

Sheri | 3 Feb 2011 15:41
Picon

Re: why won't this contextif statement work?

--- In power-pro@..., "brother.gabriel" <brgabriel <at> ...> wrote:
>
> Hey, y'all, I am trying to make a pp bar show up if the active window is notepad++ and it has .ahk in the title
bar (there is an ahk file open in the window, so it displays the file in the title bar)
> 
> I have this code in the top of a bar's commandlist.
> Why doesn't this work?
> 
> contextif (win.exename("active,nodialog") == "Notepad++" && win.caption("active,nodialog")=="*.ahk*")
> 
> I tried this too:
> contextif (win.exename("active","nodialog") == "notepad++" && win.caption("active","nodialog")=="*.ahk*")
> 
> If I use context instead of contextif, this does work:
> context *.ahk*,nodialog
> 

win.caption returns a full caption string which is likely never equivalent to asterisk dot ahk asterisk.

Regards,
Sheri

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

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:
(Continue reading)

Sheri | 3 Feb 2011 15:56
Picon

Re: How to crash PP

--- In power-pro@..., "entropyreduction"
<alancampbelllists+yahoo <at> ...> wrote:
>
> 
> My guess is you have reg.error_dialog_off() in some startup script somewhere, and reg stays loaded
forever after.  Possible?  If not, I'll go check reg.enum_keys error logic.
> 
> Remember rg_status always has error message even if error dialogs don't show.

As it turns out I have raiseErrors=0 in reg.ini. Otherwise the plugin raises errors that are not critical in
my usage.

I suspect it was not the reg plugin that caused a crash for Brother Gabriel-Marie. The script was likely
using the erroneous return further down the line.

Regards,
Sheri

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

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
(Continue reading)


Gmane