brucexs wrote:

> - documented and upgraded *contol for edit, button, checkbox, combobox
> in buttons; it no longer uses tool tip field, only name field.  Added 
> new cl functions to support it

A few typos in the help file and a problem.

Topic Putting Controls in Buttons, says:
'where type is one of edit, combobox, or button and keywords...'

So checkbox is completely missing.

Same topic says
'like ?=literal+, and...'
I guess that should be ?+literal+

Please take a look at this bar, I can't get the dropdown list to show
anything but the first item "White". 

[TEST:Properties]
Format1 = Position: Floating
Format2 = MaxText: 531
Format3 = FlatFlat TopMost Vertical Border AllVDesks AutoShowBar
Format4 = TextCenter BarSize

[1]
Label = close
Tooltip = ctrl+drag to move
Icon =default.icl,7
Format = back: 192 192 192 Width: 100
LCmd1 = bar
LParam1 = Close TEST
MCmd1 = (none)
RCmd1 = (none)

[2]
Label = enter client
Format = back: 255 255 128 Width: 100
LCmd1 = (none)
MCmd1 = (none)
RCmd1 = (none)

[3]
id = client
Label = *control combobox dropdown "White|Green" clientedge 
Tooltip = tooltip any?
Format = Width: 100
LCmd2 = messagebox("ok",cl.getctrlvalue("TEST","client"))
MCmd1 = (none)
RCmd1 = (none)

[4]
Label = enter filter
Tooltip = the email filter program
Format = back: 255 255 128 Width: 100 HideItem
LCmd1 = (none)
MCmd1 = (none)
RCmd1 = (none)

[5]
id = filter
Label = *control edit ?"initial value" center multiline autohscroll autovscroll 
Tooltip = tooltip any?
Format = Width: 100 HideItem TextMulti
LCmd2 = messagebox("ok",cl.gettooltip("TEST","filter"))
MCmd1 = (none)
RCmd1 = (none)



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