<?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 : Textbox/Combos SetFocus &amp; Sel**** Bugs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Textbox/Combos SetFocus &amp; Sel**** Bugs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 23 Jul 2026 17:35:58 +0000</pubDate>
  <lastBuildDate>Tue, 02 Oct 2007 10:13:16 +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=8206</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[Textbox/Combos SetFocus &amp; Sel**** Bugs : Oops, just tried the simple steps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26796&amp;title=textbox-combos-setfocus-sel-bugs#26796</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3344">JimK</a><br /><strong>Subject:</strong> 8206<br /><strong>Posted:</strong> 02 October 2007 at 10:13am<br /><br />Oops, just tried the simple steps I suggested earlier and the bug foes not occure :(. This is a bit more complicated that I thought. Will post more info if/when I get time to investigate....]]>
   </description>
   <pubDate>Tue, 02 Oct 2007 10:13:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26796&amp;title=textbox-combos-setfocus-sel-bugs#26796</guid>
  </item> 
  <item>
   <title><![CDATA[Textbox/Combos SetFocus &amp; Sel**** Bugs : Yup, just encountered this myself...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26794&amp;title=textbox-combos-setfocus-sel-bugs#26794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3344">JimK</a><br /><strong>Subject:</strong> 8206<br /><strong>Posted:</strong> 02 October 2007 at 9:58am<br /><br />Yup, just encountered this myself and it means I have to go back to the good old vb textbox. To reproduce<DIV>&nbsp;</DIV><DIV>Add a flat edit control, say approx 3 lines high and 40 chars wide. Set multiline to TRUE. Add a&nbsp;keyPress event that says if the text length is greater than 200 to then truncate it.</DIV><DIV>&nbsp;</DIV><DIV>If len(FlatEdit.Text) &gt; 200 then</DIV><DIV>&nbsp; Beep</DIV><DIV>&nbsp; FlatEdit.Text = left(FlatEdit.Text, 200)</DIV><DIV>&nbsp; FlatEdit.Text.SelStart = len(FlatEdit.Text)+1</DIV><DIV>endif</DIV><DIV>&nbsp;</DIV><DIV>Run the program and start entering text. Make sure you enter enough to fill up more that the number of visible lines in the control, so that it has to scroll the text up in order to display what you are typing.</DIV><DIV>&nbsp;</DIV><DIV>When you get to the 201 char, you will hear a beep but the caret will not be visible.</DIV>]]>
   </description>
   <pubDate>Tue, 02 Oct 2007 09:58:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26794&amp;title=textbox-combos-setfocus-sel-bugs#26794</guid>
  </item> 
  <item>
   <title><![CDATA[Textbox/Combos SetFocus &amp; Sel**** Bugs : Hi, Please attach small sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26768&amp;title=textbox-combos-setfocus-sel-bugs#26768</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8206<br /><strong>Posted:</strong> 02 October 2007 at 1:13am<br /><br /><DIV>Hi,</DIV><DIV>Please attach small sample project. I have no idea what need to check.</DIV>]]>
   </description>
   <pubDate>Tue, 02 Oct 2007 01:13:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26768&amp;title=textbox-combos-setfocus-sel-bugs#26768</guid>
  </item> 
  <item>
   <title><![CDATA[Textbox/Combos SetFocus &amp; Sel**** Bugs : try to evaluate the content of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26759&amp;title=textbox-combos-setfocus-sel-bugs#26759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 8206<br /><strong>Posted:</strong> 01 October 2007 at 9:48pm<br /><br />try to evaluate the content of control.text event if text in it nothing for the property text so len of nothing =0 so no selection seem to be a bug with textbox and combobox control from codejock. anybody at codejock have notice this? any solution patch anything...<DIV></DIV>]]>
   </description>
   <pubDate>Mon, 01 Oct 2007 21:48:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26759&amp;title=textbox-combos-setfocus-sel-bugs#26759</guid>
  </item> 
  <item>
   <title><![CDATA[Textbox/Combos SetFocus &amp; Sel**** Bugs : Hi, Just tried in in new project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26592&amp;title=textbox-combos-setfocus-sel-bugs#26592</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8206<br /><strong>Posted:</strong> 28 September 2007 at 6:05am<br /><br />Hi,<DIV>Just tried in in new project and it works quite fine. I added Textbox and Button and copied this code to Button_Click.</DIV>]]>
   </description>
   <pubDate>Fri, 28 Sep 2007 06:05:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26592&amp;title=textbox-combos-setfocus-sel-bugs#26592</guid>
  </item> 
  <item>
   <title><![CDATA[Textbox/Combos SetFocus &amp; Sel**** Bugs : when I do  for textboxes txtName.SelStart...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26574&amp;title=textbox-combos-setfocus-sel-bugs#26574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3305">mojiro</a><br /><strong>Subject:</strong> 8206<br /><strong>Posted:</strong> 28 September 2007 at 3:51am<br /><br />when I do<br /><br />for textboxes<br />txtName.SelStart = 0<br />txtName.SelLength = Len(txtName.Text)<br />txtName.SetFocus<br /><br />I get no focus, also no visible selection even when I focus the control with mouse/keyboard.<br /><br />But... the seltext property has the right selected text.<br /><br />for combos<br />cmbOption.SelStart = 0<br />cmbOption.SelLength = Len(cmbOption.Text)<br />cmbOption.SetFocus<br /><br />the same as above but here I get visible selection when I customly focus the control.]]>
   </description>
   <pubDate>Fri, 28 Sep 2007 03:51:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8206&amp;PID=26574&amp;title=textbox-combos-setfocus-sel-bugs#26574</guid>
  </item> 
 </channel>
</rss>