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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 33857 - 33886 of 36663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33857
... At 768, your yscreen is not less than or equal to 600. Newcolumn is not to be shown. Regards, Sheri...
Sheri
silvermoonwo...
Offline Send Email
Oct 1, 2008
11:55 am
33858
... Try putting shortcuts to them in the above folder....
brucexs
Offline Send Email
Oct 1, 2008
5:18 pm
33859
... You could use something like this, but menu folder is not very useful on large folders because their size tends to exceed the size of the screen. Instead...
Sheri
silvermoonwo...
Offline Send Email
Oct 1, 2008
5:22 pm
33860
In addition or instead of exploring "My Computer", you could have an item for selecting a mounted drive to use with menu folder. The item would run a script,...
Sheri
silvermoonwo...
Offline Send Email
Oct 1, 2008
5:36 pm
33861
... Thank you very match :)...
ciber_slash
Offline Send Email
Oct 1, 2008
8:25 pm
33862
... Precisely, I a fool....
ciber_slash
Offline Send Email
Oct 1, 2008
8:30 pm
33863
What command(s) can be used to close a program. Like as in if an app was running in the taskbar, and instead of right clicking it's icon and 'close' it, use a...
Paul
hhoq8x54b
Offline Send Email
Oct 2, 2008
2:47 am
33864
... Try win.close(cl) and if that doesn't work try win.closeforce(cl) Regards, Sheri...
Sheri
silvermoonwo...
Offline Send Email
Oct 2, 2008
11:39 am
33865
Hi all, I am using many keyboard shortcuts using the Win-key, such as Win+a, win+b etc. However sometimes the timing hitting the keys seems to be too long and ...
lakeshoresurfer
Offline Send Email
Oct 2, 2008
1:50 pm
33866
... The start menu will not appear from hitting the windows key on your keyboard until you release that key so it can't be interfering with with hotkeys in...
David Troesch
datconsulting
Online Now Send Email
Oct 2, 2008
10:27 pm
33867
Hi Bruce, a few days ago i finished a powerpro-script, which compares the versions of software, which i use on my computer with the current version which is...
dleidinger
Offline Send Email
Oct 3, 2008
4:02 pm
33868
Hi all!! In this picture it is visible, that the texture is displayed incorrectly. Why so occurs? Picture with menu:...
ciber_slash
Offline Send Email
Oct 3, 2008
10:13 pm
33869
... The bitmap is tiling at its full width, not based on the width of your columns. (Too bad bar gradients don't work for menu backgrounds)....
Sheri
silvermoonwo...
Offline Send Email
Oct 4, 2008
1:31 am
33870
Been reading about (grumpy) people's problems transporting PowerPro to Vista. Picked up a couple of tips from those posts but figured out and found a few more...
phkiefer
philipp_l_ki...
Offline Send Email
Oct 4, 2008
9:54 am
33871
... The PowerPro default is to use a built-in Windows routine to paint menu background. You can try putting an equal sign (=) in front of your path to the ...
brucexs
Offline Send Email
Oct 4, 2008
11:08 am
33872
... Does keys {slow}xxx work on vista? If not, probably I should just force keys {sinp} for all vista key sends. ... elsewhere ... win.sendmouse("ct lc ct") ...
brucexs
Offline Send Email
Oct 4, 2008
2:48 pm
33873
Thanks for your reply. ... Yes, {slow} seems to work equally well. I only had to change my old {fast} key sends and updated them all to {sinp} since that was ...
phkiefer
philipp_l_ki...
Offline Send Email
Oct 5, 2008
8:44 am
33874
... Thanks Sheri. Is there a way to include the program that I want it to close?...
Paul
hhoq8x54b
Offline Send Email
Oct 5, 2008
5:03 pm
33875
Is there a way to have button labels show under the icon when a bar is configured to be vertical? Currently, they show to the right of the icon, increasing the...
Ed Bronson
edbro9
Offline Send Email
Oct 5, 2008
6:06 pm
33876
... Yes, cl stands for caption list, the documentation lists many different ways of identifying which window(s) to include. For example, win.close("=firefox")...
Sheri
silvermoonwo...
Offline Send Email
Oct 5, 2008
8:45 pm
33877
... Works fine for me when I check the under icons option along with the vertical option. But if it does not for you, another approach is to not use vertical, ...
brucexs
Offline Send Email
Oct 6, 2008
5:04 pm
33878
Hi I recently had a mishap with my computer and had to reinstall XP home. The problem is that my drive letters have changed up by one - D drive is now E and so...
potainme
Offline Send Email
Oct 7, 2008
1:29 am
33879
... Probably the easiest way would be to export all your command lists to a single ini file, edit the paths in your editor of choice, and then import the ini...
Sheri
silvermoonwo...
Offline Send Email
Oct 7, 2008
3:18 am
33880
... There is also the find/replace text option on setup tab of configure. Take lots of backups of your pcf before changing!...
brucexs
Offline Send Email
Oct 7, 2008
12:57 pm
33881
Hi Bruce, Could you please check if you could implement a clone CL feature which asks for the new CL upon cloning ? I always wanted to have this feature. I...
lakeshoresurfer
Offline Send Email
Oct 7, 2008
5:30 pm
33882
... You can do this now, almost, so I don't plan any more work. Create a new empty command list. Go to the one you want to clone. Select all the items by...
brucexs
Offline Send Email
Oct 7, 2008
5:46 pm
33883
... which ... Here is another way which I think will completely work. 1. Export the existing list to an ini file using configure|setup|export. 2. Edit the...
brucexs
Offline Send Email
Oct 7, 2008
6:26 pm
33884
Greetings, I've had this problem for a while now and I need to conclude the matter. Objective: I need to lock the position of several powerpro bars. Problem: I...
majesticartz
Offline Send Email
Oct 8, 2008
2:13 pm
33885
... You cannot easily hard code them as they are binary and not stored as simple pixel numbers but rather calculated values to make them resolution...
brucexs
Offline Send Email
Oct 9, 2008
11:05 am
33886
... Many thanks guys, I'll give a go and let you know. Cheers. Jean...
potainme
Offline Send Email
Oct 10, 2008
9:59 am
Messages 33857 - 33886 of 36663   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