If anyone is interested, I came up with a template for a scrolled table with
single-cell, custom drawn entries that handles taps and highlighting for
variable height rows.  It's a C++ template and seems to work for my
purposes.  If someone's interested, I'd be willing to share in exchange for
suggestions and repairs to it.  If it gets generic and clean enough, maybe
Christopher would stick it in Teenee.

-- Paul

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Marty Rice
> Sent: Wednesday, February 09, 2000 9:14 AM
> To: Palm Developer Forum
> Subject: Re: Problem with table cell selection
>
>
> I had a similar problem.  As the kind fellow from PDS explained,
> it is a bug
> in the OS.  The only way around it is to make your own "table", if you
> really need the whole cell to be selectable.  That's what I'm going to do.
> I wonder if you could handle penDown events and get what you want, though,
> using the existing table.
> -Marty
>
>
> ----- Original Message -----
> From: Hitesh Patel <[EMAIL PROTECTED]>
> To: Palm Developer Forum <[EMAIL PROTECTED]>
> Sent: Wednesday, February 09, 2000 12:46 AM
> Subject: Problem with table cell selection
>
>
> > Hi,
> > Hi,
> >
> > I have placed a table  in my form. The table is having three
> columns each
> of
> > width 48.The table has three rows and the height of the table
> is 120, thus
> > making the height of each row to 40. So the table has nine
> cells, each of
> > width 48 and height 40.I am drawing icons in these cells. When I try to
> select
> > a icon the tblSelectEvent is fired only when I select the upper
> 11 pixels
> of
> > each row. Also the bounds of each cell returned by the function
> > TblGetItemBounds are height = 11 & width = 48. I have also tried setting
> the
> > height of each row from within the program by using the function
> > TblSetRowHeight to 40, but no trick seems to work.What do I do
> to make the
> > whole cell selectable?
> >
> > Please help me solve this problem.
> >
> > -Hitesh
> >
> >
> > ____________________________________________________________________
> > Get free email and a permanent address at http://www.netaddress.com/?N=1
> >
> > --
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palm.com/devzone/mailinglists.html
> >
> >
>
>
> --
> For information on using the Palm Developer Forums, or to
> unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to