I've written a number of Data Fields, that have features that require more than the 26kb allowed by some devices. So I resorted to creating two versions - a stripped version for the Garmin 520 (under the 26kb limit), and the full featured version for the Garmin 820, 1000, and 1030 (under the 122kb limit).
I just ran across the "Device-Specific Qualifiers" and "Build Exclusions". I *think* that will allow me to create ONE data field, compile it into a single PRG file. Publish it. And when it runs on the 520 it'll only load the limited feature set (under 26kb) defined by the device specific build files, but when run on the larger memory devices, it'll load the full set of features?
Is this possible? Conditional device specific run time loading?
Thanks!