‎2007 Jan 16 9:12 AM
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
‎2007 Jan 16 11:52 AM
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