Need help about creating forms and settings list box in S60 3rd edition
| Sat, 2008-06-07 14:16 | |
|
|
Please somebody provide me with an example of creating and displaying a form and/or a settings listbox. A full example would be very much appreciated as I am a novice in UI programming. The examples in SDK namely form and settinglist give errors, as possibly they are of 2nd edition. |






Forum posts: 2009
You have a DynamicSettingList in the S60 3rd FP2 SDK which can help you.
Several other examples also includes FORM and Settings list (UnitEditorEx of same SDK has a form, same for PopupField, etc....)
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 12
Hello Eric,
Thank you for the reply.
I tried the DynamicSettingList example in S60 3rd FP2 SDK.
It builds successfully with WINSCW UDEB configuration and runs on emulator.
But as I tried to build it using GCCE UREL I got several warning that no newline at end of files and one I/O error on pkg file.
I put newlines to files' ends as specified in warnings but the I/O error on pkg file sustained.
Then I built sis from command line using makesis.
I signed the generated sis and installed on Nokia N95 but when I click on the app icon it does nothing but a blink.
Please shed some light for me.
Regards,
Tanvir.
Forum posts: 12
Hi,
In the light of this [ http://www.newlc.com/topic-18078 ] discussion,
I installed S60 3rd Edition Maintenance Release and found S60Ex/Registration
to be very nearly what I want and it builds fine and works on emulator.
But as I try to sign it online it says the UID is not registered to my email account.
Then I have replaced every occurrence of UID in the app with UID from a new Hello World app.
And now it gets signed and runs on Nokia N95.
Regards,
Tanvir.