PDA

View Full Version : Theme and popupmenu


sprite
07-26-2005, 09:05 PM
Hi :

Can anyone tell me how theme file work .

I have the calculator example .

result = IROOTFORM_SetThemeFileName(pMe->rootForm, "theme.bar");

But when i change simulator to 320*240 I just can see part of the theme .

I want to know how UI Tool Kit manage the theme file . :confused:



Another question:

Can I set the size of items in IPOPUPMENU at my will ?

or IMENUMODEL can do it instead ?

sprite
07-27-2005, 12:41 AM
Another question :

Can IRootForm interface itself mutate the title bar and soft key widgets ?

Sometimes two soft key widgets seem not enough .

ebrowne
07-27-2005, 12:23 PM
You can replace the form's title bar or softkey with whatever widget you want.

IFORM_SetProperty(pForm, WID_SOFTKEYS, (uint32)pNewWidget);

-Erik

dannyg
11-10-2005, 03:10 PM
I tried changing the softkeys using:

IFORM_SetProperty(pForm, WID_SOFTKEYS, (uint32)pNewWidget);

However, the original softkey boundary (bottom rectangle of the screen) is not accessible. My new softkeys can only render above that boundary.

feelwaa
12-07-2005, 10:14 AM
Plz... Send Source..Calculator Source..
Email: hkb97@nate.com

plz...plz...plz... help me.. :(

dannyg
12-07-2005, 11:03 AM
link (https://brewx.qualcomm.com/brew/sdk/download.jsp) click on the link and goto the "Additional BREW Extensions".