<?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 : Focus control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Focus control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 12:28:57 +0000</pubDate>
  <lastBuildDate>Fri, 09 Jan 2009 05:26:17 +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=11719</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[Focus control : I think I have found a work around...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=44359&amp;title=focus-control#44359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 09 January 2009 at 5:26am<br /><br />I think I have found a work around for FORMS!<DIV>&nbsp;</DIV><DIV>After trying all sorts of things I have discovered that if I have another Codejock control on Form&nbsp;1 then I can click between textboxes on form&nbsp;1 and Form 2 quite happily.&nbsp; So what I have done is replace the textboxes on the Form with the DockingPane control on it (Form 1) with Codejock's own textbox control (FlatEdit) and the problem goes away.</DIV><DIV>&nbsp;</DIV><DIV>Not sure why this works - but it does. :-)</DIV>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 05:26:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=44359&amp;title=focus-control#44359</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : So what are people doing about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=42950&amp;title=focus-control#42950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1368">ScottW</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 18 November 2008 at 3:30pm<br /><br />So what are people doing about these focus issues? I see the problems here, and I am having them now too, but no really good clear solution. I have an MDI Form with several docking panes which contain various things on forms right now. They work fine, but when a child window is opened and focus goes to the child window, the arrow keys don't work and it seems focus returns to some random place on one of the docking panels. Clicking all around a lot sometimes gets it working again for a while. This is not acceptable though. I see that using pictureboxes instead of forms helps some, but is not a perfect solution either. I need panes that can float. What seems to work best for those that have had to deal with this before?]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 15:30:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=42950&amp;title=focus-control#42950</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control :  Old thread, same problem:htt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=40730&amp;title=focus-control#40730</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 05 September 2008 at 7:49am<br /><br />Old thread, same problem:<br>http://forum.codejock.com/forum_posts.asp?TID=10148<br><br>And here a new thread:<br>http://forum.codejock.com/forum_posts.asp?TID=11854<br><br>And still I didn't found the perfect solution...<br><br>Conslusion as I understand:<br>Forms in panes: No problem with floting panes, but problem with tab. <br>PictureBox/UserControl in panes: No tab problem, but lock problem with floting panes.<br>]]>
   </description>
   <pubDate>Fri, 05 Sep 2008 07:49:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=40730&amp;title=focus-control#40730</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : The main problem is from VB ! VB...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=40005&amp;title=focus-control#40005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 18 August 2008 at 8:01am<br /><br />The main problem is from VB !<DIV>VB holds own Focus in Screen.ActiveForm and Screen.ActiveControl.</DIV><DIV>The TAB-Key is processed first from a form to change a focus.</DIV><DIV>So if you&nbsp;use a form, the tab works only inside the form if the form is activated by MyPane.Select().</DIV><DIV>&nbsp;</DIV><DIV>Also, if a form contains a control like ComboBox or PropertyGrid, the dropdown can loose the focus of the form.</DIV><DIV>DockingPane fire also an deativated-event. But this is by design of VB.</DIV>]]>
   </description>
   <pubDate>Mon, 18 Aug 2008 08:01:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=40005&amp;title=focus-control#40005</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : Hello,  Yes, TabStop of picturebox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39971&amp;title=focus-control#39971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 18 August 2008 at 2:27am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Yes, TabStop of picturebox and controls inside it have to be set to False :-( to allow float pane.</DIV>]]>
   </description>
   <pubDate>Mon, 18 Aug 2008 02:27:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39971&amp;title=focus-control#39971</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : There&amp;#039;s a solution for this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39923&amp;title=focus-control#39923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 15 August 2008 at 10:34pm<br /><br />There's a solution for this issue?<DIV>Maybe in the next release?</DIV><DIV>&nbsp;</DIV><DIV>Please, HELP!</DIV>]]>
   </description>
   <pubDate>Fri, 15 Aug 2008 22:34:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39923&amp;title=focus-control#39923</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : Hi Oleg. The DP focus problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39912&amp;title=focus-control#39912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 15 August 2008 at 2:51pm<br /><br />Hi Oleg.<DIV>The DP focus problem has been solved, but a new problem appears...</DIV><DIV>&nbsp;</DIV><DIV>When I float some pane (picturebox) I can use any main form's control (toolbar, other pane, etc). I need to close or dock the floated pane in order to work with my main form's control. It is working like the modal form.</DIV><DIV>&nbsp;</DIV><DIV>Now, what can I do to solve this issue?</DIV>]]>
   </description>
   <pubDate>Fri, 15 Aug 2008 14:51:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39912&amp;title=focus-control#39912</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : Hi Oleg, thanks for your answer....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39563&amp;title=focus-control#39563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 07 August 2008 at 9:18am<br /><br />Hi Oleg, thanks for your answer. <DIV>The problem with the focus was solved using picture instead forms.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Elvis</DIV>]]>
   </description>
   <pubDate>Thu, 07 Aug 2008 09:18:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39563&amp;title=focus-control#39563</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : Hi Oleg, thanks for your answer....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39472&amp;title=focus-control#39472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 05 August 2008 at 12:28pm<br /><br />Hi Oleg, thanks for your answer. <DIV>I did this change, but the problem persists.</DIV><DIV>The pane take the focus, I can see the first fields focused, but when I fire the tab key, the cursor doesn't change. It&nbsp;stays in the first field...</DIV><DIV>&nbsp;</DIV><DIV>I'm using this code:</DIV><DIV>...</DIV><DIV>DP.Panes(1).Select&nbsp;&nbsp;&nbsp;&nbsp; 'DP is the Docking Pane</DIV><DIV>FParam.SetFocus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'FParam is the Form variable </DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>If I comment the second line (FParam...) the result is the same... </DIV><DIV><img src="https://forum.codejock.com/smileys/smiley18.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I'm missing something??</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Elvis</DIV>]]>
   </description>
   <pubDate>Tue, 05 Aug 2008 12:28:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39472&amp;title=focus-control#39472</guid>
  </item> 
  <item>
   <title><![CDATA[Focus control : Hi,  Call pane.Select() it will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39445&amp;title=focus-control#39445</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11719<br /><strong>Posted:</strong> 05 August 2008 at 1:39am<br /><br />Hi,<DIV></DIV><DIV></DIV>Call pane.Select() it will move focus to docked form.]]>
   </description>
   <pubDate>Tue, 05 Aug 2008 01:39:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11719&amp;PID=39445&amp;title=focus-control#39445</guid>
  </item> 
 </channel>
</rss>