i'm trying to use an Alert displayable in my midlet. instead of using text, i want to display an Image within this alert.
the following line in my code sets up this alert:
alert = new Alert(null, null, wowImage,null);
alert.setTimeout(2000);
however when the alert is displayed on the screen, the image alignment is shifted too much to the right so as a result, only the left quarter of the image is seen. further, despite my setting the Alert title to "null", the alert carries the title of "Alert" when its displayed. this problem is only appearing on S60 devices. the same code works perfectly on S40.
any inputs / workarounds would be greatly appreciated.
~ayush

Reply With Quote

