Latest messages

722 topics, 2262 messages
Kuix general board » button on a picture..

dfdffd

Kuix technical support » how to create table view using KUIX?

i wanna make a table which consist of 4 column and 1 row using KUIX. Could anybody help me? the SOONER THE BETTER. THANKS!

Kuix technical support » Different screenfirstmenu in each tab items

If you want simply to change the text on a menu you can something like that:

First, enclose the text into a text widget:

 

<screenSecondMenu onAction="cancel">

    <text id="secondMenuText">%CANCEL%</text>

</screenSecondMenu>

Change the onAction called in onMessage():
this.screen.getSecondMenu().setOnAction("next");
Change the text displayed on second menu:
((Text) this.screen.getWidget("secondMenuText")).setText(Kuix.getMessage("NEXT"));

 

Kuix general board » button on a picture..

Uhmmm realmente que quieres hacer???? poner una imagen en un boton o al contrario!!!???

Ummm what you really wanna do!!!?? put an imagen on a button or vice versa?????

Saludos desde Colombia!!

Greetz From Colombia!!!

Kuix general board » button on a picture..

as I can put a button on an image?...i try with include but dont work¡¡

please help

Kuix general board » What About Jquery!!!???

Hi everybody, Im a newbie in j2me, but really kuix is interesting!!!!!

I'm a desktop and web apps developer but I wanted to take one more step!!!! THE J2ME PROGRAMMING!!!, hahah I got a question about KUIX, there's any way to use jquery code inside of it????

I would like to help to improve this feature, I've been searching on the web, I couldn't find something similar to this feature in J2ME

(SORRY I'M NOT AN ENGLISH NATIVE SPEAKER, SO, THERE'S WORDS THAT I THINK ARE WRONG!!)

GREETZ FROM COLOMBIA, AND I HOPE SOME ACTIVE PROGRAMMERS LIKE ME, HELP ME !!! 

Kuix technical support » Changing second menu

Hi,

how to changing second menu? I also need to do it. Can BigNude detailed instructions?

Kuix general board » Newbie to the world of Mobile development

Hello Everyone,

e-Greetings,

I'm a web developer. But I'm eager to start mobile application development.

In fact, I've been asked to write a client-server mobile application, where PHP

serves some content for the client application, which is hosted on user's cellphone.

The Client application is responsible to display a list of menus to the user. Once the

user clicks on an item, a SMS message will be send to a specific number. Some

magic happens here, and finally PHP recieves the SMS. Depending on the SMS's content,

a result is generated and will be send back to the cellphone using SMS.


Now I find kalmeo. Without any Java experience, I'm trying to start using it.

Since it can handle HTML and CSS, some of it sounds familiar to me.

But I have a few questions:

 

How can I send SMS messages? Is this possible using kalmeo?

How kalemo handles different screen resoulutions?

Is kalmeo a good solution to implement the above scenario?

 

Please let me know.

Thank you very much in advance.

Kuix general board » 52 – Error in HTTP operation

 

Hi,

I’m programming a application which connect to PHP server by using httpConnection.

I used DataProvider to create objects corresponding with tables in database.

However, when I connect to server, it’s has a error message “52 – Error in HTTP operation”. I checked and found error with command: http.openInputStream();

When I tried to connect from a basic MIDLET, everything was working fine.

I’ve just learned about KUIX. I’m looking forward to your help.

Thank you so much!

 

Kuix general board » KUIX midlet does not start on Nokia phones

Right click on your  project and select Properties. In the dialog window, select Application Descriptor and click on Tab MIDlets. and click on Add and write name of class and location +ok  +clean and build your project.

Kuix technical support » Read and write to XML file

what is Kxml?

 

 

iso

Kuix technical support » Dynamic Data Provider - Class and Array

yes im need it too.. some body help for this :D

Kuix technical support » XML Multi Languange Help i18n

Hello... Im not understand how to loading multi languange, from forlder i18n, how to open spesific languange? like just en, fr, ina or wathever... please help me :D thank u

 

 

 

from Bali

Kuix technical support » Create a Simple TextField

Add some value to the textfield and then see....

Kuix technical support » Add dynamic textfield in tabs

Hello all,

I need to add textfields in one tab where the data will be displayed after reading from the file.I'm not able to get access to the current screen of the tab so that I can the required textfield.I tried to get the desired tabitem by desktop.getwidget(" ") method but it shows up null pointer exception everytime.Can somebody tell me what I'm doing wrong and in which part of the program exactly I should call this method.I have a deadline to submit,so it would be great if you can reply asap.