hello
i am unable to get image background in my J2me polish application.
i have written the code:
.mymainScreenimg
{
background
{
type: image;
color: transparent;
image: url( bg.PNG );
}
}
but unable to get the image on background while running the j2me polish.
Moreover image in background is not coming while i run sample program of j2me polish-menu too.
means image is not showing in background neither in sample projects nor in self created projects
background color comes in background but not image.
please solve my problem as i have to complete my application

Reply With Quote

