Hello there... I'm making my first incursion in the Palm OS Programming, and I'm trouble understanding some concepts in the Palm architecture... I understed the event loop and handlers, I even make the UI for my program (and it answers to my list taps :P). But let's go to the questions:
1-) Memory. Seems to exist 2 types of records, resource and "database" records. But I really don't get the "way" of making my own records... 2-) Variables... A example: In one form I have a name, and assign a number to it using a list. When I Press the "OK" in this form, HOW I can pass the Name and the Value assigned to it to the OTHER form that is called? Because I need to make it to various names, and then get this names sorted based in the values... But when i do a FrmGotoFrame (in the OK button), there's no way to passa values... Put this values in a Memory Record and read it from the other form? Or Variables (or a Array, or structure, to pass the name/value pair) stil from one form to other? That's it.. I don't know if these are common questions, and I hope you all understand what I say :) []s Junior -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
