Bruce, After installing 4.5.15a, PowerPro and PProConf crash when I open folders in explorer. This happens mostly (if not always) when I open network folders...
... If you ctrl-right click a bar, what "about powerpro" say for the version? What version of Windows are you running and what version of PowerPro works OK....
No I guess. The crash happens when I open a explorer window on a remote folder in UNC style paths only in PowerPro 4.5.15a. When I do delete explorer_windows.*...
fine ... do ... Yes, I am sure it is. But I don't recall changing anything in explorer folders. If you have time to look into, can you check with 4.5.15b...
... ftp ... After upgrading to 4.5.15b, its not happening for a while now. I'll report if I get this again. ... the ... Actually No. I have configured WinKey-K...
... (good to know, always looked in the setup dialog for the version) ... Im running XP Pro , and the version which runs ok is "4.5". The latest i tried which...
Hello Bruce, you wrote... ... Thanks. ... This feature fails if order of taskbar items is changed with hiding/unhiding, and with tryminimizing/untryminimizing....
... bug? ... The features is only intended to work with vdesks. It basically uses code similar to what Sean published to grab a list of windows in the order...
... PowerPro ... Can you post the properties section of a bar which causes the problem. Use pproconf to export the bar to an ini file and then post the...
I think Bruce wants to play it safe... the plugin I'm distributing with 6.4 has a buffer overflow so Bruce is distributing the old plugin. It should work with...
... Hi. The following are UTF-8 related options I found out in pcre man page: PCRE_UTF8 PCRE_NO_UTF8_CHECK & REG_UTF8 // pcreposix The question is how to set...
Hello Bruce, you wrote... ... Imagine a vdesk with following taskbar order: Notepad 1 | Internet Explorer | Notepad 2 Now, If you hide and then show Notepad 1,...
... Hi. In the expression? Maybe there's something like (?u) you can use. I wouldn't know. In the code? Put REG_UTF8 in the regcomp options (last parameter, ...
... No, there is no (?u). All options I could find in PCRE are (?...): i, m, s, x, X, U where (?U) is to invert the greediness. ... Yup, I suggest a way to...
Version Info: Runit: runit-20051025 downloaded from files area Powerpro: 4.5.08 (not latest but should be OK) I am trying for the first time to use runit. I...
I use a script to handle quite a few of my bookmarks in Firefox. The following script processes links called from elsewhere in the script. The problem is that...
... Thanks for taking the time to post this. Unfortunately, I tried on two machines but do not see a problem. Just to double confirm, when you ctrl-alt-del...
Re: track clips Error ... alphanumerics ... The problem is.. GUI Control >> Track Clips > All ==> Error When I captured strings, "Cannot write to file from...
... I fixed that problem in my own version of runit when ppro 4.5.03 came out, but didn't bother to update the group version, sorry. I will upload an update...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the power-pro group. File :...
power-pro@yahoogroups...
Nov 2, 2006 8:20 pm
29744
Runit.powerpro update Description: Run a program the way you like it (minned, maxxed, hidden, blocking, non-blocking, single instance, multiple instance, with...
... There's something that I'm wondering about... would (?#u) be permitted anywhere or only at the beginning of the expression? And what do you think about...