Messages by ross

5 topics, 10 messages
Kuix bug report » KUIX hanging phone on Exit.

No exceptions on the emulator, works fine!

Kuix bug report » KUIX hanging phone on Exit.

Hello,

Currently quite far through in the development of an application using KUIX to drive the UI. Its a Location based app (using 179) and is being developed on a Sony Handset. However I've got a problem when I exit the application, which sometimes causes the phone to lock up.

Im exiting the application by calling destroyImpl() after I've closed any open threads (by setting a boolean to false) and set the LocationProvider to be null.

Lock up events seemingly occur at random, I believe it to be KUIX related, because calling the same code through standard controls only, does not cause the phone to lockup.

I would be greatful for any ideas you may have to resolve the lockup issues.

Ross

Kuix technical support » Text Wrapping.

Is it possible to make text elements wrap at all? I've got a list of text elements some of which extend beyond the edge of the screen.

Cheers Ross

Kuix technical support » Building an Image based GUI.

I appreciate your response, maybe I should write you some documentation :D

Kuix technical support » Building an Image based GUI.

Cheers Freesailor. It was just a frustrating evening trying to get things work. As much as I love KUIX, It frustrates me with the lack of documentation. Im trying to get my company to buy a multi-licence but convincing the CTO, that KUIX is a decent investment is a little tricky when there is little to no documentation!

Ross

Kuix technical support » Building an Image based GUI.

I can't seem to get this to work, Ive placed my images in the res/img folder and It doesn't complain about not finding images. It just doesn't show any images on my buttons :(

Kuix technical support » Kuix cause reset on SonyEricsson series

Ive got a similar issue when I've tried to use RC3 instead of RC1. On device debug gives the following output:

  • TBCC Warning: verify org.kalmeo.kuix.core.focus.FocusManager: verify error 8 in org.kalmeo.kuix.core.focus.FocusManager
  • TBCC Warning: verify org.kalmeo.kuix.widget.PopupMenu: verify error 30 in org.kalmeo.kuix.widget.PopupMenu
  • TBCC Warning: verify org.kalmeo.kuix.core.focus.PopupMenuFocusManager: verify error 8 in org.kalmeo.kuix.core.focus.FocusManager
  • TBCC Warning: verify org.kalmeo.kuix.core.focus.ScreenFocusManager: verify error 8 in org.kalmeo.kuix.core.focus.FocusManager
  • Time for byte code optimization: 17712 ms
  • Time to load MIDlet from file system to memory: 278 ms
  • java.lang.NoClassDefFoundError

This is using kutil-1.0.0.jar and kuix-1.0.0RC3.jar as Libraries.

There is no trouble when using kuix-1.0.0RC1.jar with kutil-1.0.0RC1.jar.

Cheers

Ross

 

 

Kuix technical support » Moving between a KUIX screen and a standard MIDP2 Screen.

Im experimenting with using a KUIX Gridlayout as my entry point to the application to display a nice menu, then moving to standard MIDP2 controls when needed, Im moving to the standard controls using:

Gridemo.getDefault().getDisplay().setCurrent(myForm); Where Gridemo is the KUIXMidlet and myForm is a lcdui.Form.

That works fine, however when I return to the KUIXCanvas using:

Gridemo.getDefault().getDisplay().setCurrent(Gridemo.getDefault().getCanvas());
Gridemo.getDefault().getCanvas().revalidateAsSoonAsPossible();

There is a delay, and when the screen does eventually come up a bar appears at the bottom, which takes a second or two to disapear. I think this is  the bottom bar, but I'm not sure how to fix the problem (Or if it is a problem even)

Cheers

 

Ross

Kuix technical support » Building an Image based GUI.

Hello,

I'm currently struggling to try and create an image based home menu system based upon a GridLayout. I've not been able to place a border around any of the pictures, and thus can't highlight them. Im also struggling a bit to even recognise key presses, could you please give a basic example to help me move forward.

Thanks

 

Ross

Kuix technical support » XML Schema

Hello,

I've just started experimenting with using KUIX in an application, It strikes me as  a little frustrating that no schema is available to validate my XML against (and generating this by hand is prone to errors), what are the plans / timescales for producing a schema.

Cheers

Ross