cancel
Showing results for 
Search instead for 
Did you mean: 

select-options and button not aligned on same line

Former Member
0 Kudos

Hi,

My goal is to show selection screen with One Select-option & a search button

For this I have created a GROUP inside ROOTUIELEMENTCONTAINER

Following are the settings

ROOTUIELEMENTCONTAINER ( Layout -Matrix layout)

GROUP ( Layout -Matrixlayout , Layout Data : MatrixHeadData)

ViewContainer with select options: (layout -MatrixHeadData)

Button:(Layout - MatrixData)

In SE80/view/layout Select-options & Button are aligned on same straight line

but in output view button has been moved upwards I mean they are not in line.

What else do i need to look?

rgds

vara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vara K

ROOTUIELEMENTCONTAINER-->Matrixlayout.

group-->matrixlayout.

select-opions-->matrixheaddata.

button-->matrixdata.

Regards

Sravanthi

Former Member
0 Kudos

Sravanthi,

I did this.. and in design layout it looks fine but when I test the application this search button is moving upwards .

Rgds

Vara

arjun_thakur
Active Contributor
0 Kudos

Hi Vara,

Please explain your problem in a better way becaiuse I am getting little confused here. Is the search button coming in next row?? Or the select-option and search button are coming in same row but their alignment is different?? If they are coming in different row, then set the width of your view which contains your search button. Just go that view and set the WIDTH and HEIGHT (say 100px) of the ROOTUIELEMENTCONTAINER. Set the layout of your main view (which contains all the view containers) as matrix layout.

Please explain.

Regards

Arjun

Answers (3)

Answers (3)

Former Member
0 Kudos

Friend u just change ur ROUTEUIELEMENT CONTAINER in to matrix layout sure u will get that

arjun_thakur
Active Contributor
0 Kudos

Hi Vara,

To align them you should create a new view containing your button, then insert another view container in your group in the main view. set its property as matrix data. This will solve your alignment problem. If in case the button is shifted to next row, then set the width of ROOTUIELEMENTCONTAINER which contains the buttons according to your need.

I hope it helps.

Regards

Arjun

Former Member
0 Kudos

Arjun,

I have created two viewcontainers with Selct-options and buttons.

It is doing the same way .My button is not on the same line as select-options.

I even tried creating groups for both of them.It did'nt work either.

I have created different buttonview and still does the same.

Any idea what we can do further?

rgds

Vara

Edited by: Vara K on Jan 19, 2009 5:15 PM

pranav_nagpal2
Contributor
0 Kudos

Hi Vara,

I think problem is there because select options are in view container and button is directly in group... my suggestion would be insert a view container for button as well..... or try inserting with transparent container........

regards

Pranav