Recommendation for displaying clickable search results?

I'm working on a touchscreen application and am trying to display
results from a file search. I'd probably just be showing 10-15 results
at a time. Each item in the results would be individually clickable.
The tricky part is that the text needs to be pretty large so its
easily clickable, and ideally I'd like to be able to set background
color, text color, maybe text style and size, and a clicked color. I'm
wondering what people's thoughts are. Mine are:

- a separate panel for each result?

- simple wx.button? But I don't think I can style the text in that?

Anyway, before pouring a bunch of time into this, I thought itd be
good to see what else I should be considering.

wrybread wrote:

I'm working on a touchscreen application and am trying to display
results from a file search. I'd probably just be showing 10-15 results
at a time. Each item in the results would be individually clickable.
The tricky part is that the text needs to be pretty large so its
easily clickable, and ideally I'd like to be able to set background
color, text color, maybe text style and size, and a clicked color. I'm
wondering what people's thoughts are. Mine are:

- a separate panel for each result?

- simple wx.button? But I don't think I can style the text in that?

you can set the font, etc.

And you can have full control if you use one of the buttons in wx.lib.buttons, or derive your own from wx.lib.buttons.GenButton.

-CHB

ยทยทยท

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov