<?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 : Label AutoSize+AlignXXXRight bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Label AutoSize+AlignXXXRight bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 02:16:03 +0000</pubDate>
  <lastBuildDate>Sat, 28 Aug 2010 15:59:34 +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=17151</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[Label AutoSize+AlignXXXRight bug :   oleg wrote:Hi, Why you need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17151&amp;PID=59938&amp;title=label-autosize-alignxxxright-bug#59938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 17151<br /><strong>Posted:</strong> 28 August 2010 at 3:59pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi, <BR><BR>Why you need set AutoSize to true then ?</td></tr></table><DIV>&nbsp;</DIV><DIV>Sincerely I don't understand&nbsp;your question...</DIV><DIV>I have already explained the problem. </DIV><DIV>However, I want <U>simply</U> to replicate the VB.Label behavior.<BR></DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><BR>Unfortunatelly ActiveX architecture don't have way to change this behavior :(</td></tr></table> </DIV><DIV>Then, you say that isn't possible to replicate the VB.Label behavior?</DIV><DIV>&nbsp;</DIV><DIV><DIV>Sound strange...</DIV><DIV>&nbsp;</DIV></DIV><DIV>I think that&nbsp;Codejock SuiteControls should be a <strong>improvement</strong> of VB controls, at least of <U>intrinsic</U> controls.</DIV><DIV>Unfortunatelly, I have see that some <U>standard features</U> of VB controls are missing&nbsp;on many CJ controls.</DIV><DIV>Sincerely&nbsp;I don't understand why...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 28 Aug 2010 15:59:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17151&amp;PID=59938&amp;title=label-autosize-alignxxxright-bug#59938</guid>
  </item> 
  <item>
   <title><![CDATA[Label AutoSize+AlignXXXRight bug : Hi,  Why you need set AutoSize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17151&amp;PID=59897&amp;title=label-autosize-alignxxxright-bug#59897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17151<br /><strong>Posted:</strong> 25 August 2010 at 1:24am<br /><br />Hi,<br /><br />Why you need set AutoSize to true then ?<br /><br />Unfortunatelly ActiveX architecture don't have way to change this behavior :(]]>
   </description>
   <pubDate>Wed, 25 Aug 2010 01:24:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17151&amp;PID=59897&amp;title=label-autosize-alignxxxright-bug#59897</guid>
  </item> 
  <item>
   <title><![CDATA[Label AutoSize+AlignXXXRight bug : If the standard control VB.Labelis...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17151&amp;PID=59890&amp;title=label-autosize-alignxxxright-bug#59890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 17151<br /><strong>Posted:</strong> 24 August 2010 at 11:26am<br /><br />If the standard control <strong>VB.Label</strong>&nbsp;is set with&nbsp;:<DIV>- <strong>AutoSize</strong>=True </DIV><DIV>- <strong>Alignment</strong> = Right Justify</DIV><DIV>&nbsp;</DIV><DIV>when text change then the Label left-border is&nbsp;moved,&nbsp; while the right-border still unmoved.</DIV><DIV>&nbsp;</DIV><DIV>The <strong>CJ.Label</strong>&nbsp;doesn't work correctly: any AlignXXXRight I use, the AutoSize move le right-border, while th left-border still unmoved.</DIV><DIV>The image below is a sample that shows the problem, when different languages is used (Italian and English)</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20100824_111530_CJ.Label-Bug1.png" border="0"></DIV><DIV>&nbsp;</DIV><DIV>This is a <strong>big problem</strong> when i develop programs that support multi-language because <U>I can't know how many large could be the translated string</U>!</DIV><DIV>&nbsp;</DIV><DIV>I hope that the CJ developers solve this bug as soon...</DIV><DIV>&nbsp;</DIV><DIV>Thank. </DIV>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 11:26:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17151&amp;PID=59890&amp;title=label-autosize-alignxxxright-bug#59890</guid>
  </item> 
 </channel>
</rss>