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 25576 - 25605 of 36664   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25576
... I agree the plugin text file formats are not good (and if someone wants to redo into html or rtf, I'd be happy to use that base in future!). Getlanguage is...
brucexs
Offline Send Email
Dec 1, 2005
5:58 pm
25577
... wonder - ... PowerPro cannot do this. You may want to look into the dll plugin to call the api directly, but it is unlikely to be of much value as I ...
brucexs
Offline Send Email
Dec 1, 2005
5:59 pm
25578
... Aha, I see. Thanks for reply. What if I try another approach? Windows (as OS) can switch kb-layout for all application(on system level) via Ctrl+Shift keys...
power_user_pro
Offline Send Email
Dec 1, 2005
7:15 pm
25579
send to ... switch ... I only have one language installed so I cannot tell. Why don't you test and tell the group?...
brucexs
Offline Send Email
Dec 1, 2005
8:26 pm
25580
Hello Bruce, you wrote... ... Problem described in first message of this thread, http://groups.yahoo.com/group/power-pro/message/18469, with hibernation at...
bizaro
bizaro137
Offline Send Email
Dec 1, 2005
9:51 pm
25581
... hibernation ... mighty ... Sorry, I don't know if there is anything more I can do on this. What is the problem exactly? As I understand it, you have a...
brucexs
Offline Send Email
Dec 2, 2005
12:20 pm
25582
Hello Bruce, you wrote... ... I expect it to be x again and not x + time of hibernation, if I understood correctly first message on this topic. I know I can...
bizaro
bizaro137
Offline Send Email
Dec 2, 2005
3:34 pm
25583
... Because I am acquainted with PP only few days. I am reading PP's docs and help right now and my knowledge about PP's keyswords/commands/script/etñ....
power_user_pro
Offline Send Email
Dec 2, 2005
5:33 pm
25584
... H-m-m... I had just realized that tap ctrl=single press on Ctrl. Before I thought that tap ctrl=DOUBLE press on key. Well, may be now I'll be able to try...
power_user_pro
Offline Send Email
Dec 2, 2005
5:33 pm
25585
It's similar to PP's TransMouse, but different. :) local hWnd=win.handle("active") local colorref=win.getpixel1(xmouse,ymouse) local...
swzoh
Offline Send Email
Dec 3, 2005
8:23 am
25586
... will ... Before ... be ... Yes! It's work!! So - this is what I did: 1. Go to Control Panel->Regional Settings->Keyboard and bind Ctrl+Shift+0 to activate...
power_user_pro
Offline Send Email
Dec 3, 2005
12:36 pm
25587
1. Wherefore "Hide main PowerPro Window"(on Setup->Advanced setup- ... help/docs. 2. I don't completely understand how "Favorite folders lists for file ...
power_user_pro
Offline Send Email
Dec 3, 2005
3:22 pm
25588
I know we've talked about this before, but I'm trying to troubleshoot why the Wallpaper changing function intermittently breaks. I have under the media tab to...
davidt.pproyg@...
datconsulting
Online Now Send Email
Dec 4, 2005
5:19 am
25589
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 :...
power-pro@yahoogroups...
Send Email
Dec 4, 2005
6:19 am
25590
-- got create_array service working -- added get_sizeof, get_array_element services to support arrays "arrays" means stuff like int[53], char*[20] I've also...
entropyreduction
entropyreduc...
Offline Send Email
Dec 4, 2005
6:26 am
25591
Beta 4.4.01 is available at http://powerpro.webeddie.com/download/ppro4401.zip - fixed cl.hover - added bitwise operators & | ^ ~ (bitwise and, bitwise or,...
brucexs
Offline Send Email
Dec 4, 2005
3:54 pm
25592
... Not Found The requested document was not found on this server. ... Web Server at webeddie.com [Non-text portions of this message have been removed]...
Tom Hall
aria1946ca
Online Now Send Email
Dec 4, 2005
5:06 pm
25593
... I just had the problem happening again. I see that if I delete !pow_tmp.bmp then when I try to change the desktop background it creates another ...
davidt.pproyg@...
datconsulting
Online Now Send Email
Dec 4, 2005
10:29 pm
25594
This is just a rewriting which requires the latest builds of PP & DLL plugin: local hWnd=Win.Handle("active") local style=dll.call("GetWindowLong|hWnd int...
swzoh
Offline Send Email
Dec 5, 2005
10:03 am
25595
Needs the latest builds of PP and DLL plugin: local hWnd=win.handle("active") local colorref=win.getpixel1(xmouse,ymouse) local...
swzoh
Offline Send Email
Dec 5, 2005
10:08 am
25596
... 0x00C40000)) ... Oops, this should be: dll.call("SetWindowLong|hWnd int long long",hWnd,-16,style ^ 0x00C40000) ;dll.call("SetWindowPos|hWnd hWnd int int...
swzoh
Offline Send Email
Dec 5, 2005
10:22 am
25597
I would like to be able to close PowerPro such that, at the next startup, it loads the same programs as were running at the previous shutdown. I assume that at...
evewebber
Offline Send Email
Dec 5, 2005
10:23 am
25598
... It may be helpful to assign the following script to PProShutdown command list: local numproc local allproc=dll.create_array(200,"dword") local...
swzoh
Offline Send Email
Dec 5, 2005
1:20 pm
25599
... the jpg to ... Only a ... The error means that the dll stil32jp.dll has failed to convert the jpg to a bmp. I am afraid I have lost the source code for...
brucexs
Offline Send Email
Dec 5, 2005
4:05 pm
25600
... in ... It does not affect PowerPro features but was only intended for someone who was having a particular problem. I would ignore it. ... file ... Menu" ...
brucexs
Offline Send Email
Dec 5, 2005
4:15 pm
25601
... previous ... If you are just interested in visible windows, you could try something like this 1. Use win.handlelist to get a list of all visible windows. ...
brucexs
Offline Send Email
Dec 5, 2005
4:30 pm
25602
Hi I want to hide the mouse cursor while I am typing or scrolling with the mouse wheel or after some seconds without moving the mouse. I don't know, think this...
powerprorocks2
Offline Send Email
Dec 5, 2005
4:35 pm
25603
... I started a similar project a while ago but it's unfinished. Here's the code. All it does is to enumerate windows in a way similar to Bruce's suggestion....
sgp acs322000
acs322000
Offline Send Email
Dec 5, 2005
8:56 pm
25604
When choosing Advanced Setup from the configuration dialog, I get the message: pproconf.exe has generated errors. . . with the usual message about a log being...
Owen Watson
owen13watson
Offline Send Email
Dec 6, 2005
1:48 am
25605
... anything ... is ... you ... time ... The simplest might be: dll.call("ShowCursor|int int",0) ; dll.call("ShowCursor|int int",1) This, however, would work...
swzoh
Offline Send Email
Dec 6, 2005
3:06 am
Messages 25576 - 25605 of 36664   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