Hi.

--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote:
> > ------------------- Magnifier.PowerPro --------------------------

Nice idea :-)

> Yup, the bar is too much flickering. If you find it really 
annoying,
> you may use the following instead for a moment

Or this:

---------------- MagnifierNoFlicker.PowerPro ------------------
local mag = cl.create("Magnifier", 1)
mag.setproperties("Position: FixedTopLeft Height: 100 FlatFlat ;;+
TopMost BarSize")
mag.insert(0).SetWidth(100)
bar.show("Magnifier")
event.createms(100, 0, cb("@show"))
quit

@show
static num
if (!shift) do
num = ifelse(!num || num == 2, 1, 2)
win.recttofile(win.makerect(xmouse - 10, ymouse - 10, ;;+
xmouse + 10, ymouse + 10), pprofolder ++ "magnifier" ++ num ;;+
++ ".bmp", 100, 100)
Bar.Format("Magnifier", "back " ++ pprofolder ++ "magnifier" ;;
++ num ++ ".bmp")
else
event.destroythis
bar.close("Magnifier")
file.deletenorecycle(pprofolder ++ "magnifier?.bmp")
endif
quit






Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

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

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

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



Reply via email to