On Feb 22, 2009, at 12:43 PM, Peter Seckler wrote:

> As you suggested, I used the dabo.ui.dMaskedTextBox directly,  
> instead of
> subclassing it. The problem persisted.

        Not surprising. Subclassing should have no effect; I don't know why  
it was suggested that it might.

> If I use a dTextBox for the date field, everything works fine.
>
> If I use a dDateTextBox, normal editing works. But the calendar  
> feature of
> the widget doesn't work right: if I double click or push "c", the  
> calendar
> pops up and lets me select a date and I can see the selected date in  
> the
> widget. But it is impossible to save that new value: as soon as I  
> save or
> navigate to a another record, the value of the fields gets reverted
> to the original value. Any idea what causes that?

        If the control is bound to a DataSource/DataField, the new value  
should be propagated back to that source. It sounds like that is  
failing somehow; are there any error messages printed to the terminal?


-- 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