I don't know if Bruce has a plan to support AutoCompletion in
Edit/ComboBox control in bar, however, you may use the following
instead until then. Try to type "C:\" after the bar is shown. 

local lst=cl.create("MyAC",1)
lst.NewProperties("Position: Floating Border")
lst.AddProperties("FontName = Courier New")
lst.AddProperties("FontInfo = Size: 14 Bold")
local itm=lst.insert(0)
itm.SetWidth(xscreen/2)
itm.SetHeight(22)
itm.SetLabel(?'*control edit center autohscroll clientedge ""')
itm.AddLeft(?'do(cl.getctrlvalue("MyAC",0);;+
++cl.setctrlvalue("MyAC",0,""))')
Bar.Show("MyAC")
dll.call("shlwapi|SHAutoComplete|ui ui",;;+
win.childhandlelist("MyAC","c=Edit"),0)
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