Changes between Version 155 and Version 156 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 11/19/25 13:13:20 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v155 v156 100 100 }}} 101 101 102 //Some legacy apps may have database or other code that expects the 24-hour time preference. In this case it may be best to document that the indicator preference must be set for 24 hour time. It is also possible to check this upon application startup and provide an error message if the preference is 12 hour time. For example://102 //Some legacy apps may have database or other code that expects the 24-hour time preference. In this case it may be best to document that the indicator preference must be set for 24-hour time. It is also possible to check this upon application startup and provide an error message if the preference is 12-hour time. For example: 103 103 {{{#!c++ 104 104 if(((struct param_struct*)PARAM_ADDRESS)->datetime_pref.timefmt != 0) { 105 DrawErrorBox("Preferences must be 24hour time", 8);105 DrawErrorBox("Preferences must be set for 24-hour time", 8); 106 106 exit(0); 107 107 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)