<?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: Dynpro problem with positioning checkboxes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194863#M468332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Alex!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I overlooked the part about not breaking the connection between the data dictionary and the text.  I'm new at dialog programming, so I probably didn't fully understand your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 16:24:59 GMT</pubDate>
    <dc:creator>kathryn_mcgallicher</dc:creator>
    <dc:date>2007-04-26T16:24:59Z</dc:date>
    <item>
      <title>Dynpro problem with positioning checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194860#M468329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When trying to position a checkbox, I run into the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the checkbox with the button on the right side and the text on the left&lt;/P&gt;&lt;P&gt;text................. []&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Screen Painter I can align the button so that it starts exactly under the field above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when using the dynpro in the application, the button is always more to the left and not aligned anymore.&lt;/P&gt;&lt;P&gt;text  []&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to fix this without separating the text from the checkbox? I know I can just put a text field there and have the button without text - but that breaks the connection between the text and the data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex Nicolovius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194860#M468329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro problem with positioning checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194861#M468330</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;Can you either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) put the text on the right so that it doesn't shift the checkbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) add underscores to the end of the text value so that it "pushes" the checkbox into place?  For example: "Request_reason_".  The underscore at the end ensures that the entry box that follows is still aligned with the entry boxes above&lt;/P&gt;&lt;P&gt;and below it.  I've done that with standard fields, but have not tried it with checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 16:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194861#M468330</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2007-04-25T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro problem with positioning checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194862#M468331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathryn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your suggestions:&lt;/P&gt;&lt;P&gt;1) No, I do not want to put the text on the right, our customer wants it on the left.&lt;/P&gt;&lt;P&gt;2) Underscores and spaces do not change anything about the position of the checkbox. If I do add letters, I can almost get it there - like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;textGGGGGGGG[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[] being the checkbox itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can imagine that this looks ridiculous!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as standard fields go: When you get the field (and its description) from the dictionary and just change the visible length, you do not have to do anything else to get more distance between the  text and the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for trying though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 16:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194862#M468331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro problem with positioning checkboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194863#M468332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Alex!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I overlooked the part about not breaking the connection between the data dictionary and the text.  I'm new at dialog programming, so I probably didn't fully understand your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 16:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-problem-with-positioning-checkboxes/m-p/2194863#M468332</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2007-04-26T16:24:59Z</dc:date>
    </item>
  </channel>
</rss>

