<?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 : Inplace button not visible in category</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Inplace button not visible in category]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 11:52:00 +0000</pubDate>
  <lastBuildDate>Thu, 03 Dec 2009 03:14:07 +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=15733</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[Inplace button not visible in category : It was my fault I registered the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55352&amp;title=inplace-button-not-visible-in-category#55352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5718">javg</a><br /><strong>Subject:</strong> 15733<br /><strong>Posted:</strong> 03 December 2009 at 3:14am<br /><br />It was my fault I registered the handler function twice&nbsp;<img src="http://forum.codejock.com/smileys/smiley9.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 03 Dec 2009 03:14:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55352&amp;title=inplace-button-not-visible-in-category#55352</guid>
  </item> 
  <item>
   <title><![CDATA[Inplace button not visible in category : Hi,I&amp;#039;ve made some progress...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55351&amp;title=inplace-button-not-visible-in-category#55351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5718">javg</a><br /><strong>Subject:</strong> 15733<br /><strong>Posted:</strong> 03 December 2009 at 2:27am<br /><br />Hi,<br><br>I've made some progress with inplace buttons (still using version 10.4.2 for the moment), but I have a problem with the inplace buttons event handler. The code:<br><br>&nbsp;&nbsp; private void axTaskProperty_InplaceButtonDown(object sender, AxXtremePropertyGrid._DPropertyGridEvents_InplaceButtonDownEvent e)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MessageBox.Show("Hello World!\n" + e.GetType().ToString() + " " + e.GetHashCode().ToString() );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>for some reason when I push the button this function shows the messagebox twice, the event type is the same both times and the hash code too, I suppose the hash code is unique for each event so my guess is the event is being sent two times. Any idea why this is happening?<br><br>Thank You<br><br><br>]]>
   </description>
   <pubDate>Thu, 03 Dec 2009 02:27:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55351&amp;title=inplace-button-not-visible-in-category#55351</guid>
  </item> 
  <item>
   <title><![CDATA[Inplace button not visible in category : Hi,  This option has beenaddedin...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55244&amp;title=inplace-button-not-visible-in-category#55244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 15733<br /><strong>Posted:</strong> 28 November 2009 at 2:14am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>This option has been&nbsp;added&nbsp;in <strong>V12.0</strong> (for ActiveX) </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 28 Nov 2009 02:14:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55244&amp;title=inplace-button-not-visible-in-category#55244</guid>
  </item> 
  <item>
   <title><![CDATA[Inplace button not visible in category : Hi CJ Team,I want to add a button...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55222&amp;title=inplace-button-not-visible-in-category#55222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5718">javg</a><br /><strong>Subject:</strong> 15733<br /><strong>Posted:</strong> 27 November 2009 at 8:57am<br /><br />Hi CJ Team,<br><br>I want to add a button to a category but after adding the button it is not displayed, here is the code:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Category = this.axTaskProperty.AddCategory(this.customPropertiesText);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PropertyGridInplaceButton Button = Category.AddInplaceButton(100);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Button.Caption = "Add";<br><br>I've done this with items inside the category and it works fine as long as the item has readonly = false<br><br>I'm using version 10.4.2, can this be done with this version?<br>]]>
   </description>
   <pubDate>Fri, 27 Nov 2009 08:57:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15733&amp;PID=55222&amp;title=inplace-button-not-visible-in-category#55222</guid>
  </item> 
 </channel>
</rss>