Subject | Re: [IBO] IB Controls and Grid Question |
---|---|
Author | Geoff Worboys |
Post date | 2001-09-17T10:00:04Z |
> Sorry , i have'nt see any respond so i re-post ,Whoops, must have gotten missed. Sorry about that.
> my question is :
> IBO V4.Ef , D5 EntFrom the IBO distributed controls you can drop:
>
> Q1.
> I want to know which IB_Control can use into IB_Grid ,
> or i need to see in source code which involve
> 'IIB_GridWinControl'. I see IB_Edit
> can not use into IB_Grid.
TIB_LookupCombo or TIB_ComboBox onto IB_Grid.
IB_Edit cannot be dropped onto IB_Grid, but the standard inplaceeditor
has most of the same capabilities.
Most of the controls in the Enhanced Components (EditEnh and its
derivatives) can be dropped onto IB_Grid. (available via
www.telesiscomputing.com.au/enhcomp.htm)
If you create your own controls you simply have to implement the
IIB_GridWinControl interface for that control and it will be supported
on IB_Grid.
> Q2.What do you mean: "form button"? I take it you mean just an ordinary
> In 3.6 , when Some Contols (like IB_EditEnh) get foucs ,
> i can Click Form Button , but in IBO v4 , i need to
> click the Button twice time. First time , cause the
> Control lose Focus, and second time click
> button again.
TButton on the form itself somewhere. Is it a TButton, a TBitBtn or
something else?
Does this only happen when the particular control is on the grid? If
so which controls are you using to see this behaviour?
> Q3.Do you have any events being executed as a result of the query
> During desing time , whne i put IB_ComboBox into
> IB_Grid , every time i trigger IB_Query Active
> property True/False.
> Error Occur Message
> 'Cannot Focus a disabled or invisible window.'
becoming active? Are you able to reproduce this problem on a small
demo app?
Geoff Worboys
Telesis Computing