Application Development 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: 

cl_gui_splitter_container and hotspots?

Former Member
0 Kudos

I'm VERY new to using ABAP objects and I'm writing a program to take images from a directory and display in a 4 x 4 grid. I've gotten the images to load but I also need to be able to click on an image and see it in it's full size. Can you make each cell in the 4 x 4 grid a hotspot or in some way clickable?

thanx

Mark

2 REPLIES 2

Clemenss
Active Contributor
0 Kudos

Hi Mark,

there is some work&learn to be done...

You can place CL_GUI_PICTURE controls in each splitter container cell, you have at least event picture_doubleclick. This may be use to create a large dialog container or fullscreen popup for the big display.

Regards,

Clemens

Former Member
0 Kudos

I finally got this working using some sample SAP code. If anyone is interested I'll post my code.