<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pushbutton - Screen Painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805634#M1954556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a push button in a screen and change the height of the button to more than one lines using screen painter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created a screen for a z program.&lt;/P&gt;&lt;P&gt;We want to create a big push button in that screen using graphical screen painter.&lt;/P&gt;&lt;P&gt;The height Property is grey with default value 1 and we can not change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2016 09:45:09 GMT</pubDate>
    <dc:creator>stilianos_mavromatidis2</dc:creator>
    <dc:date>2016-09-01T09:45:09Z</dc:date>
    <item>
      <title>Pushbutton - Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805634#M1954556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a push button in a screen and change the height of the button to more than one lines using screen painter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created a screen for a z program.&lt;/P&gt;&lt;P&gt;We want to create a big push button in that screen using graphical screen painter.&lt;/P&gt;&lt;P&gt;The height Property is grey with default value 1 and we can not change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805634#M1954556</guid>
      <dc:creator>stilianos_mavromatidis2</dc:creator>
      <dc:date>2016-09-01T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton - Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805635#M1954557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I know of. Workaround is a custom container with a picture or html control and you react on the mouse click event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805635#M1954557</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-09-01T09:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton - Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805636#M1954558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, you could use&amp;nbsp; cl_gui_picture in a custom container, &lt;SPAN style="font-size: 13.3333px;"&gt; adjust size with&amp;nbsp; set_display_mode&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333px;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;display_mode &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333px;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;cl_gui_picture&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 13.3333px;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;display_mode_stretch., then &lt;/SPAN&gt;put icon image into area with method&amp;nbsp; load_picture_from_sap_icons. You can then handle event picture_click to raise a function code with cl_gui_cfw=&amp;gt;set_new_ok_code for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 10:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805636#M1954558</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-09-01T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton - Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805637#M1954559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I normally prefer HTML, because I can generate it mostly in ABAP. With Pictures you have the problem of transportation, that is you have to deal with the MIME repository and how to access it. Of course you can also create your own database for pictures. Before the MIME repository was invented, that was the way I've done it. How would you do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 10:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805637#M1954559</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-09-01T10:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pushbutton - Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805638#M1954560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I used 'load_picture_from_sap_icons', no transport, no worry, only code &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 11:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-screen-painter/m-p/11805638#M1954560</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-09-01T11:54:55Z</dc:date>
    </item>
  </channel>
</rss>

