Search the web
Sign In
New User? Sign Up
powerpro-beginners · Windows PowerPro For Beginners
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1482 - 1511 of 2225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1482
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...
shapsudo
Offline Send Email
Jan 10, 2007
2:14 am
1483
... 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. ...
davidt.pproyg2007@...
datconsulting
Online Now Send Email
Jan 10, 2007
2:35 am
1484
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...
Steven
smmalis
Offline Send Email
Jan 10, 2007
7:09 am
1485
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,...
Steve
xirconuk
Offline Send Email
Jan 10, 2007
9:12 am
1486
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...
shapsudo
Offline Send Email
Jan 10, 2007
11:52 pm
1487
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...
cellstorm3
Offline Send Email
Jan 20, 2007
1:50 pm
1488
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...
schifo911
Offline Send Email
Jan 21, 2007
7:33 am
1489
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...
schifo911
Offline Send Email
Jan 21, 2007
11:36 pm
1490
hi is there a way to make a ppro button that shows the number of files in a certain directory? thanks Kurt...
kurtla3
Offline Send Email
Jan 24, 2007
12:25 pm
1491
... 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...
Gardner, Paul G.
paulggardner
Offline Send Email
Jan 24, 2007
12:40 pm
1492
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...
kurtla3
Offline Send Email
Jan 25, 2007
12:24 am
1493
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...
Deen Hameed
deenhameed
Offline Send Email
Jan 29, 2007
6:57 am
1494
... does)? ... Hi.. Only Hmax Window Position hmax active...
kottami
Offline Send Email
Jan 29, 2007
7:40 am
1495
Try: My favorite placement function uses relative values: win.setpos10000("active", "w", "=", -60, "=", 10060) See "win plugin" in "HTML Help for PowerPro". ...
Ted Wall
tedfwall
Offline Send Email
Jan 29, 2007
9:06 am
1496
PowerPro version 4.7 has been released, and no-one's mentioned it yet? -- Robert Bull...
barlennan
Offline Send Email
Jan 29, 2007
10:46 am
1497
... 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...
Deen Hameed
deenhameed
Offline Send Email
Jan 29, 2007
1:12 pm
1498
... or as simple as Window Position = 0 = 1024 active ... out got pissed, and here it is... Deen...
Deen Hameed
deenhameed
Offline Send Email
Jan 29, 2007
1:16 pm
1499
... Hi.. hmmm http://tech.groups.yahoo.com/group/power-pro/message/25660 regards.....
kottami
Offline Send Email
Jan 29, 2007
1:30 pm
1500
... 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. ...
davidt.pproyg2007@...
datconsulting
Online Now Send Email
Jan 29, 2007
1:46 pm
1501
Another way to skin the cat: A. Placement Hot Key (saving original info into global variables before positioning): Enter command... hRestore=...
Ted Wall
tedfwall
Offline Send Email
Jan 29, 2007
7:12 pm
1502
... 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...
Deen Hameed
deenhameed
Offline Send Email
Jan 30, 2007
11:53 am
1503
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...
Ted Wall
tedfwall
Offline Send Email
Jan 30, 2007
2:35 pm
1504
... 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. ...
Deen Hameed
deenhameed
Offline Send Email
Jan 31, 2007
6:51 am
1505
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...
rh_barassi
Offline Send Email
Jan 31, 2007
5:15 pm
1506
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...
Ted Wall
tedfwall
Offline Send Email
Jan 31, 2007
5:58 pm
1507
... Use either: *File Copy "|" "D:/Folder/copied_file.xxx" Or *File Copy "|" "D:\\Folder\\copied_file.xxx" David Troesch | Atlanta, GA | ICQ# 2333123 So...
davidt.pproyg2007@...
datconsulting
Online Now Send Email
Feb 1, 2007
12:07 am
1508
... worked beautifully... :) thanks! well, it only remembers the last window's original size, but I would imagine with scripting that would be easily...
Deen Hameed
deenhameed
Offline Send Email
Feb 1, 2007
12:25 am
1509
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...
chunwaihome
Offline Send Email
Feb 2, 2007
1:45 pm
1510
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...
Krusty Ruffle
krustyruffle
Offline Send Email
Feb 23, 2007
4:42 pm
1511
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...
brucexs
Offline Send Email
Feb 26, 2007
8:10 pm
Messages 1482 - 1511 of 2225   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