Latest messages

722 topics, 2262 messages
Kuix technical support » use the container using java code

i am also having the same problem...want to make a restaurant management sysytem and for this we havve used mobile for ordering food but can't make a proper gui coz we don't know how to apply panel in screen if anyone can help plzzzzzzzz reply as soon as possible

Kuix technical support » java picture style setting

If anyone is interested the solution was to add :

      screen.clearCachedStyle(true);

after setting the image source and any of the styles.

Lee

Kuix technical support » first Element is selected

Hello everyone,

 

i have a curios problem.

    <tabfolder>
            <tabfolderdefaulttabitem>
                <text style="align:center">All tabs are disabled</text>
            </tabfolderdefaulttabitem>
        <tabitem label="Bad">
            <_enabled>true</_enabled>
            <scrollPane>
               
                <container class="formEntry" style="layout:gridlayout(2,1)">
                    Floor Heating:
                    <textfield id="name">
                        <_tooltip>%NAME_TOOLTIP%</_tooltip>
                    </textfield>
                </container>
               
                <container class="formEntry" style="layout:gridlayout(2,1)">
                    Light Washbowl:
                    <radioGroup id="light" style="align:right;layout:inlinelayout(true,fill)">
                        <radiobutton value="true" style="gap:3 0">on</radiobutton>
                        <radiobutton value="false" style="gap:3 0">off</radiobutton>
                    </radioGroup>
                </container>
       
            </scrollPane>
        </tabitem>

The first Element is every time selected and i´m not able to deselect it.

Once i move down to select other elements i´m also not able to select the first elemnt.

Even if i changed the first element, it happens the same.

Does anyone knows something about that?

Thank you very much.

Kuix technical support » DataProvider in XML

i´ve got it, thanks

Kuix technical support » DataProvider in XML

My xml code looks like that.

The problem is, that the getUserDefinedProperty Mehtod is only called for someItems and not for title?

Do i do anything wrong with that xml?

<text>@title</text>
 
   <list>
  <_renderer><![CDATA[
  <listitem>
    <_onAction>${itemAction}</_onAction>
      <Text>@{item}</Text>
  </listitem>
  ]]></_renderer>
  <_items>@{someItems}</_items>
 
  </list>

Best regards

Patrick

Kuix technical support » simple question - dynamic text list

It works!!!!!!!!!!

 

I have checked out the repos and created a new jar library.

 

Just one thing, if i want to make the action dynamic.

<list>
  <_renderer><![CDATA[
  <listitem onAction="@{foo2}">
      <Text>@{foo2}</Text>
  </listitem>
  ]]></_renderer>
  <_items>@{someItems}</_items>
  </list>

But then foo2 is interpreted as an text, not as an variable.

I guess the syntax within " " is different.

 

Does anyone know how to do that?

Kuix technical support » simple question - dynamic text list
Thank you very much for this great ui toolkot. But i get the same error, that setValue is not available. I looked in your repository and found out that someone has added you meanwhile. But the jars to download is from the last February. Is threre any source, where i can get a newer version of kuix? Thank you very much!!!
Kuix general board » shared object between two screen

How to send object from one screen to another?

I'm trying to send object from login screen to a home screen.

is there is some one do it before?

thanks.

 

Kuix general board » How to make a clock?

I would like to know how can I do to show a clock in the screen.

I'm thinking to use Timer and TimerTask to update the time, but I don't know what kind of widget can I use to show it.

 

Thanks in advance.

Rafael

Kuix bug report » Menu item, Tooltip , Dropdown or Choice items truncation at the end

Menu item, Tooltip , Dropdown or Choice items truncation at the end.

In Samsung jet model, the above object values are truncated while displaying in handset.

I request your help.

Kuix technical support » Add dynamic data to the choice group

<choice>
                    <choiceRadiogroup value="3" id="accno">
                        <_value>@{gender}</_value>
                        <radiobutton value="1">123456</radiobutton>
                        <radiobutton value="2">234567</radiobutton>
                        <radiobutton value="3">345678</radiobutton>
                    </choiceRadiogroup>
                </choice>

In the above code i want the data 123456 in the radiobutton tag to be dynamic(which is coming from the server). I am very new to Kuix. Can anybody tell me how to do this

Kuix general board » What do you think about Kuix ?

I agree. Kuix is excellent. What support can one expect with a commercial license?

Kuix technical support » How to send Kuix MIDlet to background

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.

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.