Advanced Forum Search Results
-
Thanks for the idea. Tried that, but no luck - the example project I provided still has the problem....
Jeff
-
Looks like the problem is present in Silverlight 3 as well.
-
Any word on this yet, Jonathan? I posted a simple example as you requested.
We have an app going live in a couple of days that has this bug in it. Would love to hear how to fix/work around the problem.
Jeff
-
Bump. Still hoping for a resolution.
Jonathan - are you able to repeat the problem with the sample file I included?
Jeff
-
OK, I have a test project built, and can confirm that it is indeed Windowless mode in Firefox causing the issue.
If you'd like to see the problem demonstrated, here's a link. This will open a simple page - there is a small link at the top left-hand corner, beneath which is an iframe that points to Silverlight.net. Open the following link ...
-
We are also able to reproduce this problem, though I am not sure if it's related to Windowless mode or absolute/fixed positioning of an app that is supposed to fill the browser.
Our app is 100% width and height, and overlays a long page with a scrollbar. This works great in IE, but in Firefox, the Silverlight app ends at the bottom of the ...
-
The easing splines are new to Silverlight 3 and not supported in Silverlight 2, so they need to be removed from the Visual States in order to get the code snippet above working. Here's an updated version that should get you going (keep in mind you'll probably need to change the x:Class for your app):
<UserControl ...
-
Hi CJ -
Sorry I didn't see this earlier - the example in the book was intended to fill the carousel with generic objects so that it focuses more on the carousel and less on the content. You got a working version, so I wouldn't hassle over it, but you could also have edited the carouselItem object and added an image object to ...
-
Hi -
I changed the contents of the crossdomain.xml file to the following, as per another thread in the forum:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-http-request-headers-from ...
-
Wanted to post this and see if anybody had any insight. In beta 1, the app was able to grab a feed from Twemes.com and display it, with beta 2, it no longer appears to get the data. The app is up at www.toysfortweets.com/teched08.
The code that grabbed the RSS before looked like this:
HttpWebRequest request = ...