Hello Mark

It is not possible to left justify the column which is
set as a pop-up trigger type and also it is not
possible to remove : for the popup trigger type column
in the table.

If you want such type of GUI then take column style as
a custom type. Then draw the bitmap of down arrow at
very left side. When user clicks on that bitmap use
the LstPopupList to open the list. Set the top and
left of that list to that perticular(clicked) cell.
When user selects any item from that list use
WinDrawChars (const Char *chars, Int16 len, Coord x,
Coord y) function.

Best of luck

[EMAIL PROTECTED]

priyesh.


--- Mark Cameron <[EMAIL PROTECTED]> wrote:
> Howdy,
> 
> I have set up a table which has a column of pop-up
> triggers to a list whose
> items are generated dynamically. It works okay, but
> I seem to have no
> control over how the selected text is displayed in
> the table. I can't find
> any way to access the popup trigger, so I'm unable
> to do the following:
> 
> 1. left-justify the text in the cell
> 2. get rid of the ':' that is automatically placed
> after the selected text
> 
> I am tempted to set up the cells as custom draw
> items (i.e. to fake the
> popup trigger), but I'm really hoping I won't have
> to. Any suggestions would
> be greatly appreciated.
> 
> Thanks,
> -Mark
> 
> 
> -- 
> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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