<?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 DCL help needed in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929906#M30739</link>
    <description>&lt;P&gt;Hi guys i am creating buttons that will insert blocks. But for some reason the dcl keeps on leaving a space in between buttons, how can i avoid this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dominiqueS4ANP_0-1682748480443.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1208261iE43328D4749417ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dominiqueS4ANP_0-1682748480443.png" alt="dominiqueS4ANP_0-1682748480443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;picture_dcl1

:dialog
{label = "DRA STANDARDS";

:row
{
	:boxed_column
	{
	label = "ARROWS";
	:button{key = "BtnNorth";label = "NORTH ARROW";value = "0";}
	:button{key = "BtnFallSlope";label = "FALL / SLOPE";value = "0";}
	:button{key = "BtnFlowDirection";label = "FLOW DIRECTION";value = "0";}
	:button{key = "BtnDirection";label = "DIRECTION ARROW";value = "0";}
	:button{key = "BtnLevelArrow";label = "LEVEL ARROW";value = "0";}
	}
	:boxed_column
	{
	label = "HEADERS";
	:button{key = "LayoutHeader";label = "LAYOUT HEADER"; value = "0";}
	:button{key = "SectionHeader";label = "SECTION / DETAIL HEADER"; value = "0";}
	}


}
ok_only;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Apr 2023 06:08:36 GMT</pubDate>
    <dc:creator>My_Civil_3D</dc:creator>
    <dc:date>2023-04-29T06:08:36Z</dc:date>
    <item>
      <title>DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929906#M30739</link>
      <description>&lt;P&gt;Hi guys i am creating buttons that will insert blocks. But for some reason the dcl keeps on leaving a space in between buttons, how can i avoid this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dominiqueS4ANP_0-1682748480443.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1208261iE43328D4749417ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dominiqueS4ANP_0-1682748480443.png" alt="dominiqueS4ANP_0-1682748480443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;picture_dcl1

:dialog
{label = "DRA STANDARDS";

:row
{
	:boxed_column
	{
	label = "ARROWS";
	:button{key = "BtnNorth";label = "NORTH ARROW";value = "0";}
	:button{key = "BtnFallSlope";label = "FALL / SLOPE";value = "0";}
	:button{key = "BtnFlowDirection";label = "FLOW DIRECTION";value = "0";}
	:button{key = "BtnDirection";label = "DIRECTION ARROW";value = "0";}
	:button{key = "BtnLevelArrow";label = "LEVEL ARROW";value = "0";}
	}
	:boxed_column
	{
	label = "HEADERS";
	:button{key = "LayoutHeader";label = "LAYOUT HEADER"; value = "0";}
	:button{key = "SectionHeader";label = "SECTION / DETAIL HEADER"; value = "0";}
	}


}
ok_only;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2023 06:08:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929906#M30739</guid>
      <dc:creator>My_Civil_3D</dc:creator>
      <dc:date>2023-04-29T06:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929917#M30740</link>
      <description>&lt;P&gt;add these for row:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;picture_dcl1 : dialog {
    label = "DRA STANDARDS";
    : row {
        children_alignment = top;
        children_fixed_height = true;&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 29 Apr 2023 06:28:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929917#M30740</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-04-29T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929978#M30741</link>
      <description>&lt;P&gt;thank you sir this worked perfectly, i have been looking around to find more detailed guides and info regarding the dcl in general i cant find any real info, do you perhaps know where i can find more study material regarding dcl?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2023 08:03:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11929978#M30741</guid>
      <dc:creator>My_Civil_3D</dc:creator>
      <dc:date>2023-04-29T08:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11930176#M30742</link>
      <description>&lt;P&gt;You are very welcome&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me learning dcl is just lots of trials and error. So experience is gained by just doing it and of course looking at existing dcl to see how others have done it. But you probably know of the famous afar lisp site that gives a great start on learning dcl&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.afralisp.net/archive/index.htm" target="_blank" rel="noopener"&gt;https://www.afralisp.net/archive/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then there are others online as well like&lt;/P&gt;&lt;P&gt;&lt;A href="https://autolisp-exchange.com/Tutorials/MyDialogs.htm" target="_blank" rel="noopener"&gt;https://autolisp-exchange.com/Tutorials/MyDialogs.htm&lt;/A&gt;&lt;BR /&gt;Doing a search online for “autolisp dcl reference” would also get good results&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2023 11:43:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11930176#M30742</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-04-29T11:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11931120#M30743</link>
      <description>&lt;P&gt;My $0.05 old fashioned menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_0-1682830937334.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1208425i8E1D35FC49994090/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_0-1682830937334.png" alt="SeaHaven_0-1682830937334.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 05:02:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11931120#M30743</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-04-30T05:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11931125#M30744</link>
      <description>&lt;P&gt;I also still use the menu method for hatch pattern selections categorized by various materials:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_0-1682831111726.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1208426i48CE06D2AA0FF2CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_0-1682831111726.png" alt="paullimapa_0-1682831111726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 05:06:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11931125#M30744</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-04-30T05:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: DCL help needed</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11931150#M30745</link>
      <description>&lt;P&gt;Yep if you can use notepad you can make a choose menu no real programming skill required.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 05:40:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dcl-help-needed/m-p/11931150#M30745</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-04-30T05:40:42Z</dc:date>
    </item>
  </channel>
</rss>

