Advanced Forum Search Results
-
Yea it worked :) Maybe I did something wrong in my debugging the 1st time.
Is this the "good" way to do it?
Does this scale well? I guess it should since the impact on the db is minimal..
-
Hi
I have a silverlight game application where you can get points, and if you get enought of them you will get on a top 100 list.
Now when the user in my silverlight game clicks Top100 scores a call is made to a service which queries a mysql db for the top100 results. Now this works perfect.
When a user gets a new top score this is posted to ...
-
The problem was that I didnt run my silverlight app in a web contect.
When I added a silverlight.web project and started the xap from there it worked
-
I have created a service in silverlight and add it as follows
Right click refrences and select Add Service Reference.
I select my wcf service http://localhost/MyService/Service1.svc and add it.
Now!! If I call the service in silverlight as followingService1Client uploadClient = new Service1Client();
uploadClient.GetDataCompleted +=new ...
-
Is it possible to host the xap file at skydrive? I tried this but it didnt work, but maybe I missed someting
-
Hello
Here is a version of this that shows you how it can be done. I added comments as well :)
If you improve it or fix something let me now :)
PS: This is just a proof of concept for me so there are many improvements that could be done to ...
-
Ive read around a bit but Im still unsure why you use the thread on the adding of buttons and not the animation?
And would this approace work if instaed of adding 400 buttons did only one big operation? (so you could not have the Thread.Sleep(100). Could this still be solved?
-
Hi
Well this helped alot. I just need to transfer it to my project. Could you please explain what you have done. Is there differences using the dispatcher vs backgroundworker?
-
I have created a ticker that works as it should. But I have a problem with other GUI processes beeing done on the page. These processes make my animation flicker.
Below Im posting some code thats not the code Im use but it illustrates my problem.
When you start the application you can press a button that generates 200 buttons within a canvas. ...
-
Does anyone know where I can host my silverlight applications for free?