On Aug 13, 2008, at 4:53 AM, fv sdfsaer wrote:

> I have now used this class as control for the columns, it has  
> however a very strange behaviour and I have no idea what the cause  
> is...
> For example, the Calltip does not always show up and when pressing  
> tab in order to complete, one passes to the next cel instead of  
> completion.

        Tab won't work, as this is the key used by the grid to navigate from  
cell to cell (as you've discovered). I would choose a different key  
for your auto completion. As far as the calltip not showing, perhaps  
it is somehow being visually blocked by the grid? Just guessing here.

> Is it possible to follow how the events are processed?


        Yes. First, set the LogEvents property of the object(s) in question  
to a list of the events you want to log (e.g., obj.LogEvents =  
["KeyChar", "MouseLeftDown", "Hit"]). In this case, I would set it for  
both the grid and your editor. You then set dabo.eventLogging = True  
to turn on logging. The events will then be printed to stdout.

-- Ed Leafe





_______________________________________________
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