>From the sourcefile dGrid.py I read
"""If True, and if the grid is set as Editable, the cell values in this
                column are editable by the user. If False, the cells in this 
column
                cannot be edited no matter what the grid setting is. When 
editable,
                incremental searching will not be enabled, regardless of the
                Searchable property setting.  (bool)"""

Does this mean that I rather need to add an auto-complete behaviour on a 
GridCellEditor?
Is it built-in in one of these editors (not as far as I can see though).
__
Freagel.


> From: [EMAIL PROTECTED]
> To: [email protected]
> Date: Wed, 30 Jul 2008 15:05:05 +0200
> Subject: Re: [dabo-users] On the fly auto-complete linked to database
> 
> 
> Thanks,
> but i think the dGrid option as suggested would be better for what i have in 
> mind.
> __
> Freagel.
> 
> > From: [EMAIL PROTECTED]
> > To: [email protected]
> > Date: Wed, 30 Jul 2008 07:38:58 -0500
> > Subject: Re: [dabo-users] On the fly auto-complete linked to database
> > 
> > On Jul 30, 2008, at 7:29 AM, fv sdfsaer wrote:
> > 
> > > Would it be a good idea to override the wxStyledtextCtrl in the same  
> > > way you did with wxTextCtrl hence creating a class dStyledTextBox?
> > 
> > 
> >     dEditor is already a subclass of wx.StyledTextCtrl. If you use that,  
> > you simply need to override the _getTextSource() method to use word  
> > sources other than the current document.
> > 
> > -- Ed Leafe
> > 
> > 
> > 
> > 
> > 
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to