cancel
Showing results for 
Search instead for 
Did you mean: 

User Interface Problem--How to design a login view.

former_member192022
Participant
0 Kudos

I will design a user login view.

two label: user , password.

two inputbox: user , password.

two button: yes , cancel

I can i make all the six control in the centre of the view.

I mean like this:

-


user:___________ |

Pass:___________ |

<u>yes</u> <u>no</u> |

|

|

-


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jason,

You will have to use three transparent containers in the view.

Adjust your transparent containers so that it will cover the 100% area of

the view.

Use matrix layout for root container and put all three transparent containers

one below other i.e. in a single column. Apply matrix head data for two

containers.

Now put all your UI elements in the middle transparent container in a group.

so that you can apply grid layout to your 'group' UI element.

I hope this will solve your problem as this solution helped me in my

developement.

Cheers,

Darshna.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

just use the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/c7de3fc6c6ec06e10000000a1550b0/frameset.htm">system logon</a>, it's already pre-configured...

Regards, Heidi