phkiefer | 20 May 2013 17:46
Picon

Bar shadow artifact stuck on screen

Hi Bruce.

This is something that has been bugging me on and off for a long time: When a bar with a shadow is hidden, it may
leave behind its shadow in a fixed position on the screen (see screenshot at
http://postimg.org/image/rghgpvllr/). Restarting PowerPro seems to be the only way to get rid of the
artifact. I can't really reproduce it, but it happens often enough to be annoying. I think it may occur when
there is a high load on the system while the bar is being hidden.

If there's anything you can do to the code to prevent this, I'd be much obliged.

Thanks!

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

(Continue reading)

krwudtke | 17 May 2013 00:03

Snippets stopped working

This all worked as recent as a few days ago. I have a bar of snippets that is activated by CTRL+ALT+C
(CTRL+ALT+V activates the *Clip MenuPaste). Most of the snippets use *Keys commands and some use *Clip
FilePaste. Both key combinations bring up their respective lists, but nothing is pasted when an entry is
selected, either with the mouse or with the keyboard. The entries that use *Clip do replace what is on the
windows clipboard, that can then be pasted with CTRL+V. The *Keys ones seem to do nothing unless they
happen to start with a capitol letter and then they seem to make shift stick so that when you click somewhere
everything, between there and the last place that you happened to click, is selected and that continues
until SHIFT is pressed and released again. 

Just now as a test again, the *Clip entries seem to have started working again, but not the *Keys entries. 

Thanks for your help,
Kevin

Windows 7 Pro 64-bit with PowerPro 5.3.01

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

(Continue reading)

diamantsus | 16 May 2013 19:42
Picon
Favicon

leavesFocus

you can remove the focus to the window that currently has without set it to another?

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

jeeppostaccount | 14 May 2013 03:04
Picon
Favicon

Are these functions in PowerPro?

I cant find functions like the two below, am I missing something?

#1)'ALL-locals' function.
All-[globals,statics] functions exist in PowerPro, It would be really nice if a list of 'ALL' the
variables in the current scope of execution were available. 

#2)'script-extension' function.
Script-[folder,name,line] functions exist in PowerPro, similarly how can we get the extension of the
script file?(useful when script not a .txt or .powerpro)

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...
(Continue reading)

diamantsus | 13 May 2013 21:52
Picon
Favicon

VolumeAll and left and right channel

If i have volume setted to left 80% and right 20% when i use exec.VolumeAll("+10") it also set left 50% and
right 50%.
Do it is possible to have a option to avoid it and mantain the left and right channel?

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

cy_lists_2011 | 13 May 2013 15:24
Favicon

Desktop.ShowTaskbarAutohide alternative

Hey everyone,

Just wanted to share a little script. I am using a main PP bar with 
hidden Windows 7 task bar. Desktop.ShowTaskbarAutohideused to work fine 
under WinXP but under Win7 with multiple machines it caused me some 
problems with my desktop workarea (win.SetWorkArea), which got reverted 
back to windows default and also dynamically created bars with skins, 
which got moved from their pinned positions, etc.

I put this script together as an alternative. For best results, disable 
"auto hide the taskbar" in control panel and assign it to a screen bump 
shortcut. Occasionally start button looks empty, but no worries, itgets 
restored if you click on it, or press CTRL-ESC. I left some constants in 
case you want to experiment.

Hope you enjoy it.
Cü

 <at> ShowTaskbarAutohide
// 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms633545%28v=vs.85%29.aspx
local HWND_TOPMOST = -1
     local HWND_TOP = 0
     local HWND_NOTOPMOST = -2
     local HWND_BOTTOM = 1
     local SWP_NOACTIVATE = 0x0010
     local SWP_SHOWWINDOW = 0x0040
     local SWP_NOMOVE = 0x0002
     local SWP_NOSENDCHANGING= 0x0400
     local SWP_NOSIZE = 0x0001
(Continue reading)

Favicon

auto click

hello,

Is there a way to just hover the mouse cursor over a powerpro button and have it auto click continuously
(repeat clicks at a defined interval) until hovering the cursor away/off from the button? There would be
no actual buttons pressed on the mouse, or no pen actually tapping the tablet, just hovering the cursor
ontop of the button and it begins to click repeatedly until you move the cursor away. I seem to remember
having done this before but can't figure it out. Thank you,

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
(Continue reading)

lootano | 5 May 2013 18:35
Picon
Favicon

Question, Exec id=xxx

Hello.

I'm English beginner. I want your understand.

'*Exec reverse id=xxx'

What does mean 'xxx'?
How can I know 'xxx'?

Thank you for reading.

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
(Continue reading)

SS | 2 May 2013 08:14
Picon
Favicon

Does PCRE supports "format_literal" spectial option? Help Help please

recently, I found the special option seems not be supported by powerpro pcre?
for instance, s = regex.pcrereplace("point (one)", s, "not happy","format_literal")

the pattern is not treated as literal one.

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

(Continue reading)

brother.gabriel | 1 May 2013 00:25
Gravatar

Add autocol

Hi all!

Say I have this, programmatically:

cl.create(themenu,1).NewProperties("Format= IconSize: 16 Position: Floating")

how can I add the property that makes the menu start a new column after about 30 items?  I've got a really long
menu that goes off the screen.

I tried adding "autocol: 30" into the string, but it doesn't take.

------------------------------------

PowerPro's download site: http://powerpro.cresadu.com/Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    power-pro-digest@... 
    power-pro-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
(Continue reading)

Paul Moore | 30 Apr 2013 17:39
Picon
Gravatar

Importing a command list from an ini file

I'm trying to load a command list from an ini file into an empty config.
But it's failing. I've never tried this before, and the help file is a bit
vague on the *Configure command, so I may be doing something wrong. But I
have an ini file I exported from another pcf file, with 5 bars in it. I
then took empty.pcf and copied it to a new directory. Then I did

C:\Apps\PowerPro\powerpro.exe C:\Work\Scratch\scripts\PP\empty.pcf
C:\Apps\PowerPro\powerpro.exe *Configure ImportCL
C:/Work/Scratch/scripts/ppro.ini

I get:

Line 1: .../ppro.ini
[_Bar_:Properties]
Cannot import command list from pcf: Import aborted
[_Bar_:Properties]

What am I doing wrong here?

The reason I'm doing this is because I want a text format that I can
maintain my "base" setup in, which I can then load into PowerPro on a new
machine after a few tweaks. Ultimately, I want to keep all of my config for
various apps in text files and/or scripts, and avoid binary formats as much
as possible in my master data (not in normal use, where the pcf format and
pproconf is fine...)

Paul

[Non-text portions of this message have been removed]

(Continue reading)


Gmane