Re: Hiding and Showing List Objects in OS v3.0

2002-02-21 Thread John Leung
I think it really sucks that the SDK 4.0 upd 1 didn't have glue functions for FrmHideObject and FrmShowObject. Since these 2 know problems has been around for so long and the only way to fix it is to access the internal record structure. On 21 Feb 2002 at 20:11, Terry Dennis wrote: > John:

Re: Hiding and Showing List Objects in OS v3.0

2002-02-21 Thread Terry Dennis
John: re: FrmHideObject / FrmShowObject Note that SDK 4.0 Upd 1 disallows access to internal record structure descriptions, so you'll have to set up a controlled pre-4.0 Upd 1 environment.. The following is what I do in an isolated "MyAppFrmHideObject", which I call in place of "FrmHideObject".

Re: Hiding and Showing List Objects in OS v3.0

2002-02-21 Thread Joe
--- Interstate Microsystems wrote: > > FrmShowObject( pForm, FrmGetObjectIndex( pForm, > MyListResourceID )); > > This works fine with OS v3.5 in both POSE and on a real device. With > OS v3.0 however, the list object does not appear. > > What am I missing? If it matters, I'm using CodeWarr

Hiding and Showing List Objects in OS v3.0

2002-02-21 Thread Interstate Microsystems
I'm working on an application that needs one of the list objects to be hidden under certain conditions and visible under other conditions. In the resource file, I have the usable bit turned off since the list is usually hidden. When the time comes to make the list object visible, I display it