Alan Martin wrote:

> When you first import those command lists, you would need to drag
> the right-most button (which is the anchor and drag handle for
> all four bars) to just left of a maxxed window's Min button.

It turns out that I don't import lists into my pcf, I always dynamically 
load them from ini files, which creates sort of an incompatibility with 
your design, here's the situation.

When I dynamically load your bar7_anchor definition with Position: 
Floating, I always end up with the whole bar chain stacked in the upper 
left corner. I tried to remedy by changing Position: Floating to Position: 
FixedTopRightOffset and adding  cl.AddProperties("bar7_anchor","Format1 = 
Position: Floating") to my script that reloads all bars dynamically.
When the script executes the first time, bar7_anchor shows to the left of 
a maxxed window's Min button but it isn't draggable, as its position (as 
seen in PowerPro's ctrl+Rclick menu) is set to FixedTopRightOffest. I then 
rerun the script but even if bar7_anchor's position is now shown as 
Floating, it can't be dragged. I have to ctrl+Rclick and set Position: 
Fixed then again Position: Floating to be able to drag it.

[bar7_anchor:Properties]
Format1 = Position: FixedTopRightoffset
; [EMAIL PROTECTED] will change above to Position: Floating
Format2 = Height: 20 MaxText: 531
Format3 = FlatFlat Back: 0 0 255 TopMost AllVDesks AutoShowBar
Format4 = TextCenter BarSize

static Anchor="bar7_anchor"
if( cl.exists(Anchor) )do
    cl.AddProperties(Anchor,"Format1 = Position: Floating")
    bar.show(MyActiveBar)
endif



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

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