User Profile & Activity

Jimmy Petrus Administrator
Page
of 18
Hello Ujwal,

This issue should have been resolved in ClientUI 5 SP1. Have you installed SP1?

Please let me know if the issue persists.

Thanks,
Jimmy
Hello,

The UXGridView in SP1 now includes a new property called CanUserBatchUpdate. Simply set it to false to disable bacth update explicitly.

Hope this helps,
Jimmy
Posted: July 5, 2011 12:07 PM

Hello Steve, the WPF app will show the license warning at runtime which is the behavior by design. To remove the runtime nag screen, please embed the runtime license information.

By entering the correct design key, the trial nag screen should no longer appear. Please let me know if you still get the trial screen. Thanks!

Posted: June 28, 2011 5:44 AM

Hello,

Thanks for your feedback. Actually, the runtime licensing tool already supports build automation through command line arguments.

You need to supply five parameters to the runtime licensing executable through command line:

  • /assembly
  • /product
  • /version
  • /runtimeLicenseKey
  • /output
Usage example:

Intersoft.ClientUI.Licensing.v4.exe 
/assembly="D:\Assembly\Asm1.dll"
/product=Intersoft.ClientUI /version=5.0.5000
/runtimeLicenseKey=1234-56789-1234
/output="D:\Projects\App1\licenses.islicx"
Note that you should already have the licenses.islicx in your Visual Studio project which build action is set to Embedded Resource. This allows the runtime licensing to simply override the license file just before compilation.

Your build steps should be: compile, licensing, rebuild.

I hope this helps.

Best,
Jimmy

Hello,

Yes, we've just released SP1 yesterday. Check it out here.

Best,
Jimmy
Hello,

Our team has identified the source of the issue, which appears to be an oversight in the UXGridView validation. The fixes for this issue will be included in the upcoming service pack 1 release due next week.

P.S.: Nice to see you here Ward :)

Best,
Jimmy
Hi Balachander,

Glad to hear you worked it out!

Best,
Jimmy

Hi Balachander,

Good questions!

The sample framework, which contains the main type that you referred, actually has nothing to do with the navigation. Most of the packages are referring to that specific main type because we've created reusable components to address various needs of the control examples in the sample framework assembly. This enables the code to be reused and maintained easily, and also allows us to create new samples in very short times.

The ClientUI live sample actually uses nested frame. This might be the part that you missed. The "sub" paths such as "/UXToolBar" in "/BarMenuControls/UXToolBar" is actually processed as the child navigation, which is handled by the child UXFrame inside the sample page.

Since nested navigation is fully supported in ClientUI's navigation framework, it automatically matches the URIs to the defined UriMapping in the child UXFrame, and load the page accordingly. You can learn more about child navigation here.

Hope this helps,
Jimmy

Hello,

It appears to be an issue in the current release. We are currently consulting with IdeaBlade's engineers to clarify the issue. I will keep you posted as we have new updates.

Thanks,
Jimmy

Hi Balachander,

Unfortunately, the sample framework project is not currently shipped along in the installer. It contains a number of application-specific logic that we don't feel necessary to be included as source. However, we will consider to include the project source in the next release.

Are there any specific code/features that you are looking for?

Best,
Jimmy
All times are GMT -5. The time now is 11:02 PM.
Previous Next