Mixing native controls from UI Design Editor with custom controls
Hello,
has anybody tried to create a custom UI with the Carbide UI editor and mix it with own custom controls? Is it a good approach? If the application layout is different from the one from native Symbian, should I choose the type:
[INDENT][LIST=1][*]GUI Application[*]GUI Application with UI Designer[*]or even Basic console application[/LIST][/INDENT]
I will have to look what I can expect from skin managers and layout mangers - at least names are promising. My aim is to avoid wheel reinventing if there is such rich library of native components already prepared and to use skin and layout managers to create my custom controls.
Thank you for comments.
Re: Mixing native controls from UI Design Editor with custom controls
I wouldnt think there would be anything to stop us from attempting something like that. You can get basic controls using the GUI designer and then build on top of that. The only thing that might not work again is the UI Designer if you have changed the basic things which it creates for you.
As for the layout manager I havent tried it so cant comment on it.
Cheers,
Mayank