Article # 386, added by Geoworks, historical record
| first | previous | index | next | last |

Adding buttons to DatePicker dialog in OmniGo.



Q. I would like to add a button or two to the DatePicker dialog
   for my own uses. Can I do this without the source code?

A. DatePicker is a GenInteractionClass object. You can add
   children to the DatePicker with MSG_GEN_ADD_CHILD. (Other
   GenInteraction messages should work on it as well.)