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

Custom control

Former Member
0 Likes
294

Hi,

In a screen, I have 3 custom controls. One within another sub-screen and the other two on the main screen itself. The 3 custom controls hold some text information. I want to enlarge the custom control when user double clicks on it so that the information can be viewed in a full screen. Please suggest some way to achieve this. Once the custom control is enlarged to full screen the screen should have some minimize button or some way to get it to normal position.

Thanks in advance,

Vishnu Priya

1 REPLY 1
Read only

Former Member
0 Likes
266

Hi,

how about this solution:

You could create a new screen (dynpro) on this you would place a huge custom container and a button called "minimize".

Every time a user double click's a custom control on your main screen the new screen would be displayed and the selected custom control viewed.

kind regards,

Marko Milakovic