| Summary: | Provide access to more native controls | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | John Arthorne <john.arthorne> |
| Component: | SWT | Assignee: | Platform-SWT-Inbox <platform-swt-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | anthony.wilburn, bojan.milenkoski, bpasero, bradleyjames, eclipse.felipe, eclipse, francois, frydzewski, gorkem.ercan, hortiz, irfan.jamal, jeremyd, Konstantin.Scheglov, Matthew_Hatem, mlists, olibralo, ovidr, pombredanne, rjlorimer, tom.schindl |
| Version: | 3.3 | Keywords: | plan |
| Target Milestone: | 3.3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
John Arthorne
WinCE/Windows Mobile: Browser and StyledText support would be GREATLY appreciated Please look into making a more flexible table, or incorporating a custom made table. Possible resources can be given to the nebula project to finalize the Grid widget ? Table and date picker are the most needed widgets... This is completed in 3.3, marking as FIXED. We may provide access to more native controls in the future. For example, we did not get to the table header widget this time. It sounds like you are moving in the direction of supporting better table header control by making that its own widget with its own API... Sounds great, but outside that...when invoking Control.setFont() when your control is a Table, all rows in the table resize nicely (namely, the row height) to handle the new font, but the column headers do not. Even without a dedicated table header widget, should setting the font at the table level also resize the headers appropriately?? Please steer me in the right direction if I'm straying...and thanks a lot for any help! Hello Could anyone tell me if this is possible in Eclipse 3.4 or 3.5? I would like to show some columns in my table in Italics and some other columns with Normal font. Currently, I am not able to get a setFont method for TableColumn to manipulate it. Please guide me if there is a way! Thanks & Regards Irfan (In reply to comment #5) > It sounds like you are moving in the direction of supporting better table > header control by making that its own widget with its own API... > > Sounds great, but outside that...when invoking Control.setFont() when your > control is a Table, all rows in the table resize nicely (namely, the row > height) to handle the new font, but the column headers do not. > > Even without a dedicated table header widget, should setting the font at the > table level also resize the headers appropriately?? > > Please steer me in the right direction if I'm straying...and thanks a lot for > any help! (In reply to comment #6) > I would like to show some columns in my table in Italics and some other columns > with Normal font. Currently, I am not able to get a setFont method for > TableColumn to manipulate it. > Please guide me if there is a way! Do you want (a) italic font in the header ? or (b) in the row ? For (a) see Bug 63038 For (b) it is possible since 3.0, use TableItem#setFont(int, Font) Yeah, In the header... That too for some specific rows... Possible? Irfan (In reply to comment #7) > (In reply to comment #6) > > I would like to show some columns in my table in Italics and some other columns > > with Normal font. Currently, I am not able to get a setFont method for > > TableColumn to manipulate it. > > Please guide me if there is a way! > Do you want (a) italic font in the header ? or (b) in the row ? > For (a) see Bug 63038 > For (b) it is possible since 3.0, use TableItem#setFont(int, Font) (In reply to comment #8) > Yeah, In the header... That too for some specific rows... Possible? No for the header (see bug 63038) Yes for rows (see TableItem#setFont(int, Font) |