On 17 abr, 04:27, "Geoff Schaller" <geo...@[EMAIL PROTECTED]
>
wrote:
> Jorge.
>
> You can, but not without some effort and the bBrowser source code.
>
> Basically, the bBrowser:DrawCaption() method is a clever piece of work
> where Joachim physically draws the caption based on properties you have
> set. The caption area for each column is represented by a bounding box
> and an origin and standard class accesses can give you this info.
> Therefor you could provide your own DrawCaption method and place a
> different control exactly over the bounding box rectangle.
>
> However, from there, the area where the caption is painted is 'live' for
> events so placing a control there instead is no big deal.
>
> What I would do though is not touch this method but on the instance, for
> example, of a double click on the caption, create a runtime combo box at
> exactly the same co-ordinates, closing it on selection or ESC.
>
> Geoff
>
>
"jorgeaccine...@[EMAIL PROTECTED]
"<jorgeaccine...@[EMAIL PROTECTED]
> wrote in message
>
> news:dc819dc8-13e0-42a9-a2b0-ae224f8fee97@[EMAIL PROTECTED]
>
>
>
> > Hello
>
> > =A0 =A0Some languages have a grid whose headers
> > =A0 =A0have a combo box (style excel) to filter
> > =A0 =A0Information of the column, with options, for example,
>
> > =A0 =A0[All]
> > =A0 =A0[Custom]
> > =A0 =A0[Blanks]
> > =A0 =A0[Not Blanks] etc.
>
> > =A0 =A0 Can I do this in VO, for example bBrowse?
>
> > Greetings
> > Jorge Accinelli- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -
Thanks
I also think that is the simplest way
Jorge


|