Messages by gorkahg

2 topics, 2 messages
Kuix technical support » Doubt about the scroll

Hi,

I want to create a container with a fixed width and height where some data will be displayed. I can do that using staticlayout. The thing is that the data does not enter inside the container, so I want to create a scroll or something so that the user can read all the text.

I see there is a scrollpane widget but I don´t understand how to use it, because it spans an all the data appears on screen instead of appearing the scroll.

Does anyone know how can I do that?

Thanks

Kuix technical support » Problem trying to align containers

Hi,

 

I am trying to create a container that will contain some text inside. The text is quite large, so it does not enter in an unique line.

So, imagine that I would like to write "This is a simple text", that it doesn´t fit in one line. I set the align to center:

I see in 1 line: Thi(s is a simple t)ext   -- The () means what I see on the screen

I want to see in 2 lines: This is a simple

                            text

 

What do I have to write in my css page. I mean, which tag is the one I have to play with: align, layout, layout-data ??

 

Thanks a lot