miinx wrote:

> Maybe we can incorporate this with the browser-in-a-PowerPro-bar thing 
> that was being discussed recently?  I didn't follow the thread, but am 
> 

The attached bar ini file goes in that direction. Right now it doesn't work due 
to bug in setctrlvalue, but 
you can still get the idea

Another issue is that a non-skinned bar doesn't allow button height > 255 which 
pretty much limits the 
web page size. Width seems less limited (as long as it isn't entered from 
pproconf, which clips it at 500).

I had tons of crashes entering this bar from pproconf. I had  to export it to 
an ini file, editing it a bit and 
reimporting+apply changes each time. You can import it safely, but be careful 
not to use pproconf to 
edit it   directly.

[TEST2:Properties]
FontName = Trebuchet MS
FontInfo = Bold Size: 10
Format1 = IconSize: 24 Position: Floating
Format2 = MaxText: 531 Gradient: 80
Format3 = Flat Back: 91 138 208 Text: 255 255 255 TopMost Vertical Border 
Tooltips AllVDesks 
AutoShowBar
Format4 = TextCenter

[1]
Label = type keyword {enter}  -- left click to drag, right click to close
Tooltip = key1 or key1 key2 or key1.key2, examples:/  keys/  bar show/  win.keys
Icon =default.icl,7
Format = Width: 700 Disable
LCmd1 = format drag
RCmd1 = bar.close(cl.getlastbar)

[2]
id = lookup
Label = *control edit ?"bar.show" autohscroll nohidesel 
Format = Width: 700
LCmd1 = ;
LCmd2 = message 2 looking up...
LCmd3 = 
cl.setctrlvalue(cl.getlastbar,"browser","http://www.ppsr.info/new/builtin_commands/"++trim
(replacechars(cl.getctrlvalue(cl.getlastbar,"lookup"),". /")," ",3)++".htm 
<id=browser>",cl.getlastbar,"browser")
LCmd4 = bar.format(cl.getlastbar,"refresh")
LCmd5 = 
win.debug(cl.getidindex(cl.getlastbar,"browser"),cl.getctrlvalue(cl.getlastbar,"browser"))

[3]
id = browser
Label = *control ie http://www.ppsr.info 
Format = Height: 255 Width: 900
LCmd1 = ;
LCmd2 = ; 255 is maximum allowed height



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