shappy1978
33 messages 2011-04-29 |
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.
|
|
shappy1978
33 messages 2010-11-11 |
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).
|
|
shappy1978
33 messages 2010-11-11 |
U should take a picture of your watch and post it on your screen.That's really a clock.
|
|
shappy1978
33 messages 2010-11-11 |
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.
|
|
shappy1978
33 messages 2010-09-15 |
Sybiam work with kuix very well even run on most of sybian4 phones
|
|
shappy1978
33 messages 2010-09-15 |
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.
|
|
shappy1978
33 messages 2010-05-21 |
http://www.kalmeo.org/forum/topic/650/scrollpane-in-or-after-container-issure/1
|
|
shappy1978
33 messages 2010-05-21 |
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?
|
|
shappy1978
33 messages 2010-05-21 |
Is's a bug,I u like to fix it easily,modi scrollpane.java and set needToAutoScroll default value to true.
|
|
shappy1978
33 messages 2010-05-20 |
btw. what "pandora808's solution up-top" means? 808?
|
|
shappy1978
33 messages 2010-05-20 |
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.
|
|
shappy1978
33 messages 2010-05-14 |
String value=((Text)screen.getWIdget("xxx")).getText();
|
|
shappy1978
33 messages 2010-05-14 |
|
|
shappy1978
33 messages 2010-05-14 |
It seems J2ME only have three font size:small medium large.And cannot be more smaller.
|
|
shappy1978
33 messages 2010-05-14 |
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.
|
|