Latest messages

728 topics, 2277 messages
Kuix technical support » How to fix Widget size

My solution is staticlayout.

Kuix technical support » How to fix Widget size

Dear all,

I'm a newable KUIX. I'm developing a test project and I created a screen: 1 row , 3 columns. I want to fix column width. How I can?

I try, but not work:

<screen style="align:fill-left;layout:inlinelayout(true, fill);bg-color: white">
    <container style = "min-size: 70 0; align: center; bg-color: red;">
        <text >test 1: width 70 </text>
    </container>
       
    <container style = "min-size: 120 0; align: center; bg-color: black;">
        <text >width 120</text>
    </container>
       
    <container style = "min-size: 50 0; align: center; bg-color: blue;">
        <text >width 50</text>
    </container>
</screen>

Kuix technical support » Display Splash screen with image from HTTP server

Hi all,

 

I like to display a splash screen on kuix with image source from an external http server, in other words the image should be downloaded and then attached to the splash widget and then gets diplayed.

 

Thanks in advance.

Kuix general board » button on a picture..

please a want to put an image to a button ii it posible???? help me 

Kuix technical support » Having problem with Dynamic list

  Each of these interfaces are required to inherit the frame, in the onadd method, you can start a thread, call it every few seconds that you need to display data, you mount it to mode, of course, it also inherited from the DataProvider.And then you had the desired effect can be achieved.

Kuix bug report » Double bottom menu on Nokia handsets

hey i also faced this issue please help me to get out of it i got stuck in this issue for a long time

Kuix technical support » Having problem with Dynamic list

Can anyone provide a simple tutotial on how to make a dynamic list, with the data providers and code samples please? I badly need it.

Kuix technical support » how to can i display text in screen with rtl format?

hi guys.

i have problem in rtl(right to left).

i want use arabic text in project but when i run the project in sonyericsson mobile my texts shown very bad.

like:سلام >>>> م ا ل س

please help me.

Kuix technical support » DataProvider in XML

please share your solutions, so that others can learn from it

Kuix technical support » problem in screen scroll

tkanks guys.

i found.

for this problem i used scrollpane.

like this code:

 <scrollPane >
        <scrollpanecontainer >
    <container style="layout:inlinelayout(false,fill); align:center;" >      
     

  1. <button onAction="taxi" shortcuts="1" >%1%</button>
  2.  <button onAction="taxi" shortcuts="2" >%2%</button>
  3. <button onAction="taxi" shortcuts="1" >%3%</button>
  4. <button onAction="taxi" shortcuts="1" >%4%</button>
  5. <button onAction="taxi" shortcuts="1" >%5%</button>
  6. <button onAction="taxi" shortcuts="1" >%6%</button>
  7. <button onAction="taxi" shortcuts="1" >%7%</button>
  8. <button onAction="taxi" shortcuts="1" >%8%</button>
  9. <button onAction="taxi" shortcuts="1" >%9%</button>             
  10.  <button onAction="exitConfirm" shortcuts="back|delete|0">%EXIT%</button>               

    </container>

</scrollpanecontainer>

</scrollPane>

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

u would have to style it appropriately though

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

hope it helps

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

tables are not supported in kuix but you can use gridlayout with buttons as described bellow

 

screen title="Time Table">

    <container style="layout:gridlayout(4,1); align:center" id="table">

        <button class="time"></text>

        <button class="body"></button>

        <button class="body"></button>

        <button class="body"></button>

   </container>

    <screenFirstMenu onAction="back">Back</screenFirstMenu>

</screen>

style it appropriately using 0 margins and borders, u can also use texts or pictures depending on your need, i hope this helps

Kuix technical support » problem in screen scroll

hi guys.

i have a problem in scrolling of screen. in my project i have 10 item(button) and i cant see some items.

i want make screen scroll bar.

plz help me..

 my code in xml file.

    <container style="layout:inlinelayout(false,fill); align:center;" > 

  1.  <button onAction="taxi" shortcuts="1" >%1%</button>
  2.  <button onAction="taxi" shortcuts="2" >%2%</button>
  3. <button onAction="taxi" shortcuts="1" >%3%</button>
  4. <button onAction="taxi" shortcuts="1" >%4%</button>
  5. <button onAction="taxi" shortcuts="1" >%5%</button>
  6. <button onAction="taxi" shortcuts="1" >%6%</button>
  7. <button onAction="taxi" shortcuts="1" >%7%</button>
  8. <button onAction="taxi" shortcuts="1" >%8%</button>
  9. <button onAction="taxi" shortcuts="1" >%9%</button>             
  10.  <button onAction="exitConfirm" shortcuts="back|delete|0">%EXIT%</button>               

    </container>

 

Kuix general board » License

What is the difference in the app developed under the GPL and the commercial license?