On Friday 15 August 2008 10:10:27 am Ed Leafe wrote: > On Aug 15, 2008, at 12:59 PM, johnf wrote: > > Actually that is what I have been doing. Trying to follow what you > > did > > dSpinner. I'm still confused. When you make reference to the word > > "value" > > do you mean the dDataPanel requires a "value" or the controls I > > place into > > the dDataPanel? > > The whole point of dDataPanel is that it inherits from > dDataControlMixin, so it is data-aware. That means it has to have a > Value property that can be read and set. Since panels do not have > GetValue()/SetValue(), you have to provide the equivalent. In the case > of the spinner, the actual value that is relevant is that of the text > box, so the getter/setter of the panel work with that. > > -- Ed Leafe > Thanks I think I understand. In fact that creating GetValue()/SetValue() will be very helpful.
-- John Fabiani _______________________________________________ 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]
