Advanced Forum Search Results
-
I would like support for webservice-validation support..
eg: before committing the change of a property, call a webservice to validate the object.. (eg countryname in table countries)
-
[quote user="NadineNDS"]
Perhaps a simpler way is to set the property HasCloseButton of the ChildWindow on False :)
[/quote]
Of course, but the beta didn't have this property ;)
-
I was wondering what the SL team had to say about this issue....
-
The problem is that each Add() triggers the CollectionChanged..which could start a hefty calculation of some sort..
The AddRange() only triggers CollectionChanged once...
-
Thanks, great work!
-
I'll wait for your MS-PL licensed version then ksleung.. ;)
-
I'm hitting this problem this week also, and it is very unfortunate..
This 'workaround' is in my opinion a dirty hack ;) so I hope the SL team is able to fix it in the final SL 3... (which will be very very final if the july 10th release date still stands..)
-
You can write a converter to do this...
I created an example, using the parameter as an offset..
Just connect the converter to the binding and you are done.. /// <summary>A type converter for relative positions</summary>
public sealed class OffsetConvertor: IValueConverter
{
public object Convert(object ...
-
We see this also..
On recompile when running/debugging in IIS, IE flushes its caches.. (or didn't store on cache??)
Firefox needs a manual refresh of the cache..
-
then it is Vista once more ;)