On Monday, January 03, 2011 12:52:43 pm Carey Gagnon wrote:
> I notice the following in the dDateTextBox.py file:
> 
> # Do we display a button on the right side for activating the calendar?
>         ### TODO: still needs a lot of work to display properly.
>         self.showCalButton = False
> 
> Is anymore work being done on this?
> What about the ### TODO: still needs a lot of work to display properly?
> Does this mean it doesn't display at all?
> 
> How do you call this?
> 
> My app is a cd app.
> I tried calling it as a parameter of the dDateTextBox in my  cdxml file and
> got errors.
> showCalButton="True"
> 
> Tried:
> def initProperties(self):
>     self.showCalButton = True
> 
> Got nothing...including no errors
> 
> Tried:
> ## *!* ## Dabo Code ID: dDateTextBox-dPanel
> def afterInit(self):
>     self.showCalButton = True
> 
> Got nothing...including no errors
> 
> 
> -- Carey

I'm not sure what is happening with the TODO.  However, have you considered 
using a dDateTextBox with the ExtendedCalendar = True.  I find it serves my 
needs - and it has the benefit of the user not having to use the mouse for 
data entry.

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