2008 Oct 02 1:46 PM
Hi everybody,
I have a tree control ( class: cl_gui_simple_tree ), now I want to use instead of event NODE_DOUBLE_CLICK an hotspot click... but I don´t found this event fot this class...
have anybody an idea how I can solve that ?
Hi everybody,
I have a tree control ( class: cl_gui_simple_tree ), now I want to use instead of event NODE_DOUBLE_CLICK an hotspot click... but I don´t found this event fot this class...
have anybody an idea how I can solve that ?
2008 Oct 02 2:09 PM
Hi,
Did you try to pass the HOTSPOT to the fieldcatalog fof the field for which you want to have the SingleClick-sensitivity ? This will trigger the double_click event for that field.
regards,
Advait
Edited by: Advait Gode on Oct 2, 2008 3:09 PM
2008 Oct 02 3:41 PM
Hello, it´s not a ALV tree...see example in SE 80 : SAPTLIST_TREE_CONTROL_DEMO
by double click at the node > event reacts...
but I want a Hotspot at the node...so I can create a ALV in the control beside..by one Click..
2008 Oct 27 9:58 AM
Hi everybody,
i have found a solution...
I use now follw methods:
handle_selection_changed
FOR EVENT selection_changed
OF cl_gui_simple_tree
IMPORTING node_key
so the event will trigger if I select an other child of the tree...
Best reg
Robert
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |