cancel
Showing results for 
Search instead for 
Did you mean: 

Alignment Issue in WDA

Former Member
0 Kudos

Hi all,

i have created 2 transparent containers

first Transparent container for  input fields and second one is for text view.

i have one input field Language value is EN, right side need to display English in Text view value.

i want to display screen like alignment correct format screen shot.

Thanks in Advance.

Regards,

Subbareddy.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Subba Reddy,

To align multiple fields in a same line apart from the Label text, it always a good idea to create a transparent container and wrap those elements inside it. So that all the fields come in line.

Example:

Label1     field1   field1_descr ---- > TC1

Label2      field2   field2_descr -----> TC2

Now, for Labels set the width in such a way that it fit all other Label texts.

Regards,

Rama

Answers (4)

Answers (4)

rajeshkothamasu
Active Participant
0 Kudos

close the thread if issue is resolved.

Regards,

Rajesh K

kamesh_g
Contributor
0 Kudos

Hi For 2 transparent containers in matrix layout . Give 50% in width .

Former Member
0 Kudos

Hi Kamesh,

I tried with width 50% but not working.

Regards,

Subbareddy.

rajeshkothamasu
Active Participant
0 Kudos

Hi,

Create one transparent container and make it as a matrix layout and take all ui elements in the transparent container and design as required using matrix data and matrix head data.

Regards,

Rajesh K

Former Member
0 Kudos

Hi Rajesh,

i tried your suggestion but (English) word is starting from last of layout, my requirement is (English) need to display at first yellow color place.

Regards,

Subbareddy.

rajeshkothamasu
Active Participant
0 Kudos

Hi Subba reddy,

Then you can take input field(English) and Text field(English) in one transparent container and try.

Hope it will help.

Regards,

Rajesh K

Former Member
0 Kudos

Hi Subba,

Instead of creating multiple trasparent containers you can create only 1 with Matrix layout.

For each line u can have label, input field and text view in the same line.

For every next line, user MatrixHeadData so that label, INP and Text view comes in the same line.

Your alignment issue will get resolved with dis.

Regards.

Former Member
0 Kudos

Hi Sanjeev,

i tried your suggestion but (English) word is starting from last of layout, my requirement is (English) need to display at first yellow color place.

Regards,

Subbareddy.

harsha_jalakam
Active Contributor
0 Kudos

Hi SubbaReddy,

Instead of two transparent containers,use only one transparent container to fit in both input and the text field. And then change the layout data of this particular transparent container to flow data layout. This would make the text view to appear right beside the Input field.

Regards,

Harsha

Former Member
0 Kudos

Hi Harsha,

i used Matrix layout only.

but if having label & input field working fine, after input field having text view it is going last of layout like in screen shot.

Regards,

Subbaredy.

harsha_jalakam
Active Contributor
0 Kudos

Hi SubbaReddy,

As shown up TC is of Matrix Layout and TC_1 is of Flow Layout and layout data of Matrix.If arranged in this fashion , you get your requirement .

Regards,

Harsha

Former Member
0 Kudos

Hi Harsha,

i tried your suggestion but middle alignment not working properly.

Regards,

Subbareddy.