<?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 : In-Place Button Allignment</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : In-Place Button Allignment]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 06:32:48 +0000</pubDate>
  <lastBuildDate>Fri, 13 Oct 2017 10:28:09 +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=23470</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[In-Place Button Allignment : As is often the case, it was something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76218&amp;title=inplace-button-allignment#76218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8967">GFasolt</a><br /><strong>Subject:</strong> 23470<br /><strong>Posted:</strong> 13 October 2017 at 10:28am<br /><br />As is often the case, it was something very simple - the spelling error you caught.&nbsp; Thanks so much.]]>
   </description>
   <pubDate>Fri, 13 Oct 2017 10:28:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76218&amp;title=inplace-button-allignment#76218</guid>
  </item> 
  <item>
   <title><![CDATA[In-Place Button Allignment : Maybe problem in double &amp;#039;L&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76216&amp;title=inplace-button-allignment#76216</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23470<br /><strong>Posted:</strong> 13 October 2017 at 9:23am<br /><br />Maybe problem in&nbsp; double <b>'L'</b>&nbsp; in your "a<b>LL</b>ignment" ?<br><br>you can use our sample to see how improve your own wrapper<br>C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v18.0.1\Samples\PropertyGrid\VB\PropertyGrid\frmMain.frm<br><br>&#091;code&#093;Private Sub Form_Load()<div>....</div><div>&nbsp; &nbsp; Set Item = Category.AddChildItem(PropertyItemString, "Hyperlink Button", "")</div><div>&nbsp; &nbsp; Item.Flags = 0</div><div>&nbsp; &nbsp; Set Button = Item.InplaceButtons.Add(1)</div><div>&nbsp; &nbsp; Button.Hyperlink = True</div><div>&nbsp; &nbsp; Button.ShowAlways = True</div><div>&nbsp; &nbsp; <b>Button.Alignment = 0</b></div><div>&nbsp; &nbsp; Button.Caption = "Click Me"</div><div>&nbsp; &nbsp; Button.Width = 0 ' Auto</div><div>...</div>End Sub&#091;code&#093;<br>This works as expected.]]>
   </description>
   <pubDate>Fri, 13 Oct 2017 09:23:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76216&amp;title=inplace-button-allignment#76216</guid>
  </item> 
  <item>
   <title><![CDATA[In-Place Button Allignment : Thanks for your reply. I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76214&amp;title=inplace-button-allignment#76214</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8967">GFasolt</a><br /><strong>Subject:</strong> 23470<br /><strong>Posted:</strong> 13 October 2017 at 8:57am<br /><br />Thanks for your reply.&nbsp; I'm coding in Clarion 10 so my PropertyGrid implementation actually calls into classes that wrap the CodeJock control.&nbsp; This may not be meaningful to non-Clarion programmers.<div><br></div><div><div><font face="Courier New, Courier, mono">&nbsp; SELF.AddItemInPlaceButton('CoURL',&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'CoURLButton')</font></div><div><font face="Courier New, Courier, mono">&nbsp;&nbsp;</font></div><div><font face="Courier New, Courier, mono">&nbsp; SELF.SetInPlaceButtonProperty('CoURLButton',&nbsp; &nbsp; 'Allignment', 0)&nbsp;</font></div><div><font face="Courier New, Courier, mono">&nbsp; SELF.SetInPlaceButtonProperty('CoURLButton',&nbsp; &nbsp; 'Caption',&nbsp; &nbsp; '')&nbsp;</font></div><div><font face="Courier New, Courier, mono">&nbsp; SELF.SetInPlaceButtonProperty('CoURLButton',&nbsp; &nbsp; 'Enabled',&nbsp; &nbsp; 1)&nbsp;</font></div><div><font face="Courier New, Courier, mono">&nbsp; SELF.SetInPlaceButtonProperty('CoURLButton',&nbsp; &nbsp; 'Hyperlink',&nbsp; 1)&nbsp;</font></div><div><font face="Courier New, Courier, mono">&nbsp; SELF.SetInPlaceButtonProperty('CoURLButton',&nbsp; &nbsp; 'ShowAlways', 1)</font></div><div><font face="Courier New, Courier, mono">&nbsp; SELF.SetInPlaceButtonProperty('CoURLButton',&nbsp; &nbsp; 'TabStop',&nbsp; &nbsp; TRUE)</font></div></div>]]>
   </description>
   <pubDate>Fri, 13 Oct 2017 08:57:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76214&amp;title=inplace-button-allignment#76214</guid>
  </item> 
  <item>
   <title><![CDATA[In-Place Button Allignment : Hello,Please, provide code which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76213&amp;title=inplace-button-allignment#76213</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23470<br /><strong>Posted:</strong> 13 October 2017 at 8:36am<br /><br />Hello,<br><br>Please, provide code which creates and manages these URL items<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Fri, 13 Oct 2017 08:36:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76213&amp;title=inplace-button-allignment#76213</guid>
  </item> 
  <item>
   <title><![CDATA[In-Place Button Allignment : InPlace Buttons used to display...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76212&amp;title=inplace-button-allignment#76212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8967">GFasolt</a><br /><strong>Subject:</strong> 23470<br /><strong>Posted:</strong> 13 October 2017 at 8:20am<br /><br />InPlace Buttons used to display URLs are right-aligned in propertygrid items even though there is no other content in the item.&nbsp; How can these buttons be left-aligned in the items?<div><br></div><div><img src="uploads/8967/CJPG1.jpg" height="65" width="337" border="0" /><br></div>]]>
   </description>
   <pubDate>Fri, 13 Oct 2017 08:20:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23470&amp;PID=76212&amp;title=inplace-button-allignment#76212</guid>
  </item> 
 </channel>
</rss>