Re: TaskbarBar doesn't appear at Powerpro startup, if there is any pending schedulers

"brucexs-/[email protected] [power-pro]" <[email protected]> 19 May 2019 12:37:56 +0000
Newsgroups gmane.comp.windows.power-pro
Message-ID <[email protected]>
Just to be clear, when you use wait, you have to put the commands to be delayed in the more commands, eg Command: wait 3
 

 More commands
 Any commands you have in start up which are not ppro commands like messages or assignment to ppro globals.  If you have a lot of such commands, use a script or use more than one wait.
 

 You will have to do this for any commands that run if missed as scheduled events.  
 

 Looking at the code, I see that ppro does wait until it is stabilized at startup before accepting taskbar bar.  So that might be the issue.  
 

 If wait does not work, you may be better off using the windows scheduler to run non-pprox commands like your example rather than using run if missed.