How to send Kuix MIDlet to background

1 message, no reply - 328 views

Hi all,

I have a little doubt. Can i send a KuixMIDlet to background with the following code?

Display display = Display.getDisplay(myMIDletClass);
display.setCurrent(null);

Could someone help me please?

Thanks in advance.