| Reply | « Previous Thread | Next Thread » |
|
The following code displays corrupted Form. When the form is activated, and user navigates to the "Combo" item, the view update shows the line over the "Something" text. Here is screenshot: http://img423.imageshack.us/my.php?image=formbug0qq.png
Code:
def cmd_test(self):
flds = [(u"Something", "text", u"Really long text that spans multiple lines"),
(u"Combo", "combo", ([u"1",
u"2",
u"3"], 0))]
f = appuifw.Form(flds, appuifw.FFormEditModeOnly)
f.execute()
|
| simo.salminen |
| View Public Profile |
| Find all posts by simo.salminen |
|
Quote:
Notice that as PyS60 uses the native UI primitives this problem might be very well in the underlying framework. If this is the case the solution and correction will be out of our reach. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Persist text value of user defined option in Enumerated Text Settings List | leethomso | Symbian User Interface | 0 | 2004-11-24 19:49 |
| 关于Float的问题,急死了,各位帮忙一下,谢谢! | show_up | Other Programming Discussion 关于其他编程技术的讨论 | 4 | 2004-08-17 09:57 |
| PC Connectity with VB6 | mkintanar | PC Suite API and PC Connectivity SDK | 5 | 2003-09-24 05:18 |
| Text field entry duplicate key strokes | gwhistance | Mobile Java General | 1 | 2002-12-18 12:05 |