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
This may be another silly question from a beginner
I built a simple navigation test using Silverlight - a frame navigating to one of two pages - perfectly standard.
I attempted to move it to WPF - no problem in a WPF browser app.
I assume that there is no way to make navigation work in a desktop app?
Harry,
The fix for this issue will be available in the "RTM refresh" due next week.
Thanks, Jimmy
Hi Harry,
Our navigation framework and controls support WPF, including the UriMapper. Make sure you used UXFrame for the frame and UXPage for the page. The UXPage can be easily added from the Add New item dialog box.
Hope this helps.
So to be 100% clear - the navigation should work in a standard (not browser) WPF application as it does in a Silverlight app?
And I am using UXPage and UXFrame as per the Silverlight and WPF browser app which both work - but the WPF desktop app doesn't work.
Yes, it should be 100% working, consistently.
Did you get a specific error message? Please elaborate more on your issues.
Thanks!
The code is essentially that given in the documenation.
<StackPanel Grid.Column="1"> <Intersoft:UXHyperlinkButton Content="Home" NavigateUri="/page" /> </StackPanel>
and
<Intersoft:UXFrame etc> <Intersoft:UXFrame.UriMapper> <Intersoft:UriMapper> <Intersoft:UriMapping Uri="/page" MappedUri="/View/UXPage1.xaml"/> </Intersoft:UriMapper> </Intersoft:UXFrame.UriMapper> </Intersoft:UXFrame>
and there is a UXPage1.xaml in the View Directory - the code works in Silverlight and WPF browser but in WPF it gives
System.NullReferenceException was unhandled Message=Object reference not set to an instance of an object. Source=Intersoft.Client.UI.Navigation
It seems the issue is caused by a bug. I have created a bug report for this issue. If I have any update, I will update the thread.
Any progress?
Based on my test, unfortunately this issue is still open in ClientUI 4.
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