Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 30926 - 30956 of 36659   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30926
What I would suggest is creating a command list that runs every time a window appears. In that list, you can specify the caption of the window (or exe name or...
Gardner, Paul G.
paulggardner
Offline Send Email
Apr 2, 2007
11:35 am
30927
... time a ... window (or ... is a hot ... "n") to ... button if ... details. ... On Behalf ... particular ... be ... Hi Paul, Is it possible for PowerPro to...
ehathgepiurhe
Offline Send Email
Apr 3, 2007
9:19 am
30928
... It depends on what is used to display the text. If you can reference the control by an id, then you can using the win plugin to retrieve the text. Some...
Gardner, Paul G.
paulggardner
Offline Send Email
Apr 3, 2007
11:04 am
30929
I assigned a *menu folder command to a hot key and wanted to start a powerpro-script with a selected file. I tried several ways to call the script, but the...
dleidinger
Offline Send Email
Apr 4, 2007
10:55 am
30930
I would like to run at least my powerpro-scripts from a ramdisk in order to reduce disk-ios. I searched the forum for ramdisk and found some quite old threads....
dleidinger
Offline Send Email
Apr 4, 2007
11:09 am
30931
... order to reduce disk-ios. I searched the forum for ramdisk and found some quite old threads. But i didn't understand everything. You can certainly go down...
David Troesch
datconsulting
Online Now Send Email
Apr 4, 2007
12:34 pm
30932
... the ... call ... .scriptname(_file_) worked for me, as would any variation of call using _file_, I imagine. Best to avoid "|" if you are doing anything...
brucexs
Offline Send Email
Apr 4, 2007
3:11 pm
30933
k ... This is a *keys problem, it seems to me, not a favfolder problem. Actually, I am surprised that sending the *.ini part ever worked, since many programs...
brucexs
Offline Send Email
Apr 4, 2007
3:14 pm
30934
... Something like local xnew=xmouse local ynew=ymouse xnew =xnew +25-random(50) // for +- 25 random positions, including 0 ynew =ynew +25-random(50) xnew =...
brucexs
Offline Send Email
Apr 4, 2007
3:19 pm
30935
... Thank you very much for your help brucexs. Sorry for my wrong spelling of your name last time. I could not find any edit feature here. I guess I've got to...
frewsax
Offline Send Email
Apr 4, 2007
10:40 pm
30936
... The above won't make sense unless you understand sripting. PowerPro comes with a tutorial written for people new to programming. See the Tutorial entry...
brucexs
Offline Send Email
Apr 5, 2007
1:08 am
30937
On Tue, 3 Apr 2007 07:06:31 -0400, "Gardner, Paul G." ... Hi Paul, Thanks for that. I have found a second way to do the same thing. I wrote an AutoIt script to...
ehathgepiurhe
Offline Send Email
Apr 5, 2007
4:33 am
30938
... efficient ... powerpro ... does ... worry. If ... and ... and ... Thank you David - for the time beeing i will leave powerpro on "normal" disk....
dleidinger
Offline Send Email
Apr 5, 2007
5:14 am
30939
... Thanks Bruce, _file_ also works here...
dleidinger
Offline Send Email
Apr 5, 2007
5:18 am
30940
Trying to display Icons on file menus, I have not been able to accomplish this - the icons displayed are always ppro's defaults and not the icons I specify. ...
aviasd
Offline Send Email
Apr 5, 2007
7:31 am
30941
I second David's comments. I've had PowerPro running from RAM disk for about two years and found no substantial improvements whatsoever. So I went back to hard...
sgp
acs322000
Offline Send Email
Apr 5, 2007
8:42 am
30942
... CM, What I've used in the past is an auto-run command list. In the Help index, enter this : "auto run when a window opens" without the quotes. In short,...
Gardner, Paul G.
paulggardner
Offline Send Email
Apr 5, 2007
10:58 am
30943
... PowerPro ... either ... Thank you for the solution I don't know why I didn't think of it myself. It works for ini files as well. I did have to add {enter}...
bedtrick
Offline Send Email
Apr 5, 2007
6:48 pm
30944
Thank you so much for the help with this brucexs. It's starting to make more sense to me, and I'll continue to study your fantastic tutorial on scripting with...
frewsax
Offline Send Email
Apr 6, 2007
2:04 pm
30945
On Thu, 5 Apr 2007 06:58:45 -0400, "Gardner, Paul G." ... Hm, just to add to my previous post, I'm not sure that PowerPro can actually detect the Sygate...
ehathgepiurhe
Offline Send Email
Apr 7, 2007
5:21 pm
30946
On Thu, 5 Apr 2007 06:58:45 -0400, "Gardner, Paul G." ... Hi Paul, Yes, hookwindowsevents is dangerous - I copied my script into this group once more after...
ehathgepiurhe
Offline Send Email
Apr 7, 2007
5:21 pm
30948 ngawharaurobert
Offline Send Email
Apr 8, 2007
7:10 am
30949
Hi, is it possible to show a website on a bar? Do I need a plugin? I've heard of the possibility of embedding activex controls, and as far as I no there exists...
DreamFlasher
dream_flasher
Offline Send Email
Apr 8, 2007
6:58 pm
30950
... I assume you mean a web page. Go to "controls" topic in help The bit you need is under "Windows COM Controls" So make a button, set the label to: *control...
entropyreduction
entropyreduc...
Offline Send Email
Apr 9, 2007
4:45 pm
30951
... Please just post your question/comment to the group. I prefer not to deal with email for PowerPro....
brucexs
Offline Send Email
Apr 9, 2007
5:37 pm
30952
... You can change the url dynamically with cl.setctrlurl. However, there are some disadvantages: no scroll bars to start with. The dialog plugin also...
brucexs
Offline Send Email
Apr 9, 2007
5:38 pm
30953
... This is a bug in 4.7. Its too small to do a whole new beta on, but I did fix it and upload a new version of 4.7, with exe version 4.7a, to the download...
brucexs
Offline Send Email
Apr 9, 2007
9:40 pm
30954
... I knew it, PowerPro is simply godlike software. But so easily!!! Damn, you can do everything with PP! Now I can do my own widgets... wow - without...
DreamFlasher
dream_flasher
Offline Send Email
Apr 9, 2007
11:04 pm
30955
... Dunno. You sure it's not something to do with page itself? Post url you're using....
entropyreduction
entropyreduc...
Offline Send Email
Apr 10, 2007
4:05 am
30956
I installed the ColorZoomer-Script one two PCs. It works perfect on one machine. But on the second machine, i don't get the small "x-box" in the...
dleidinger
Offline Send Email
Apr 10, 2007
11:00 am
Messages 30926 - 30956 of 36659   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help