Advanced Forum Search Results
-
This will probably be a fairly esoteric issue, but its a problem nonetheless.
I have several columns that are data bound to struct datatypes - namely Csla.SmartDate types. I have not explicitly set the IsReadOnly property on the SmartDate columns since in SL2 these defaulted to false as expected.
However in SL3, I have found that these ...
-
I have the same issue as reported - my application supports English and Chinese.
My Silverlight application is for intranet use, so really size of the xap is the least of my worries.
Adding code to stream in the satellite assemblies on-demand is extra coding and maintenance that I would prefer to do without.
Has this issue been fixed in SL 3?
-
The December release fixed a lot of issues I was having, but there is still a persistant problem with having the DataGrid appear within a Popup.
What I am finding is that the moment the Popup appears away from the top left corner (0 x, 0 y), the column resize functionality overrides the column sort and reorder functionality. Basically you ...
-
Another bump to this thread. The error and stack trace reported above is a regular issue now and I have not figured out how to fix it.
Really need some feedback from a MS respresentative on this!
-
Hi,
Just wondering whether any Microsoft staff can give me some feedback regarding the error stack trace I reported above?
This error occurs regularly and has a very bad impression on the users.
-
Yi-Lun, thanks that fixed my problem with the clicks not registering properly .
I would thought that a button's default ClickMode would be Press though?
I still have the issue with the error:
Value does not fall within the expected range.
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
...
-
Update to this - this is no longer a bug for me.
I found the updated documentation for RC0 (through VS Help) and managed to dig up the new TabControl ControlTemplate (which has changed dramatically from Beta 2).
I then discovered on close inspection of the new TabControl ControlTemplate that one can now set the margins on the ...
-
I posted this in the General programming section since I thought I might be doing something wrong, but I'm now convinced this is a bug:
I have a DataTemplate that I have been applying to my TabItems' HeaderTemplate:
<DataTemplate ...
-
In my application I have a Style that I created to remove the annoying margins that the default TabControl puts on its content panel.
In SL 2 Beta 2, this Style worked perfectly.
Now in RC0, it doesn't - I don't get any errors, but nothing shows in the TabControl, not even the TabItem tabs.
Interestingly, the Style I have applied ...
-
To be honest I would have been much happier if MS had only shipped bug fixes in RC0 instead of so many breaking changes between Beta 2 and RC0.
As far as my application goes, RC0 has introduced so many new, undocumented bugs that conversion is a nightmare.
It would seem that people using custom styles, VSM, templates, DependencyProperties ...