Dave, You said: "I'm a total newbie, and am trying to do the simple task of changing the text of a label. This is the code I'm trying to use (in C):"
... and Aaron Ardiri said: "...or, choose an alternative development tool (NSBasic et al)" I agree with Aaron :) In NSBasic, for example, what you are trying to do is VERY simple (I will show you). If you need (later) something that really needs to be written in C, HSPascal, PP, Assembly, etc, you may create Shared Libraries for NSBasic. Don't worry, several of them are available just for your pleasure :) Please, follow these links: 1) - How to create a Shared Library in C for NSBasic (You may also create in HSPascal and PP) http://www.nsbasic.com/palm/info/technotes/TN05e.htm 2) - A list of Shared Libraries http://www.nsbasic.com/palm/info/technotes/TN05c.htm Oops, I was just forgetting... How to change the text of a label in NSBasic? Just do this: MyLabel.text="ChangedNameOfMyLabel" Simple, doesn't? HTH, Adrian Nicolaiev http://www.niconnect.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
