Advanced Forum Search Results
-
The height isn't necessarily the problem for me. I am hardcoding the height. The problem is that the WIDTH of the Silverlight control can NOT take up the width of the Webpart. Even if I HARDCODE the width to say 250 for the Silverlight control and 250 for the Web Part, the Silverlight Control gets Cut off. If I set the ...
-
Nope, I even sent an email to Steve Fox(Microsoft) who helped write the book on Silverlight and Sharepoint working together. I am still having the problem as well. Ugh. Users are getting a little disappointed. Wish I could find a fix for this. If you find one, let me know please? I will do the same for ...
-
Did you ever find an appropriate answer for this? I have seen the same problem and I'm having difficulty finding an answer for it.
Thanks
-
Does it have to be wrapped around the control? Can I set a property IN the control?
thanks
-
I am trying to capture the mousewheel event and scroll because I guess it's still not supported natively yet? I've seen a few different articles from people possibly posting a solution, but I haven't gotten any of them to work yet. The one that made the most sense or seemed the closest involved the ...
-
I am close on this one, but can't get home(Silverlight 3 application)...I am trying to create a Rectangle with a Dashed border around it, then a Grid inside of that. In that grid, in the first row, I would like an Image. In the second row, I am trying to put a Textblock in. When they render on the screen, the text is on top ...
-
I was able to debug to check the filenames. They look correct. More Info: I copied the images up to an existing website, hard coded the URL for the first part of the URL so the only thing that changes is filename. The images load just fine. I think it has to do something with relative path or debug mode, but I'm ...
-
I am trying to loop through a collection of obects, then for each object show an image, preferably a button with a background image, and then I want to put text over the top of it.
For now, I can't even get the Image to show. In my Silverlight 3 Project, I added a folder called "Images" and placed the images in ...
-
When I was using SL2, I was using a Web Part that loaded the Silverlight dll to load the Silverlight control. I was told with SL3, that the dll was going away. That's why I tried the web content editor webpart. Then someone told me I could still use the Silverlight dll to load SL3 controls. I am doing that now, setting ...
-
I have upgraded my Silverlight 2 projects to Silverlight 3 and I am trying to run them in MOSS 2007. I had to get rid of my Silverlight Webpart which loaded them using the Silverlight DLL and now I use the Content Editor Web Part with an Object tag to load the controls.
The Controls load, but they don't display/render until I ...