Advanced Forum Search Results
-
Done and working.
Thank you for your precious help.
Pierre
-
Hello Amyo,I've tried everyhting you said. Looks like no error is generated...BUT...nothing seems to happen.
By the way, I'm using VB. Here is a sample of my code. If you could spot anything wrong, it would be very appreciated. The XAML file contains a buffering Canvas element called BufferingArea. ...
-
Thank You.
You saved me tons of hours.
Pierre
-
Thank you. This works perfectly.
Now, I have the opposite question also. How can multiple classes target elements from a single XAML?
Let's say I have a XAML with a button, which, with your explanation call a method inside another class. This is working. Then, inside this method, I want to target a XAML element ...
-
Hello All,
I built a recent application for Silverlight 2.0 and everything works great. For the moment, all I have is one XAML file and a big fat code behind file.
But, for multiple reasons, now I need to extract some methods and create classes with them. Everything is going smoothly...until I need some buttons or other elements ...
-
You're right.
I was just wondering if it would be possible to call directly a marker inside a video. Like we can do with ASX files and Windows Media.
Thank you.
-
Hello all,
What would be the simpliest way to directly target a maker inside a video in the mediaelement?
I have no problems to trigger events when a marker is reached...but I would like to do the opposite. Present the user an Index of People which each button would call a specific marker inside the video.
Thank you for your ...
-
Still stucked here.
Anyone has an idea?
Thank you.
-
Thank you Richard,
Yes I made it seriazeable. I guess the problem resides either in my service or the reference to it. I can't get it to spit anything...but really don't know why!
The Linq query seems fine, the table is very simple and the dbml seems fine also.
I'm quite frankly lost for the moment. I followed the Jessy ...
-
I'm kind of a newbie trying to do a simple SQL, Linq, WebService to a Silverlight DataGrid (With VB.NET not C#...sorry, need it in vb). Everything seems to compile perfectly, SVC web service seems to work perfectly, Silverlight App loads normally in browser, but no data is displayed in the DataGrid. I tried many work arounds, ...