From: "Jeff Ishaq" <[EMAIL PROTECTED]> > Problem is, I have a Constructor 1.8 .rsrc file with a ton of forms and > bitmaps, and it's 70K in size. So it's not like I can just move the > .rsrc file into a new segment, because anywhere I put it, it's still > Which is one of the reasons I operate with one form per resouce file. Just split the resources up into separate files. This will work regardless of whether they are Constructor-edited rsrc files or text-managed rcp files.
You'll have to manage the resource id's more carefully as the numbers Constructor generates automatically are only valid within each resource file and there's no cross-file management tool (yet) but that's just a matter of choosing groups of numbers for each resource file. Chris Tutty -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
