Messages by shappy1978

3 topics, 33 messages
Kuix general board » Image From Url

Kuix picture does not support a remote image(from internet),watch the source yourself,that's really not difficult.For Kuix does not have any socket or connection functionality.Add it yourself if you want.That's easy.

Kuix technical support » use the container using java code

I really don't unstand your problem,maybe your can explan it clearly.

If u want some help,add my QQ:8802386.(QQ is a chinese IM like ICQ).

Kuix general board » How to make a clock?

U should take a picture of your watch and post it on your screen.That's really a clock.

Kuix general board » add many panels in different position in screen

a restaurant management system?do u want to ask the customer to install your midlet in their mobile and post order?I think using ipad maybe better.But IOS will not support Java forever.

I think u mean want the staticlayout,u can place a panel on what ever u want.

Kuix technical support » Installation Problem with Nokia 5530

Sybiam work with kuix very well even run on most of sybian4 phones

Kuix general board » Fixed TextField Size

textfield have a min-size property to "extend" then length,but if u want to fix the size even then length of text larger than then textfield,u shoud modify the source of kuix.I have done it, not very difficult.

Kuix bug report » Scrollpane issues

http://www.kalmeo.org/forum/topic/650/scrollpane-in-or-after-container-issure/1

Kuix bug report » Time lagging to display more number of listitems on the screen

Showing too meny Widget that out of screen if not a good idea,that will make the java vm work slowly.but I also has a xml ,it show page 1 to 500 page,it will take long time to send vml from wireless to my device,but cost less than 30 second.After that I modi the source code of radiogroup and add "from","to" property for it to reduce the xml size,the xml show up quickly.So I think the problem may be u add too many widget in listitem,or your network is slow?

Kuix bug report » ScrollPane in or after Container issure

Is's a bug,I u like to fix it easily,modi scrollpane.java and set needToAutoScroll default value to true.

Kuix technical support » screen.setCurrent() from a 2nd thread

btw. what "pandora808's solution up-top" means? 808?

Kuix technical support » screen.setCurrent() from a 2nd thread

Hi klickr,

I'm not very sure your problem(my English is poor),u mean that pushTask will make memory leak?And even cause out of memory error?I never have that problem,perhaps u must check your other code.My Midlet work well and can work for a long time,never cause out of menory error.

Kuix general board » set and get value

String value=((Text)screen.getWIdget("xxx")).getText();

Kuix general board » Gmail like UI

gridlayout can do.

Kuix general board » font size

It seems J2ME only have three font size:small medium large.And cannot be more smaller.

Kuix general board » Widget that stays static while screen scolls

I'm not very sure your problem.if the "static" heading-part is at the top of window,u can contail a panel and scrollpanel by use inline layout.If the "static" part must lay over the scrollpane, the static layout maybe work.