2006 Oct 17 10:14 AM
Is it possible to disable resize of do not display separation line between cells?
2006 Oct 17 10:29 AM
Hello Stephan
The required method calls are:
- Separation line invisible (guess in this case it is also unmovable)
CALL METHOD splitter->set_column_sash
EXPORTING
id = 1
type = cl_gui_splitter_container=>TYPE_SASHVISIBLE
value = cl_gui_splitter_container=>false
* IMPORTING
* RESULT =
EXCEPTIONS
CNTL_ERROR = 1
CNTL_SYSTEM_ERROR = 2
others = 3.- Separation line visible yet unmovable
CALL METHOD splitter->set_column_sash
EXPORTING
id = 1
type = cl_gui_splitter_container=>TYPE_MOVABLE
value = cl_gui_splitter_container=>false
* IMPORTING
* RESULT =
EXCEPTIONS
CNTL_ERROR = 1
CNTL_SYSTEM_ERROR = 2
others = 3.Regards
Uwe
Hello Stephan
The required method calls are:
- Separation line invisible (guess in this case it is also unmovable)
CALL METHOD splitter->set_column_sash
EXPORTING
id = 1
type = cl_gui_splitter_container=>TYPE_SASHVISIBLE
value = cl_gui_splitter_container=>false
* IMPORTING
* RESULT =
EXCEPTIONS
CNTL_ERROR = 1
CNTL_SYSTEM_ERROR = 2
others = 3.- Separation line visible yet unmovable
CALL METHOD splitter->set_column_sash
EXPORTING
id = 1
type = cl_gui_splitter_container=>TYPE_MOVABLE
value = cl_gui_splitter_container=>false
* IMPORTING
* RESULT =
EXCEPTIONS
CNTL_ERROR = 1
CNTL_SYSTEM_ERROR = 2
others = 3.Regards
Uwe
2006 Oct 17 10:29 AM
Hello Stephan
The required method calls are:
- Separation line invisible (guess in this case it is also unmovable)
CALL METHOD splitter->set_column_sash
EXPORTING
id = 1
type = cl_gui_splitter_container=>TYPE_SASHVISIBLE
value = cl_gui_splitter_container=>false
* IMPORTING
* RESULT =
EXCEPTIONS
CNTL_ERROR = 1
CNTL_SYSTEM_ERROR = 2
others = 3.- Separation line visible yet unmovable
CALL METHOD splitter->set_column_sash
EXPORTING
id = 1
type = cl_gui_splitter_container=>TYPE_MOVABLE
value = cl_gui_splitter_container=>false
* IMPORTING
* RESULT =
EXCEPTIONS
CNTL_ERROR = 1
CNTL_SYSTEM_ERROR = 2
others = 3.Regards
Uwe
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |