User Profile & Activity

Jimmy Petrus Administrator
Page
of 18
Hi Chris,

Thanks for your feedback.

We're currently working with IdeaBlade team to deliver a more elegant and future-proof solution to this problem.

Best,
Jimmy
Peter,

That's interesting! Do you have a working sample that we can investigate on?

Thanks,
Jimmy
Dear Peter,

Theoritically, the licensing should work in any compatible container that is used as the root visual. It might fail if Lightswitch used certain containers that are not native to Silverlight.

Yes, we'd be interested to investigate the licensing issue further and possibly include full support for Lightswitch in the upcoming service pack release. Please attach a simple sample that replicates the problem.

Your contribution is highly appreciated. Thanks!

Best,
Jimmy
Posted: May 15, 2011 11:38 PM
Hi Gogan,

ScrollViewer is not a compatible Panel type that is suitable for root visual. To accomodate your needs, you can use Grid as the root visual, and then create a ScrollViewer and add it to the Grid's children collection. You then create a new instance of MainPage class which is set to the Content property of the ScrollViewer.

This should resolve both the licensing and scroll viewer issue.

Hope this helps,
Jimmy
Posted: May 11, 2011 11:39 AM
Hi Alastair,

Thank you for providing a simple working sample.

Using the development's nightly build, it's confirmed that the OriginalUri is now captured properly. As the results, your application will automatically navigate to the Settings page after the successful login. This has been tested to work properly, and should exhibit identical behaviors and results as in the Silverlight counterpart.

The fixes for the ExtraData will be included in the upcoming hotfix scheduled later this month. If you preferred to receive the nightly build for early testing, please send an email to technical [at] intersoftpt.com and also please specify your subscription ID.

Thanks,
Jimmy
Posted: May 10, 2011 11:00 AM
Hello Alastair,

The only way to provide the extra data is through the 2nd parameter in the .Navigate method of the UXFrame. This conforms to the extra data passing mechanism in WPF navigation concept. However, there was a minor issue in the current build that prevent the extra data to be passed correctly in certain scenarios, this has been clarified fixed in the nightly development build.

While we're at the navigation topic, could you provide more information about the authentication issue that you're encountering? This will allow us to quickly shot the issues to be included into our monthly hotfix release.

Thanks,
Jimmy
Hi Richard,

Thanks for your feedback.

Yes, we will support load and save layout settings in the next build.

Regards,
Jimmy
Hi,

We do have the documentation about ResourcesOverride, but in the each specific product instead.

For example, UXGridView fully implements ClientUI localization so it supports the ResourcesOverride feature. You can read more about the feature and learn the sample code from the UXGridView documentation. Try to scroll to the most bottom of the page and pay attention to the "Localizing UXGridView" section.

Hth,
Jimmy
Hi Balachander,

Thanks for pointing out about the WCF RIA article.

WCF RIA includes a very limited support for client-side caching, which we don't consider it as a full-featured client-side caching. Its implementation is very simple where the retrieved entities will be cached only in query-level session. This means that if you loaded the first page and have some changes, then go to the next page, the previous changes will be gone because they aren't persisted.

That kind of caching, for me, is not called client-side caching. It's just saving the retrieved entities temporarily for a single session operation which is not useful in advanced scenarios (because it invalidates the use of editing and changes tracking).

Contrary, DevForce implements client-side caching which means the changes you made on previous entities will not lose when you perform another server operation. This enables the batch update feature to be implemented, because it allows you to make changes on first page, jump to next page, do some more changes, and finally click the save button to submit all changes that you've made across the pages.

WCF RIA is good and maybe sufficient for basic and simple scenarios such as per-row editing. Our data controls fully support WCF RIA as well, so the choice between WCF RIA and DevForce lies in your scenarios and business requirements. If you're implementing mission-critical apps, I would suggest DevForce because you get first-class products and support. I recalled my poor experience submitting feedback and bug fixes to WCF RIA team and never get responded in years -- I think we cannot expect too much on a free software, can we?

Hth,
Jimmy
Posted: May 5, 2011 12:59 PM
Hello Jean,

We're just about to announce the UXScheduleView availability shortly. UXSchedulerView is a huge UX control with comprehensive MVVM and data access support, and we will require it to be publicly released in several technology previews to gather customer's feedback. However, it will continue to be part of ClientUI 5 as planned.

More details will be announced shortly, so stay tuned.

Best,
Jimmy
All times are GMT -5. The time now is 4:46 AM.
Previous Next