Thanks!  I removed that by mistake when I was fixing some code.

Now I just have to figure out what is causing the "Table.c, Line:1885,
Invalid parameter" error, when I use my scrollbar and select fields in my
table.

--

Tim Astle


Jamie Macleod <[EMAIL PROTECTED]> wrote in message
news:11406@palm-dev-forum...
>
> I had this problem and fixed it by calling the the unhighlight.  This is
the
> code I use.
>
>   TblUnhighlightSelection(ptrTable);
>   WinEraseRectangle(&DisplayArea,0);
>   TblRedrawTable(ptrTable);
>   TblSelectItem(ptrTable,SelectRow,0);
>
>
> "Tim Astle" <[EMAIL PROTECTED]> wrote in message
> news:11384@palm-dev-forum...
> >
> > I have a table being moved by a scrollbar in my application.  I was
making
> > some modifications, and now I have a problem.
> >
> > When I select 1 part of the table and then scroll down/up and select
> another
> > part of the table, it display 2 selected areas.  I only want 1 item to
be
> > selected at a time....
> >
> > The area I'm moving about and clicking is the correct section.  (It
> performs
> > deletes, opening of records, etc.)
> >
> > I thought that the problem might be solved by making the table
> > "unhighlighted" by calling the appropriate function... but that doesn't
> seem
> > to work.
> >
> > Has anyone else had this problem?
> >
> > --
> >
> > Tim Astle
> >
> >
> >
> >
>
>
>
>



-- 
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