If I change the entire Powerpro directory from "D:\Program Files\PowerPro 4.6" to "D:\PowerPro", then the plugins work fine. So PowerPro can't load plugins if...
... What is the command and start in field for the shortcut that you use to launch powerpro with? Look me up on IM and we'll see if we can find the problem. ...
I have an mp3 player which windows recognizes as an external hard drive. I also have an automatic defrag program (Diskeeper 10). The problem is that if I want...
There is a small program called deveject by Matthias Withopf that can eject from the command line. My Powerpro scripting skills are woefully behind the times,...
Thanks for the response. The shortcut properties - Target: "D:\Program Files\PowerPro 4.6\powerpro.exe" Start in: "D:\Program Files\PowerPro 4.6" Sorry but I...
hello. I put the "*Window show menu" on the bottom left side of the screen. works great, but: if I accidently activate it, it does not leave focus. Is there a...
Is there a specific command that would remove the clipboard's text's formatting before pasting the text? I would like to create a "Shift-V" hotkey similar to...
Well, I got most of this working, except for the fact that sometimes, the title of the page is loaded in the browser, but the page (ie. the form) did not...
... Depends on what you're trying to do. This will work: win.debug(File.AllFiles("c:/windows","","1")) Just swap "c:/windows" with your directory. It's...
hi Paul thanks ror the reply. i've been going over it some but that plugin stuff has always been a bit over my head although ive saved a copy of your note to...
Hi, How do I maximize a window so it fills the vertical height of the screen (but not horizontally, like the normal maximize button does)? Right now, I simply...
Try: My favorite placement function uses relative values: win.setpos10000("active", "w", "=", -60, "=", 10060) See "win plugin" in "HTML Help for PowerPro". ...
... curses... as simple as that! :D but is there anyway to 'restore' it back to the original unHmaxed dimensions? Thanks again... Gotta love this proggie. Deen...
... It was mentioned by bruce (the developer) in the main powerpro group. I never think about replicating those kinds of messages to the ppro-b group, sorry. ...
... Thanks Ted, but all this scripting is way ahead of me, at this time. I think I'll have to stick to the vanilla GUI commands until I get a chance to learn...
No scripting required, PowerPro allows this in your Configure PowerPro's pcf. I apologize if the following is "cook book" too basic, but I don't know what you...
... I'll tell you what I know... I know a lot less than you do about this program :) I think must be one of the coolest pieces of software for windows EVER. ...
Hi, I'm a newbie (of course) and am trying to create an item which brings up a folder (i.e. *Menu Folder) from which I can select an certain file. This works...
I didn't know you were running a powerpro version as old as 4.3 so I'll go to an older method avoiding the plugins. Using message #1503 as a template. Replace...
... worked beautifully... :) thanks! well, it only remembers the last window's original size, but I would imagine with scripting that would be easily...
Hello, 1)Could pp color the type of files that i have defined 2)Is it possible i make a button on the bar to show the taskbarbar cos i have hidden the window...
Okay, I started using PowerPro about two weeks ago. After a bit of tinkering and fiddling I decided to start writing some scripts for it. These two are the...
Very impressive. A couple of small points. ... I think you need to declare the static variable before testing it? Simply declaring, without assigning, won't...