<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Adding two c&#111;ntrols &#111;n same row in TskPnl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Adding two c&#111;ntrols &#111;n same row in TskPnl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 13:43:30 +0000</pubDate>
  <lastBuildDate>Mon, 20 Mar 2006 08:47:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=3759</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Adding two c&#111;ntrols &#111;n same row in TskPnl : have you tried placing them in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3759&amp;PID=11541&amp;title=adding-two-controls-on-same-row-in-tskpnl#11541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1840">Newm</a><br /><strong>Subject:</strong> 3759<br /><strong>Posted:</strong> 20 March 2006 at 8:47am<br /><br /><P =Ms&#111;normal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Verdana">have you tried placing them in a container?&nbsp; i have had similar problems in vb&nbsp;before (although i haven’t tried it with the CXTPTaskPanel control)&nbsp;and putting the controls in a frame usually works out ok</SPAN></P>]]>
   </description>
   <pubDate>Mon, 20 Mar 2006 08:47:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3759&amp;PID=11541&amp;title=adding-two-controls-on-same-row-in-tskpnl#11541</guid>
  </item> 
  <item>
   <title><![CDATA[Adding two c&#111;ntrols &#111;n same row in TskPnl : Hi,I am using CXTPTaskPanel for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3759&amp;PID=11363&amp;title=adding-two-controls-on-same-row-in-tskpnl#11363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1577">jigarmehtamscit</a><br /><strong>Subject:</strong> 3759<br /><strong>Posted:</strong> 10 March 2006 at 2:45pm<br /><br />Hi,<br><br>I am using CXTPTaskPanel for my application. Now, I have some editboxes and Spin controls combination at couple of location in my design. I want to include those in task panel. So, how can I do that.. My design says, i should put editbox and immediate to it should be spin control. Spin control changes should be applied to editbox directly so, user should see both controls as the same control. I think that is enough for understanding my design. So, how to do that with task panel. My following code puts two controls but both on two different rows.. thats not at all acceptable. currently i am using following code..<br><br><br>&nbsp;&nbsp;&nbsp; CXTPTaskPanelGroup* pGroup3DText = m_wndTaskPanel.AddGroup(IDS_WC_PP_GROUP_MARGINS);<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; pGroup3DText-&gt;AddTextItem("Left");<br>&nbsp;&nbsp;&nbsp; m_LeftMarginEdit.Initialize(this);<br>&nbsp;&nbsp;&nbsp; m_LeftMarginEdit.SetParent(&amp;m_wndTaskPanel);<br>&nbsp;&nbsp;&nbsp; pGroup3DText-&gt;AddControlItem(m_LeftMarginEdit);<br>&nbsp;&nbsp;&nbsp; m_LeftMarginSpin.SetParent(&amp;m_wndTaskPanel);<br>&nbsp;&nbsp;&nbsp; pGroup3DText-&gt;AddControlItem(m_LeftMarginSpin);<br><br>]]>
   </description>
   <pubDate>Fri, 10 Mar 2006 14:45:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3759&amp;PID=11363&amp;title=adding-two-controls-on-same-row-in-tskpnl#11363</guid>
  </item> 
 </channel>
</rss>