﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Mon, 14 Mar 2011 07:27:31 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WPF</category><category>UXSearchBox</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Is it possible for you to replicate the issue in my simple project? We need this to investigate your issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Fri, 11 Mar 2011 20:20:28 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>&lt;p&gt;Thanks for resolving the keystoke issues.&lt;/p&gt;&lt;p&gt;And this is the final one - my application crashes with exception - when selected on a keyword from the dowdown:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;Unable to cast object of type 'Intersoft.Client.UI.Aqua.UXCollection.UXSearchBoxItem' to type 'Intersoft.Client.Framework.ISButton'.&lt;/pre&gt;
&lt;p&gt; Callstack:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;   at Intersoft.Client.UI.Navigation.UXPage.(Object sender, NavigationEventArgs e)&lt;/pre&gt;
&lt;p&gt;My UxSearchBox &lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;Intersoft:UXSearchBox
	QueryLatency="0.3"
	DisplayMemberPath="Keyword"
	NavigateUriMemberPath="VirtualUri"
	ItemContentType="Content"
	IsSearching="{Binding IsSearching, Mode=TwoWay}"
	QueryText="{Binding QueryText, Mode=TwoWay}" 
	SearchResult="{Binding SearchResult}"
	Width="200"
	AutoShowResultBox="True"
/&amp;gt;
&lt;/pre&gt;
&lt;p&gt; VirtualUrl has value of /Views/SlidePage?Keyword=selected_keyword&lt;/p&gt;
&lt;p&gt;I can navigate to this page using custom control or other links.&lt;/p&gt;
&lt;p&gt;I tried using SearchCommand, but no luck.  It does not get fired.&lt;/p&gt;
&lt;p&gt;Please let me know if you need any other information.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Wed, 09 Mar 2011 21:36:02 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>Thank you.&amp;nbsp; I'll try it and let you know.&lt;br /&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Wed, 09 Mar 2011 05:46:38 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WPF</category><category>UXSearchBox</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I could not replicate the first issue. Perhaps, you can send us a simple sample which replicates the issue.&lt;br /&gt;To fix the keyboard issue, please use the following noghtly hotfixes.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Mon, 07 Mar 2011 08:09:26 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>Thank you.&amp;nbsp; Appriciate it.&lt;br /&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Mon, 07 Mar 2011 05:07:37 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WPF</category><category>UXSearchBox</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I need more time to investigate this issue. Please bear with me. I will let you know the result asap.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Fri, 04 Mar 2011 08:16:39 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>The Autocomplete popup is working now.&amp;nbsp;&amp;nbsp; But here are 2 more problems (again, in WPF):&lt;br /&gt;&lt;br /&gt;1) When I click on a AutoComplete link, Page is throwing an exception with error - "Unable to cast object of type UXSearchBoxItem to ISButton in Intersoft.Client.UI.Navigation.UXPage error"&lt;br /&gt;&lt;br /&gt;2) Also, I cannot use keyboard keys to naviagte the AutoComplete list.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Fri, 04 Mar 2011 08:04:23 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>Thank you!&amp;nbsp; Appriciate it.&amp;nbsp; I'll test and post the feedback.&lt;br /&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Fri, 04 Mar 2011 07:05:20 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WPF</category><category>UXSearchBox</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;This is confirmed as a bug. Here is the nightly build. Please let me know if the issue still persists or not.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Thu, 03 Mar 2011 11:13:07 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>Anyone knows how to escalate issues to Intersoft?&amp;nbsp; Thanks!&lt;br /&gt;</description></item><item><title>UXSearchBox in WPF not supporting AutoComplete?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXSearchBox-in-WPF-not-supporting-AutoComplete/</link><pubDate>Wed, 02 Mar 2011 08:27:19 GMT</pubDate><dc:creator>rp36</dc:creator><category>WPF</category><category>UXSearchBox</category><description>&lt;p&gt;First of all, Thanks for the quick fix released last week for UXSearchBox, now I can load the control in WPF. However, I still have following problems:&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;UXSearchBox in WPF:&lt;/p&gt;
&lt;p&gt;1) Does not support AutoComplete mode. I set QueryLatency=0.3 as well as AutoComplete and AutoShowResultBox=True. The view model function (IsSearching) is not triggered.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;2) UXSearchBox shows empty box on first enter in the search box. It only receives the second enter, which triggers the search box&lt;/p&gt;&lt;br /&gt;    &lt;pre&gt;&amp;lt;Intersoft:UXSearchBox QueryLatency="0.3" DisplayMemberPath="Title" NavigateUriMemberPath="VirtualUri"  ItemContentType="ContentAndImage" ImageMemberPath="FullThumbnailPath" IsSearching="{Binding IsSearching, Mode=TwoWay}" QueryText="{Binding QueryText, Mode=TwoWay}" SearchResult="{Binding SearchResult}" Width="200" AutoShowResultBox="True" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;Would you let me know, if it is not supported and am I doing something wrong?&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;</description></item></channel></rss>