<?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>Question Re: Select multiple objects on a datawindow in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614535#M4335907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking a the GNE Demo at &lt;A href="http://www.dw-extreme.com/" title="http://www.dw-extreme.com/"&gt;Extreme Datawindows - Main&lt;/A&gt;, as you said, one way to do it would be:&lt;/P&gt;&lt;P&gt;when the user clicks and holds an empty area of the DW, I start drawing a square. As the user encases objects with the square (some calculation needed), I do something to the objects (like change the back color or something, to make it appear selected). That way I'll have some "selected" objects that I can align or do whatever I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An easier way, not so cool, would be having a "selection" check box. When the user checks it, and click on objects on the dw, I change the back color, but a different border or whatever.... or even better, without the check box, when he clicks while pressing the ctrl key....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 16:24:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-11T16:24:21Z</dc:date>
    <item>
      <title>Select multiple objects on a datawindow</title>
      <link>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaq-p/11614532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm developing a custom DW, where the user can add columns and texts to it, as well as change size, formatting, position, etc for each object. This part is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already know there isn't an easy way (except if I code it manually) to have a "snap to grid" behavior, but most importantly: is there a way that the user can select multiple objects, ie, holding ctrl and clicking, so that I can add alignment functions to the object? Align selected objets to the left, or center, etc, like when we're developing a dw on the dw painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaq-p/11614532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple objects on a datawindow</title>
      <link>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614533#M4335905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The DWO allows you to select multiple rows - but, not objects. You would have to develop a totally customized solution for this - like Buck Wolley did (Mr Extreme DW) in some of his implementations -&amp;nbsp; &lt;A href="http://www.dw-extreme.com/" title="http://www.dw-extreme.com/"&gt;Extreme Datawindows - Main&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Not for to "faint of heart" coding wise.&amp;nbsp; &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614533#M4335905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple objects on a datawindow</title>
      <link>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614534#M4335906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch!!!! lol&lt;/P&gt;&lt;P&gt;Thanks Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614534#M4335906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple objects on a datawindow</title>
      <link>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614535#M4335907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking a the GNE Demo at &lt;A href="http://www.dw-extreme.com/" title="http://www.dw-extreme.com/"&gt;Extreme Datawindows - Main&lt;/A&gt;, as you said, one way to do it would be:&lt;/P&gt;&lt;P&gt;when the user clicks and holds an empty area of the DW, I start drawing a square. As the user encases objects with the square (some calculation needed), I do something to the objects (like change the back color or something, to make it appear selected). That way I'll have some "selected" objects that I can align or do whatever I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An easier way, not so cool, would be having a "selection" check box. When the user checks it, and click on objects on the dw, I change the back color, but a different border or whatever.... or even better, without the check box, when he clicks while pressing the ctrl key....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614535#M4335907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T16:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple objects on a datawindow</title>
      <link>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614536#M4335908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FWIW: That is why 99% on my Canadian Government clients just give the business users &lt;STRONG&gt;InfoMaker&lt;/STRONG&gt;. You can let the users build their own reports (which are really a DW object) and then import the DWO source back into your PB applications as required. The opposite is also true ... you can build a basic DWO in PB and then send it to IM (because it uses PBL's) and then just let them use the Report Painter in IM ( really the DW Painter in disguise) to tweak the design as you are now back into pure drag &amp;amp; drop design WYSIG interface. Once the DW is tweaked, you can bring it back to PB if you still need the DWO in your applications.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Much easier and cheaper than writing your own internal application based DW Painter too IMHO. PB &amp;amp; IM have a nice symbiotic relationship for doing these type of things out-of-the-box.&amp;nbsp;&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just my $0.02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/select-multiple-objects-on-a-datawindow/qaa-p/11614536#M4335908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T16:52:56Z</dc:date>
    </item>
  </channel>
</rss>

