PDA

View Full Version : Soft Key Control


raja
04-08-2002, 07:28 AM
Hi
I have a question about soft key control. I am trying to use a soft key menu control with image and text. I want the image to be displayed as in the icon control . The images needs to be displayed contigously and the text for the images immediately above the images and as the scrolling happens the text changes for the images .

How can the text be set to the top in the Soft Key Control?

I want to add that , i had initially tried the icon control in which the scrolling did not happen as expected and so i had moved to use soft key control. But i am not able to add the text to the top (as in the BREW Main Menu.)


expecting a reply at the earliest.

thanks :)


raja

jikesoft
04-11-2002, 06:54 AM
In my case, I made my own version of the control,
which is very similar to the Brew start-up menu( conists of
a big image, text, icon image ).
Some say that it is possible to make the same UI by Brew
standard control. But, I found struggling with the parameters
cost me a more time than make my own control.
So, I encourage you to make your own control for that.
( You can combine serveral brew standard controls to make your own control. )

Good luck