Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it Possible?

Former Member
0 Likes
885

Please use more meaningful subject in future

Hallo Experts,

i have a strange question..forgive me in case the question looks funny.

I have created a Docking Container with dock_at_right option. Now as the Name suggests the Docking Container will dock to the entire right side of the Screen. My question is: is it possible to set some coordinates so that the Docking Container on the right hand side starts from say 10 pixels from the Top. Am not sure if its possible or not..I hope to Clear my doubt.

Best Regards,

rama

Edited by: Matt on Mar 12, 2009 5:16 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
863

No it is not possible to set the container to right..But if you Use a screen and custom container you can set the resolution and shift it right or to left.

[Refer|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/multiple%252bcontainers%252bwith%252bmoving%252band%252bzooming%252boutput]

Regards,

Gurpreet

9 REPLIES 9
Read only

Former Member
0 Likes
864

No it is not possible to set the container to right..But if you Use a screen and custom container you can set the resolution and shift it right or to left.

[Refer|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/multiple%252bcontainers%252bwith%252bmoving%252band%252bzooming%252boutput]

Regards,

Gurpreet

Read only

0 Likes
863

Am afraid, you didn't get my problem. I am able to set the Docking Container to the right side. But i want the top coordinates of this Container to start from some pixels from the top.

I would have loved to send the screenshot..but its not possible here.

Best Regards,

rama

Read only

0 Likes
863

Move was just Error from my side..

Just try the below methods and refer to the notes

Use: SET_POSITION Method OR SET_ROW_HEIGHT OR SET_ROW_SASH

[REFER TO THE NOTES|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf]

Hope this helps you.

Regards,

Gurpreet

Read only

0 Likes
863

Nope. I have tried them all.

Is it possible to post a Screenshot here.

Best Regards,

rama

Read only

0 Likes
863

it's just impossible. why do you want to dock it a bit lower? you would like to show some information on the top of the container or what is the reason? it would be also impossible, because after you dock a container to the right the screen on which you have docked the container is resized and decreased by the width of the container, so even though you wouldn't be able to reuse the space above the container.

Read only

0 Likes
863

Hmm..yes its not possible. As Uwe suggested i tried to use a text field but it was displayed adjacent to the docking container but not above it. Thanks for sharing.

r a m a . .

Read only

matt
Active Contributor
0 Likes
863

Please use more meaningful subject in future

Read only

Former Member
0 Likes
863

Oops!! Sorry..it was a mistake.

Best Regards,

rama

Read only

uwe_schieferstein
Active Contributor
0 Likes
863

Hello

You could try to place an invisible text or input field on the top part of your screen and see how the docking container behaves - whether it docks below this screen element or not.

Regards

Uwe