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
Hi,
I am using Client UI 2011 Version 5.0.5000. I have created a Intersoft Desktop application and wanted to load an external XAP when the user presses an application icon.
I have successfully runtime licensed the Desktop and there's no watermark, but when I launch the XAP application, it loads great on-demand, BUT the watermark appears. I have even used the runtime license tool on the external XAP as well, but no luck.
I registered the external application like this:
private void Application_Startup(object sender, StartupEventArgs e)
{
this.RootVisual = new MainPage();
// create a new ApplicationPackage that represents App1
ApplicationPackage app3 = new ApplicationPackage()
ID = "SimpleExternalApp",
Name = "SimpleExternalApp",
Source = new Uri("SimpleExternalApp.xap", UriKind.RelativeOrAbsolute),
EnableMetadataDiscovery = true,
MainType = "SimpleExternalApp.MainPage",
VirtualPathIdentity = "/SimpleExternalApp",
Size = -1 // auto detect the file size at runtime
};
UXShell.Current.Applications.Add(app3);
app3.Download(false);
}
Then added a button in the XAML to launch this in a window:
<Intersoft:UXDesktopDockButton Icon="Assets/Images/Contact.png" Text="EXTERNAL XAP" ApplicationUri="/SimpleExternalApp"/>
Any ideas why the watermark is appearing when I load the external XAP.
Thanks
Ajay Soni
Enjector Software
UK
Hello Ajay,
Loading external application should not cause unlicensed version. I tried to run your sample. However, it tried to access a remote server. Can you send me your userid and password for developer network to handy@intersoftpt.com. I would try to confirm whether your license is correct or not.
Regards,Handy
I am sure that your issue has been resolved in our last email conversation, right? Please back to us if you still encounter the same issue.
Thanks Handy,
Just incase someone else has the same problem I had to do this in the Application_Startup:
UXShell.Current.IsInitializing = true;
UXShell.Current.IsInitializing = false;
Thanks again.
Ajay
That should be not happened if other steps are correct. Can you try to see which parts that missing?If not, can you try to send me a runable project same as before for further investigation?
Hi Handy,
There's nothing wrong, it all works perfectly. The post I did was for anyone trying to solve the same problem.
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