Messages by Luciole

No topic yet, 5 messages
Kuix technical support » HTML rendering

Hi,

Something is sure: <img> don't allow remote data. I don't think that remote data in XML is a good idea because most of the time (the emulator do): the user will be warned that a connection is opened. But I think this is fully possible programmatically (because you control the link with server in case of error).

Kuix technical support » Menu wrong behavior

Hi,

I've tried your code (in first and second system menu) and it seems that there is an other problem than the one you are describing : The first menu works fine as you say but the second makes the right key going into the opciones menu from everywhere in the popup menu.

Kuix bug report » KUIX hanging phone on Exit.

Hi,

does the problem is the same on the emulator?

It could be caused by an Exception on closing wich cause the handset freezing.

Kuix technical support » Splash screen without duration ...

Hi,

You can retrieve the instance of your splash using splash() method like this :

popubox = MyKuixMidlet.getDefault().splash(-1, content, onCloseAction);

 

And then use this when you want to remove it and free up his ressources :

popupbox.remove();

Kuix technical support » Another feature request

Hi,

I'm not sure to understand but, if the attribute title is not define for the screen, the topbar isn't displayed. so it will be an equivalent to topbar="false". As the bottombar isn't displayed when firstmenu or secondmenu widget are not set. However you cannot switch them displayable or not like you could do with a boolean attribute.