Advanced Forum Search Results
-
Found answer on another post. Download from here: http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=en
Make sure the RiaServices.msi is about 5.8MB (the one that is 4MB is the older version).
-
Have tried downloading and running and just running directly from the web and still get error that the Microsoft Silverlight 3 Beta SDK is missing. The download link that I am using for RIA Services is dated 07/09. Why does it still look for Beta SDK of SL3? I have RTW of SL3 SDK installed.
-
Saw the same issue as WzBn and changing that source to application.xap did fix it. Obviously, that's not really an option for production. Is this a bug in SL3 Beta?
-
Thanks everyone for your responses. I gave up trying to make it work with the standard DatePicker.
I have taken the source and used it as a guide to create a custom DatePicker that actually uses the DisplayDateStart and DisplayDateEnd properties to enforce the user's text input. It also adds a DisableWeekends property ...
-
Thanks everyone for your responses. I gave up trying to make it work with the standard DatePicker.
I have taken the source and used it as a guide to create a custom DatePicker that actually uses the DisplayDateStart and DisplayDateEnd properties to enforce the user's text input. It also adds a DisableWeekends property ...
-
Thanks everyone for your responses. I gave up trying to make it work with the standard DatePicker.
I have taken the source and used it as a guide to create a custom DatePicker that actually uses the DisplayDateStart and DisplayDateEnd properties to enforce the user's text input. It also adds a DisableWeekends property ...
-
I've seen this forum post regarding manual entry: http://silverlight.net/forums/p/20135/69929.aspx
This is basically the same problem I am having. I need a way to enforce the DisplayDateStart and DisplayDateEnd when the user manually enters the date. I understand the response in that post about these properties being Display ...
-
I have blogged about how to initialize Silverlight Animations (including those in a VSM) here:
http://www.r2musings.com/2009/01/04/InitializingTheFROMValueOfASilverlight2Animation.aspx
-
OK, after a dive in Reflector I *think* that I see where the FROM value is all but ignored inside VSM and given that your solution sounded a like a perfect one.
So, now I set the Left Property of theCircle and it works ONCE. Strange....animation happens on first click and all subsequent clicks just place theCircle at the left position ...
-
Thanks, Shawn.
I knew that Styles only get applied once, but I don't understand how using the VSM is equivalent to using a Style. Can you explain?