Latest messages

725 topics, 2270 messages
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.

Kuix technical support » Problem with scrollPane in or next to a container

It is a very little bug of scrollpane,u can modify the source code by change needToAutoScroll default value:

needToAutoScroll = true;

Infact scrollPanel have so many problem,such as:

in the popup window of radiogroup,the selected item will not shown in the view rect.(It is a problem of radiogroup,but must resolve by modify scrollpane)

horizon and vertical scrollbar can not show int the some scrollpane

 

Kuix technical support » Bug in a popupmenu (screenshot included)

the alert window only contains a textarea.I think u can create your own window and add a scrollbar to resolve the problem.That quite simple.

Kuix technical support » Bug in a popupmenu (screenshot included)

the snapshot link is broken

Kuix technical support » css and multiple device

Ofcouse u can,css is loaded on initDesktopStyles() function,if u get the screen size before load the css file,u can select the proper css file for screen size.But I think the xml maybe different too.

Kuix technical support » Kuix RMS

there is no conflict between Kuix and RMS

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

klickr will work,for the setCurrentScreen method will not effect immediatly,it also push a worktask to repait the new window,so if u use a thread to get data,sometimes the new window will not be shown untill u press any key,but it seldom happens in emulator.

Kuix technical support » Layout Design in List ?

I don't know what do u want.There is no list control in your snap.And your cell A1 is a spancol cell,why do u want to split?

Kuix technical support » Dynamic List

http://shappy1978.javaeye.com/admin/blogs/491946

there has a demo in the home page.You can get it from my blog if you know chinese

Kuix technical support » strecth background image

bg-image: url(bg.png);

the image willl repeat if not large than the screen.

Kuix general board » How can i set the text of button dynamically?

Just like the titile...

Kuix technical support » strecth background image

hi,

i have an image 240*320. when i set as a background image like this;

<screen style="align:right;layout:inlinelayout(false,fill)" title="KUIX">

it does not show full image, bottum side is not displayed. i would like to see resized full image. how can i done?

thanks.

Kuix technical support » Layout Design in List ?

and  How can I slip the text in A1 area (like html marquee)?

Kuix technical support » Layout Design in List ?

Hi,

I using List Control  and  I want to design ListItem as in the picture. How can I this?   Can you make a sample xml?

Thanks.

and  How can I slip the text in A1 area (like html marquee)?

Example  

Kuix technical support » Dynamic List

I would like to know if someone has a code example how to insert data in this kind of list?

I need to create a selectable list, when the user choose his option and press ok, the app gets the value of the selected list.

<screen><scrollPane>

<list>

<_itemRenderer>

<![CDATA[<listItem>${itemValue}</listItem>]]>

</_itemRenderer>

<_items>@{items}</_items>

</list>

</scrollPane></screen>

 

Regards,

Guilherme