Advanced Forum Search Results
-
You can grab the latest build from here. Just tested it and it's working fine.
http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/
-
It's been fixed already. You can grab the latest build from here. Just tested it and it's working fine.
http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/
On market share, on my site Chrome is already up at over 20% and most firefox users seem to have disappeared.
-
1. The first and second URLs are using the same image. So if they're different then it's post resizing.
2. Silverlight is not resizing.
3. Looks like you hit the nail on the head here! Thanks. Resizing the web page moves the image, and in some positions it looks correct.
4. I'm not that stupid! ;-)
-
No, there's no scaling on the pictures. They are as they are.
I should also add that the second URL is the URL that the picture viewer is using. It can request the pics in what ever size it wants.
-
Sorry, posted that using Chrome and it's not formatted quite right!
Repost:
Is it just me, or are photos that are displayed by Silverlight always slightly soft? Look at photots here:
http://www.mindtheelephant.com/testapp/photoviewertestpage.aspx
And changed the file name in the link below to whatever photo you're looking ...
-
Is it just me, or are photos that are displayed by Silverlight always slightly soft?
Look at photots here:
http://www.mindtheelephant.com/testapp/photoviewertestpage.aspx
And changed the file name in the link below to whatever photo you're looking ...
-
Just realised I was following a 1.0 example when setting everything up rather than the 1.1, therefore I wasn't calling the code in the silverlight.js file. All sorted now, thanks for your help.
-
Thanks for the response. I think it's something along those lines, and I thought it might be related to the silverlist.js file. What I don't understand is that the website I've published has no .js files at all. It's using a silverlight application I wrote, the application itself has the .js file and this is the 1.1 ...
-
I've created a 1.1 application and set up hosting, got is all working perfectly (eventually) as long as 1.1 is installed on the client machine. If it isn't installed however it recognises that Silverlight needs to be downloaded but goes to the 1.0 version. On installing this when you return to the page it thinks it's on the correct ...
-
Just an update for anyone else stuck on this with Silverlight controls. The key down event can be set up with the code mentioned above, but it has to be after the parent has been assigned. Therefore setting up the keydown event in the constructor will not work.
Set up a Loaded event in the constructor, then use that the set up the keydown ...