<?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 : MarkupAxC&#111;ntainer &#079;bject</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : MarkupAxC&#111;ntainer &#079;bject]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 13:48:46 +0000</pubDate>
  <lastBuildDate>Sun, 07 Mar 2010 13:53:19 +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=16409</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[MarkupAxC&#111;ntainer &#079;bject : Okay, here&amp;#039;s a new feature...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16409&amp;PID=57455&amp;title=markupaxcontainer-object#57455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16409<br /><strong>Posted:</strong> 07 March 2010 at 1:53pm<br /><br />Okay, here's a new feature I would <font color="#ff0000"><b>KILL</b></font> for: a MarkupAxContainer control. Essentially, this would be a control that we could add any ActiveX control to and it would sit inline with the markup objects.<br><br>For example, you could do something like (AIR-CODE WARNING):<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Dim lo_FlatEdit As MarkupAxContainer<br>Dim lo_StackPanel As MarkupStackPanel<br>Dim lo_TextBlock As MarkupTextBlock<br><br>Set lo_FlatEdit = Me.MarkupLabel1.MarkupContext.CreateObject("AxContainer")<br>With lo_FlatEdit<br>&nbsp;&nbsp;&nbsp; Set .Child = Me.FlatEdit1<br>&nbsp;&nbsp;&nbsp; .MaxWidth = 350<br>&nbsp;&nbsp;&nbsp; .Height = 21<br>End With<br><br>Set lo_TextBlock = Me.MarkupLabel1.MarkupContext.CreateObject("TextBlock")<br>With lo_TextBlock<br>&nbsp;&nbsp;&nbsp; .Text = "Your name"<br>End With<br><br>Set lo_StackPanel = Me.MarkupLabel1.MarkupContext.CreateObject("StackPanel")<br>With lo_StackPanel<br>&nbsp;&nbsp;&nbsp; .Orientation =xtpMarkupOrientationHorizontal <br><br>&nbsp;&nbsp;&nbsp; .Children.Add lo_TextBlock<br>&nbsp;&nbsp;&nbsp; .Children.Add lo_FlatEdit<br>End With<br><br>Set Me.MarkupLabel1.MarkupUiElement = lo_StackPanel<br></pre></td></tr></table><br><br>This would attach a markup TextBlock and CJ FlatEdit control into the MarkupLabel and render them side-by-side. The CJ FlatEdit control would already have to be present on the same form as the MarkupLabel. We could then use all of the FlatEdit events and properties.<br><br>As far as I can tell, the MarkupAxContainer would only have to handle positioning, sizing and visibility changes of the child ActiveX controls (much like the existing CJ Resizer control I assume does). I would appreciate comments in this area though - what else might need to be managed by the AxContainer?<br><br>To me this would be revolutionary, and I think it would take a serious work-load of CJ from people asking for markup native controls like textboxes, grids, etc... There is a tonne of work already done in ActiveX controls - why not leverage that existing infrastructure into the MarkupLabel?<br><br>Is there any hope for such a feature?<br>]]>
   </description>
   <pubDate>Sun, 07 Mar 2010 13:53:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16409&amp;PID=57455&amp;title=markupaxcontainer-object#57455</guid>
  </item> 
 </channel>
</rss>