"Jaco Vis" <[EMAIL PROTECTED]> writes: > What are the restrictions on ID numbers in resource files? I've noticed > that when I use numbers above 10000 for form resources, using the > contrast dialog does not work. I've searched and searched all > documentation and online resources I know of, but couldn't come up with > anything. Anyone?
Above 10000 is reserved for PalmOS. In general, the only time your resource IDs should be above 10000 is for your edit menu items. I'm not sure if this is documented anywhere, but you can glean the fact that it's 10000 from UIResources.h, because all of the resources defined there start at 10000. -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! .. my NOSE is NUMB! UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | Seattle, WA, USA | http://www.rudedog.org/ | -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
