Dialogs with calendar edit controls: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
User dialogs can have fields which use the date/time calendar picker. This is selected by an option on the input field in the dialog, otherwise the text-entry calendar mode is used.
User dialogs can have fields which use the date/time calendar picker. This is selected by an option on the input field in the dialog, otherwise the text-entry calendar mode is used.
"Null times" (using - to signal an empty time) are not supported by the datetime control in a dialog. This may be fixed in a future release but it involves some rework of the time system and I'd probably use it as an opportunity to rewrite and consolidate the time code which is quite complex.
----




"Null times" (using - to signal an empty time) are not supported by the datetime control in a dialog. This may be fixed in a future release but it involves some rework of the time system and I'd probably use it as an opportunity to rewrite and consolidate the time code which is quite complex.<br /><br />
<font size="2">idkbase note 107</font>
----
 
[[Category:Dialog/Field]]
[[Category:Interaction (User)]]
[[Category:Interaction (User)]]
[[Category:Time]]
[[Category:Time]]
<font size="2">idkbase note 107</font>

Latest revision as of 03:47, 12 January 2008

User dialogs can have fields which use the date/time calendar picker. This is selected by an option on the input field in the dialog, otherwise the text-entry calendar mode is used.

"Null times" (using - to signal an empty time) are not supported by the datetime control in a dialog. This may be fixed in a future release but it involves some rework of the time system and I'd probably use it as an opportunity to rewrite and consolidate the time code which is quite complex.



idkbase note 107