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: 

MODIFY HEIGHT BUTTON IN DYNPRO !!!

daniel_asperilla
Explorer
0 Kudos

Hi all, i need make a button very big on my dynpro ( module pool ) for touch screen. I only can place the length button, not the height. I need modify the height.

Thanks, in advance.

Regards

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

In sap it is not possible,

Regards

vijay

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

HI daniel,

I don't think it is possble.

Probably what you can do is to have more than one button, one over the other with the same functionality(Same fcode attached) .Pushing any one of them results in the same functionality.

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos

In sap it is not possible,

Regards

vijay

0 Kudos

For example, can i place a container with button in it??

How can i make this ??

Thanks,

0 Kudos

Please see the sample program sap_picture_demo_icon, in this program it recognizes the double click on the icons. This uses picture controls instead of buttons, but you can make it work the same.

Regards,

Rich Heilman

0 Kudos

We use GuiXT (http://www.synactive.net/site/index.htm) to modify the height of buttons on dynpros. It works pretty well!

Regards,

Markus