on 2009 Oct 01 12:58 PM
Hi all,
I have generated a pop up window using CREATE_WINDOW method. But my requirement is to NOT to show the Title Bar at all in the popup window.
That is, i dont want the title, maximize and close buttons.
How to bring a popup without the title bar?
Regards,
Shanthi
Hi Shanthi,
you may think of passing a blank value to the title.
Regards
Prasenjit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not believe that this is possible. If you don't supply a title, then the framework uses a default title. The rendering output of the dialog window has the title bar built into it. It can be disabled.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
CREATE_EXTERNAL_WINDOW there are options to disable them.
Edited by: Lekha on Oct 1, 2009 5:49 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>
> Hi,
>
> CREATE_EXTERNAL_WINDOW there are options to disable them.
>
> Edited by: Lekha on Oct 1, 2009 5:49 PM
Yes but CREATE_EXTERNAL_WINDOW is very different than a popup. When you use CREATE_EXTERNAL_WINDOW, a new browser window is opened and therefore a new Web Dynpro ABAP User Session. This provides a very different user experience than a dilaog popup and a very different programming option.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.