| Reply | « Previous Thread | Next Thread » |
|
When i append a StringItem as a hyperlink type, the text is not displayed correctly on a Nokia 6280, Series 40. The text break even when the whole text would not occupy the full width of the screen. For the code below, the text 'ABCDEFGHIJKL' will break into 'ABCDEFGHI' and 'JKL'. Example:
ABCDEFGHI JKL Code:
StringItem si = new StringItem("", "ABCDEFGHIJKL", Item.HYPERLINK);
si.setDefaultCommand(cmd);
si.setLayout(Item.LAYOUT_NEWLINE_BEFORE|Item.LAYOUT_NEWLINE_AFTER|Item.LAYOUT_2);
si.setItemCommandListener(this);
append(si);
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Volume buttons on Symbian 3rd devices | viktor_m | General Symbian C++ | 40 | 2009-04-25 09:18 |
| WTK & 7610 Http connection problem | wgarnett | Other Programming Discussion 关于其他编程技术的讨论 | 0 | 2005-12-13 15:06 |
| WTK & 7610 Http connection problem | wgarnett | Mobile Java General | 0 | 2005-12-13 15:03 |
| Persist text value of user defined option in Enumerated Text Settings List | leethomso | Symbian User Interface | 0 | 2004-11-24 19:49 |
| C++, adding line break to text file | rampe29 | General Symbian C++ | 2 | 2002-06-18 07:20 |