I'd like to read the data structures (that I see in the SDK) for an object. 
However, POSE tells me I'm trying to read from an unallocated chunk memory 
when I do something like this:

Short i = FrmGetObjectIndex(frm, MyList);
ListPtr list = FrmGetObjectPtr(frm, i);
Short temp = list->attr.hasScrollBar;

Acc. to include files, a ListPtr is a ptr to the ListType structure. Isn't 
that struct public?

-steve


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to