In article <85551@palm-dev-forum>, [EMAIL PROTECTED] says... > > From: Edward P. Ross [mailto:[EMAIL PROTECTED]] > > For the titles of my forms, half of them are in the following format, > > which is helpful: [...] the other half are in hex [...] > > It's a bug in <UIResDefs.r> in the SDK. In the 'tTTL' resource definition, > remove the 'align word' line.
Actually, it isn't... its more of a bug in DeRez. The reason that UIResDefs.r has the "align word" is because the various resources that get assembled into the 'tFRM' need to be even-aligned so that each component starts on an even byte boundary. DeRez is preserving the trailing zero byte added by Rez for padding by just outputting the whole thing as text, although it should be smart enough to know that if the structure is "align word", two trailing zero bytes are the same as one. Will this get fixed? Its not terribly likely, unless we have to go in and fix something else in Rez, since the people who wrote that plugin have moved on to lots of other things now. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
