<?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 : PushButton bug if Default=True</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : PushButton bug if Default=True]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:59:17 +0000</pubDate>
  <lastBuildDate>Sat, 19 Jun 2010 09:37:24 +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=16816</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[PushButton bug if Default=True : Thank for yours replies. Unfortunately...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=59030&amp;title=pushbutton-bug-if-defaulttrue#59030</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 16816<br /><strong>Posted:</strong> 19 June 2010 at 9:37am<br /><br /><P>Thank for yours replies.</P><DIV>Unfortunately I'm not able to make a sample project&nbsp;that reproduce this problem, and my project is to complex to post here.</DIV><DIV>&nbsp;</DIV><DIV>Anyway, I made a flash&nbsp;video that show the problem in real time:</DIV><DIV><a href="http://www.vbcorner.net/filmati/codejock/pushbutt&#111;n_problem.htm" target="_blank">http://www.vbcorner.net/filmati/codejock/pushbutton_problem.htm</A></DIV><DIV>&nbsp;</DIV><DIV>However, using <strong>Default&nbsp;= False</strong> I solved the problem.</DIV><DIV>If anyone of Codejock support will investigate, should be good.</DIV><DIV>&nbsp;</DIV><DIV>The 'selection form' display in flash video contains only 4 controls:</DIV><DIV>1. the grid it's a&nbsp;TrueDBGrid v.8. (ComponentOne)</DIV><DIV>2.&nbsp;One PictureBox, on bottom,&nbsp;where the pushbuttons are.</DIV><DIV>3. Two PushButton&nbsp;</DIV><DIV>Nothing else...</DIV><DIV>&nbsp;</DIV><DIV>SkinFramework is enabled from main form.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 19 Jun 2010 09:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=59030&amp;title=pushbutton-bug-if-defaulttrue#59030</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton bug if Default=True : Also don&amp;#039;t see it... maybe...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=58924&amp;title=pushbutton-bug-if-defaulttrue#58924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16816<br /><strong>Posted:</strong> 14 June 2010 at 4:38am<br /><br />Also don't see it... maybe we need more steps ? Some other component on form or something ?<br />Please try make same with new project.]]>
   </description>
   <pubDate>Mon, 14 Jun 2010 04:38:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=58924&amp;title=pushbutton-bug-if-defaulttrue#58924</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton bug if Default=True : not for me  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=58909&amp;title=pushbutton-bug-if-defaulttrue#58909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 16816<br /><strong>Posted:</strong> 12 June 2010 at 11:11am<br /><br />not for me]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 11:11:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=58909&amp;title=pushbutton-bug-if-defaulttrue#58909</guid>
  </item> 
  <item>
   <title><![CDATA[PushButton bug if Default=True : PushButton disappear if Default=True  Step...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=58904&amp;title=pushbutton-bug-if-defaulttrue#58904</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 16816<br /><strong>Posted:</strong> 12 June 2010 at 3:44am<br /><br /><DIV>PushButton <U>disappear</U> if Default=True</DIV><DIV>&nbsp;</DIV><DIV>Step to reproduce the bug:</DIV><DIV>&nbsp;</DIV><DIV>1)&nbsp;set the Default property to True (in design-time mode) of PushButton</DIV><DIV>2) run project (either IDE or EXE): <strong>the button isn't visible!</strong></DIV><DIV>3) to view the button: move mouse over it (you know where is...)</DIV><DIV>&nbsp;</DIV><DIV>4) reset Default to False, PushButton become visible again</DIV><DIV>&nbsp;</DIV><DIV>I hope will be fixed soon. <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 03:44:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16816&amp;PID=58904&amp;title=pushbutton-bug-if-defaulttrue#58904</guid>
  </item> 
 </channel>
</rss>