Advanced Forum Search Results
-
Thats the reason i'm posting ....
I've done all that and the debugger complains it aint installed, despite the fact it clearly is ...
-
Here's the error so there's no confusion around me trying to describe it.
-
Hey guys,
yet again another promising release or silverlight, but yet again I install it and vs2010 to find more issues than solutions.
Well ... I can't really complain too much, it is a beta, but my issue seems to be somthing that should have been simple back in version 1.
So here's my problem :
I run my silverlight app and it ...
-
I think my petition has been answered.
It looks like some of the basis for my gripes are in the beta for SL4.
I thought I'd post on here and thank the SL team for their hard works and for hearing the cries of me and others in the community.
I look forward to my next uplifting request being fulfilled :)
THANK YOU SILVERLIGHT DEV ...
-
Ding !!!!
Lightbulb moment ... All i needed was to add an event to my server object and handle it in the usercontrol.
Simple but effective and saved on lots of mega complex threading code.
I feel so stupid now, why did i not see this from the start !
Oh well i'm just happy it works :)
Thanks all.
-
Dang, I thought this might be the case but figured that silverlight wouldn't be that dumb, I was wrong !!!
More multithreading I can do without !!!!
Gah !!
Thanks jackbond, I now have an idea what i need to do it's just not going be a nice fluffy pretty solution (i guess i should be used to that by now)
-
Uh .. yeh ... thanks for the input but i think i got the explanation of my problem wrong or something.
My problem isn't the ui but the actual processing / continuation of the app.
for example :
in the constructor I would do something like this ...
my.WCFService api = new my.WCFService(binding, ...
-
Hey guys,
I'm in a bit of a fix and thought you might know how this works ...
I have a custom object that I grab an instance of and the constructor makes several "Async" service calls.
My app code requires the object populated when I do this :
ServerObject so = new ServerObject();
... Here I would use the object to do ...
-
I agree ... Why should microsoft have silverlight support flash or java .... there's no need for it.
The sl infrastructure already in place means a javascript call can handle communications in to those type of components on the page, and xslt, again a valid point its already there but also most silverlight apps are bound to a server ...
-
Ok there's a lot of posts above, I've read a lot but not all so I apologise if anything here is repeated but here goes ....
1. Make Silverlight handle drag and drop with in its area of the screen properly, here's a scenario for you :
In Java I can take any object and mark it as a drop target (I can do this in SL3 yes but ...) when I ...