cancel
Showing results for 
Search instead for 
Did you mean: 

display an icon with pushbutton

Former Member
0 Kudos

Hi all,

i am using a simple pushbutton on the application bar , now i also want to display an icon on it.

how can i achieve this?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi!

Define the pf-status and create a application in your application toolbar .

Give the function text,and in the icon name select a icon that you want to display do not give a icon text and then activate your pf-status.code your icon with the function that u want to give it. and then run ur program the icon will only be displayed in the application toolbar.

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

set the pf-status and then create the object.

SET PF-STATUS 'ABC'.

When you enter the GUI screen go to the application bar.

later in the double click the text which you wrote in the application bar item you have an option

Icon name

check the icon you need through F4 help and select the necessary icon you want to display.

regards

sarves

Former Member
0 Kudos

i have done this, but when i mention an icon the text written on push button is gone.

i want both icon and the text on push button.