I have already ported my code to 1.9.5. Everything is working and XM5800 is running perfectly with its new scrollbars ! Fantastic ! I Installed this version in E71 and XM 5800. Again, no problems.
I saw just one setback when creating listbox with icons. I am receiving a KErrNotFound when loading icons. For instance:
The mif file exists and I opened it and read all its contents, just to check.Code:from appuifw import * import os DEFDIR = "e:\\wordmobi\\" MIFFILE = "wordmobi2.mif" mif = unicode(os.path.join(DEFDIR,MIFFILE)) wp_icon = Icon(mif,16398,16398) app.body = Listbox([(u"a",u"b",wp_icon)]) # KErrNotFound will happen here
Am I missing something or should I report it at maemo ? This code was working in 1.9.3 and 1.4.5
Anyway, I am really happy with scrollbars support ! Thanks, PyS60 team !


Reply With Quote







