iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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:
UXSearchBox in WPF:
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.
2) UXSearchBox shows empty box on first enter in the search box. It only receives the second enter, which triggers the search box
<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" />
Hello,
This is confirmed as a bug. Here is the nightly build. Please let me know if the issue still persists or not.
Regards,Handy
I need more time to investigate this issue. Please bear with me. I will let you know the result asap.
I could not replicate the first issue. Perhaps, you can send us a simple sample which replicates the issue.To fix the keyboard issue, please use the following noghtly hotfixes.
Thanks for resolving the keystoke issues.
And this is the final one - my application crashes with exception - when selected on a keyword from the dowdown:
Unable to cast object of type 'Intersoft.Client.UI.Aqua.UXCollection.UXSearchBoxItem' to type 'Intersoft.Client.Framework.ISButton'.
Callstack:
at Intersoft.Client.UI.Navigation.UXPage.(Object sender, NavigationEventArgs e)
My UxSearchBox
<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" />
VirtualUrl has value of /Views/SlidePage?Keyword=selected_keyword
I can navigate to this page using custom control or other links.
I tried using SearchCommand, but no luck. It does not get fired.
Please let me know if you need any other information.
Is it possible for you to replicate the issue in my simple project? We need this to investigate your issue.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname