<?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 Re: Column Tree Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772986#M646178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think these come from ICON ... Because the tree control is rendered in the front end, I think they probably come from the images in "sapctree.bmp" which you'll find under your SAGui (where the "skins" are held).  Not sure about turning them off though for a single report... but I will have a quick look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 08:00:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-17T08:00:39Z</dc:date>
    <item>
      <title>Column Tree Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772982#M646174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with the cl_gui_column_tree class to build a user interface and i wonder if it's possible to remove the expander icons (not the icon for the opended/closed folder itself) of a tree at some places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard layout would be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;- Root (expanded)
  - Node 1 (expanded)
      Item 1
      Item 2
  + Node 2 (unexpanded)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note that + and - are no folder icons but only the expander icons (some arrows)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is that there is no expander displayed in some cases and that a node is automatically expanded if it has subelements. The example above would look like this if i would be able to deactivate the expander icons for Node 1 and 2 (or at least overwrite the icons with the empty icon):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;- Root
    Node 1
        Item 1
        Item 2
    Node 2
        Item 3&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible somehow? The 'expander' property of a Node seems to have no effect on this when set to initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An additional question goes to the default icons of folder or leaf nodes. I'd like to know their icon-code but I wasn't able to find these icons in the ICON table. Are they stored elsewhere or does anyone know their @XY@ codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 14:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772982#M646174</guid>
      <dc:creator>andreas_singer</dc:creator>
      <dc:date>2007-09-14T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772983#M646175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andreas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least I can answer your questions regarding the icons: run report &amp;lt;b&amp;gt;RSTXICON&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 15:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772983#M646175</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-09-14T15:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772984#M646176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well thanks, that is at least a nice list for the @XY@ codes. Nevertheless, I can't find the default tree icons for nodes and leafs in this list, because the report just shows the content of the ICON table and I've already looked there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772984#M646176</guid>
      <dc:creator>andreas_singer</dc:creator>
      <dc:date>2007-09-17T06:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772985#M646177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICON_OPEN_FOLDER -&amp;gt; @FO@&lt;/P&gt;&lt;P&gt;ICON_CLOSED_FOLDER -&amp;gt; @FN@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if this will work, but you can try the method node_set_no_branch -&amp;gt; "Use this method to specify whether hierarchy lines should be drawn to a node." Maybe it will then hide the +/-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 07:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772985#M646177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T07:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772986#M646178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think these come from ICON ... Because the tree control is rendered in the front end, I think they probably come from the images in "sapctree.bmp" which you'll find under your SAGui (where the "skins" are held).  Not sure about turning them off though for a single report... but I will have a quick look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 08:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772986#M646178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Column Tree Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772987#M646179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Walter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The no_branch flag of a node has no effect on the expander icons and the codes for the folder icons you specified are not the default tree icons, I'm searching for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx, you're right - the icons are in this file on the front-end: sapctree.bmp&lt;/P&gt;&lt;P&gt;Is there a way to use them explicit? I need to display a folder-node with the default leaf icon...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 12:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/column-tree-control/m-p/2772987#M646179</guid>
      <dc:creator>andreas_singer</dc:creator>
      <dc:date>2007-09-17T12:07:43Z</dc:date>
    </item>
  </channel>
</rss>

