RE: My own table troubles

2002-02-19 Thread alanp
PM To: Palm Developer Forum Subject: RE: My own table troubles If I make the table larger or move it, it obscures the buttons and/or title. As this implies, the buttons and title of the form get drawn. The buttons even work. I use the number of rows call to figure out how many rows I need to

RE: My own table troubles

2002-02-15 Thread alanp
Sorry for sending this to the entire list. My mailer lied to me when it said where it was going. alan ---Original Message--- From: "Palm Developer Forum" <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Fri, 15 Feb 2002 08:59:23 -0800 Subject: RE:

RE: My own table troubles

2002-02-15 Thread alanp
> Date: Fri, 15 Feb 2002 08:45:42 -0800 Subject: RE: My own table troubles Alan, can you post or email me the example code? The pilrc file and the bit that is dealting with the table will do. It should really not be this hard :0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: My own table troubles

2002-02-15 Thread Schettino, John
Forum Subject: RE: My own table troubles If I make the table larger or move it, it obscures the buttons and/or title. As this implies, the buttons and title of the form get drawn. The buttons even work. I use the number of rows call to figure out how many rows I need to set the style and make

RE: My own table troubles

2002-02-14 Thread alanp
functions don't get called. Sorry that I have come up with another weird problem. alan ---Original Message--- From: "Palm Developer Forum" <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Thu, 14 Feb 2002 16:30:15 -0800 Subject: RE: My own table tro

RE: My own table troubles

2002-02-14 Thread Schettino, John
Is the table visible and enabled (USABLE in rcp-ese)? Can you see it? Is the form actually drawn? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 3:15 PM > To: Palm Developer Forum > Subject: RE: My own

RE: My own table troubles

2002-02-14 Thread alanp
uot; In a region 130 pixels long, I should be able to display at least one row, you'd think. alan ---Original Message--- From: "Palm Developer Forum" <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Thu, 14 Feb 2002 13:36:17 -0500 Subject: RE: My own

RE: My own table troubles

2002-02-14 Thread Schettino, John
Because you haven't added any rows yet? - John Schettino > I am having my own troubles with tables. When I call > TblGetNumberOfRows(), it always returns 0. Any ideas why? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/sup

RE: My own table troubles

2002-02-14 Thread Yu, Ken [IT]
You haven't specified any rows. Try: > TABLE ID tbTable AT ( 5 15 150 130 ) ROWS 10 COLUMNS 4 > > > -- > From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] > Reply To: Palm Developer Forum > Sent: Thursday, February 14, 2002 12:56 PM > To: Palm Developer Forum > Subj