... 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...
... 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 ...
... 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...
Hello Bruce, you wrote... ... Problem described in first message of this thread, http://groups.yahoo.com/group/power-pro/message/18469, with hibernation at...
... 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...
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...
... 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ñ....
... 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...
... 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...
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...
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...
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...
... 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]...
... 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 ...
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...
... 0x00C40000)) ... Oops, this should be: dll.call("SetWindowLong|hWnd int long long",hWnd,-16,style ^ 0x00C40000) ;dll.call("SetWindowPos|hWnd hWnd int int...
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...
... 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...
... 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" ...
... 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. ...
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...
... 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....
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...
... anything ... is ... you ... time ... The simplest might be: dll.call("ShowCursor|int int",0) ; dll.call("ShowCursor|int int",1) This, however, would work...