recently, I found the special option seems not be supported by powerpro pcre? for instance, s = regex.pcrereplace("point (one)", s, "not...
41507
Sheri
silvermoonwo...
May 3, 2013 3:09 pm
... That special option doesn't apply to the pattern but to the replacement string. There are some special tokens that can be in a replacement string for which...
41508
jeeppostaccount
May 3, 2013 11:40 pm
could you re-upload 'pprosetup_excerpt.c39; to the files area, I cant find it there so i assume its been taken down. Thanks!...
41509
brucexs
May 4, 2013 11:31 am
Done. When I get around to doing another beta, I'll have to change the setup to remove the winzip stuff and just make it a pure 7Z install (since I lost my...
41510
Sheri
silvermoonwo...
May 4, 2013 5:38 pm
I have an old laptop with XP Home (OEM) which I've just successfully transferred to a virtual machine. I collected some BIOS strings from the old laptop by...
41511
brucexs
May 5, 2013 10:45 am
Sheri: Thank you for taking the time to provide such a detailed description. I have no experience working with any of these tools, so I don't think I'll...
41512
lootano
May 6, 2013 1:01 am
Hello. I'm English beginner. I want your understand. '*Exec reverse id=xxx' What does mean 'xxx'? How can I know 'xxx'? Thank you for reading....
41513
brucexs
May 6, 2013 10:32 am
xxx means that you need to fill in some string according to the rules for that command. The xxx is a place holder for something that you need to fill in. The...
41514
tpi@...
tpi@rogers.com
May 10, 2013 2:23 pm
hello, Is there a way to just hover the mouse cursor over a powerpro button and have it auto click continuously (repeat clicks at a defined interval) until...
41515
brucexs
May 11, 2013 10:53 am
You'd have to use hover clicks feature on bar properties for first click then a script to continue while the button remains over the mouse. If more then one...
41516
descent49
May 13, 2013 1:25 pm
Hey everyone, Just wanted to share a little script. I am using a main PP bar with hidden Windows 7 task bar. Desktop.ShowTaskbarAutohideused to work fine under...
41517
tpi@...
tpi@rogers.com
May 13, 2013 4:25 pm
Hi Bruce, I got the script working. Just wanted to let you know that I'm a novice and don't know anything about programming or scripting, but have been very...
41518
brucexs
May 13, 2013 6:03 pm
I'm happy to answer any questions posted in the group so that all can see them....
41519
diamantsus
May 13, 2013 7:52 pm
If i have volume setted to left 80% and right 20% when i use exec.VolumeAll("+10") it also set left 50% and right 50%. Do it is possible to have a option to...
41520
jeeppostaccount
May 14, 2013 1:04 am
I cant find functions like the two below, am I missing something? #1)'ALL-locals' function. All-[globals,statics] functions exist in PowerPro, It would be...
41521
brucexs
May 14, 2013 11:20 am
You are right, this info is not currently available. Possibly in future release. The all statics and allglobals were originally developed to allow plugin...
41522
brucexs
May 14, 2013 11:23 am
Sorry, no, not planning any more changes to volume functions. The Windows interface for accessing this information is complicated and tedious to work with....
41523
diamantsus
May 16, 2013 5:42 pm
you can remove the focus to the window that currently has without set it to another?...
41524
krwudtke
May 17, 2013 5:20 am
This all worked as recent as a few days ago. I have a bar of snippets that is activated by CTRL+ALT+C (CTRL+ALT+V activates the *Clip MenuPaste). Most of the...
41525
brucexs
May 17, 2013 10:34 am
I'm afraid all I can suggest is trying to track down what changed on your system to cause this issue. Something must have changed: either you updated the...
41526
brucexs
May 17, 2013 10:36 am
I really don't know, and even if you would somehow, I don't know if you could do that in PowerPro (without using dll plugin to access Windows API directly). ...
41527
krwudtke
May 17, 2013 5:38 pm
Thanks, Bruce. I came to the same conclusion after it was still being weird this morning. And I found the culprit. I had installed some software to let me...
41528
phkiefer
May 20, 2013 3:46 pm
Hi Bruce. This is something that has been bugging me on and off for a long time: When a bar with a shadow is hidden, it may leave behind its shadow in a fixed...
41529
brucexs
May 21, 2013 11:03 am
I assume this is from an autohide bar. I don't think there is much I can do as shadows are drawn and hidden by the windows systems routines. PowerPro just...
41530
phkiefer
May 21, 2013 1:41 pm
Thanks Bruce. I've never used bar animations, so that wasn't a factor. I'll try your win.close("c=syshadow") suggestion....
41531
brucexs
May 22, 2013 10:46 am
if you succeed in deleting shadow consistently, to make a complete solution you may also need to refresh the bar as part of the hotkey. If you were not using...
41532
phkiefer
May 23, 2013 9:08 pm
win.close("c=syshadow") didn't work to get rid of the artifact. Had to restart PPro to get rid of it. I'm going to do some more experimenting the next time it...
41533
phkiefer
May 23, 2013 9:09 pm
Also, I have a feeling, it might be caused occasionally by using window.position on a shadowed bar... Will check......
41534
brucexs
May 24, 2013 11:37 am
If you want spend time pursuing this, here are a few thoughts: - if it is a PowerPro issue, I'll probably be only to fix it if I can duplicate it on my win7...
41535
brucexs
May 24, 2013 11:53 am
I was playing around with the script and found out that the sysshadow class IS attached to the powerpro exe, (I added "exe = ", w.exename to debug output)....