Greetings I have a very mature Ppro config. When I initiate a drag on my pc powerpro just starts nonstop beeping until I release the drag. What causes this? ...
33633
Owen Watson
owen13watson
Jul 24, 2008 11:05 pm
Not so if you've got a windows-with-menus-within-windows-with-menus situation. And I've tried all possible key combos. . . It all looks too hard. Thanks for...
33634
brucexs
Jul 24, 2008 11:40 pm
... Looks like a one linke fix. It also breaks something where you redefine a built-in keyword: win.debug(volume(10,10,10) // crash! function volume (x, y z) ...
33635
dleidinger
Jul 25, 2008 7:54 am
Hi Owen, ... It is may be not so hard as you think. I am not a windows-developer, but - like Bruce recommended, i was able to find out some interesting ...
33636
Owen Watson
owen13watson
Jul 25, 2008 8:16 am
In the end I did what I said I wouldn't: move x,y, click, move x,y, click and it works OK. C'est terrible, mais ca marche, as the inventor of the first gearbox...
33637
phkiefer
philipp_l_ki...
Jul 25, 2008 8:53 am
... Just tried it, but it didn't work either. For example, Amazon search still looks for: rÃŒbe instead of rübe or: österreich instead of Österreich. ...
33638
majesticartz
Jul 25, 2008 1:03 pm
THANKS, ... is...
33639
entropyreduction
entropyreduc...
Jul 25, 2008 4:29 pm
... I need more information. rübe : please send me the string in hex (use case function) what's your code page?...
33640
brucexs
Jul 26, 2008 2:22 pm
I updated the download to 4.8k - added find text to clist, key, scheduler configure dialogs - removed beep from mousegesture.dll when stroke buffer fills -...
33641
dleidinger
Jul 26, 2008 2:42 pm
Hi Bruce, thanks a lot for the updates. Now i've got a small question concerning versions. In http://tech.groups.yahoo.com/group/power-pro/message/33326 you ...
33642
Sheri
silvermoonwo...
Jul 26, 2008 5:15 pm
... Good catch, version 1.0.6.2 doesn't have win.SendMessagestrRemote in it. Regards, Sheri...
33643
brucexs
Jul 26, 2008 5:47 pm
... it. Not sure what happenend, but I re-uploaded with 1.64.>...
33644
Sheri
silvermoonwo...
Jul 26, 2008 6:29 pm
... Thanks Bruce, Don't know if there's anything you can do about it, but if I write protect stil32jp.dll before updating, the installer briefly displays an...
33645
Grumpy Gamer
ehathgepiurhe
Jul 27, 2008 5:05 am
On Sat, 26 Jul 2008 14:22:08 -0000, "brucexs" ... Hi Bruce, I know you are only bug-fixing PowerPro now, and there is a limitation (if you will) in PowerPro...
33646
brucexs
Jul 27, 2008 1:31 pm
... PowerPro depends on Windows system hooks to signal the mouse movements to the edge of screen so possibly these are affected somehow. You are right that I...
33647
Sheri
silvermoonwo...
Jul 27, 2008 2:35 pm
I'm using the replacement stil32jp.dll on XP SP3. Currently using "Middle desk" to run the following script (there are a few broken lines via Yahoo). local...
33648
brucexs
Jul 28, 2008 1:07 pm
... PowerPro caches desktop window handles used to detect clikc on middle desk, so possible restarting PowerPro after you change this setting may help....
33649
Sheri
silvermoonwo...
Jul 28, 2008 4:12 pm
... I just changed the hotkey to "middle anywhere" and added code to test the exename under the mouse. Seems to work fine for my purpose. local regex_status if...
33650
entropyreduction
entropyreduc...
Jul 28, 2008 4:37 pm
... If I manually copy "rübe" and paste it into a text editor, all as it should be If I manually copy "rübe", clip.get returns "rübe" on my machine. case...
33651
power-pro@yahoogroups...
Jul 28, 2008 4:40 pm
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 :...
33652
entropyreduction
entropyreduc...
Jul 28, 2008 4:50 pm
-- added to_utf8 service Oops, just noticed I forgot to update the chm file. I'll do that, and replace zip I just upleaded with new one, no change in version...
33653
power-pro@yahoogroups...
Jul 29, 2008 3:21 am
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 :...
33654
entropyreduction
entropyreduc...
Jul 29, 2008 3:22 am
Updated the chm file....
33655
Vochomurka
nuchoblin
Jul 31, 2008 4:36 pm
I've created the bar with many checkboxes. Each one corresponds to an application with some document. After selecting some of checkboxes I press either Cancel...
33656
brucexs
Jul 31, 2008 4:48 pm
... be How do you assign to right button to run? You often get this error message when commands are not entered properly and embedded blanks in file paths are...
33657
phkiefer
philipp_l_ki...
Jul 31, 2008 5:23 pm
Okay, here's what I found out: Running http://www.amazon.com/s/ref=nb_ss_gw/105-9833115-2403646?url=search-alias%3Daps&field-keywords=RÜBE&x=6&y=21 from...
33658
Vochomurka
nuchoblin
Jul 31, 2008 6:06 pm
... 1) I assign the right mouse button usual way: C.AddRight(i, "c:\path\app.exe", "c:\user\document.ext") 2) There is NO BLANKS in file paths. 3) The script...
33659
Sheri
silvermoonwo...
Jul 31, 2008 6:20 pm
... If you are using "standard configuration" (Configure Setup/Advanced Setup) or otherwise have backslash defined as your escape character (Configure...
33660
brucexs
Jul 31, 2008 6:37 pm
... calling ... the ... command), If I understand you properly, this would move the bar close before the for loop. That would make the cl.getctrlvalue...
33661
Owen Watson
owen13watson
Jul 31, 2008 11:14 pm
I remember using a Mac macro program called QuicKeys and one of the ways it drove programs was by calling menu commands. You could record the sequence and it...