Advanced Forum Search Results
-
Apply something like this to your object (secondNeedle): RenderTransformOrigin="0.5,1"
And use something like:
<Storyboard x:Name="Timeline1">
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="secondNeedle" ...
-
now that i've got a bit of spare time...
in case it was of use/interest to anyone... i've updated that post i refrenced above and worked out all the previous issues.
i've seen a lot more of this on the web since the final release.
-
update: updated! here
law~
-
it's not needed but if you're hacking together a large amount of jscript, intellisense is priceless. i'm amazed it's not been built into the IDE before now.
-
There seems to be quite a few posts about implementing a scrollbox for silverlight 1.0 that goes beyond just a click-and-shove type movement.
I've put a *basic* example on the web here and a quick listing of the code here: http://blog.errorOperator.com
Hopefully sometime in the coming week i'll put a more detailed explaination of what i ...
-
My main quibble about how it runs in FF is that my function to resize the plugin and perform the scale transform on my canvas doesn't always run on load. I believe that to be because of this: http://developer.mozilla.org/en/docs/Using_Firefox_1.5_caching It's something i'm going to look into when i have a chance. The obvious point ...
-
Well... i think i worked it out!
I've created a working example of:
1. Getting the plug-in 100% Browser Width and Height
2. Stretching my xaml content to fill the available plug-in space
3. Retaining height/width ratio and centering the xaml content in the plug-in
4. Setting a minimum and maximum size for the plug-in to change to.
I've ...
-
I've created a working example of:
1. Getting the plug-in 100% Browser Width and Height
2. Stretching my xaml content to fill the available plug-in space
3. Retaining height/width ratio and centering the xaml content in the plug-in
4. Setting a minimum and maximum size for the plug-in to change to.
I've rushed it but i'll return to ...
-
I've managed to get this functionality, compatable with RC1.0. I'm just ironing out a few issues (such as plugin not resizing to fill browser in firefox onload because of some crazy caching issue firefox has. need to implement a onpageload() method) Everything works fine in IE though.
Once i've got everythng working propperly i'll ...
-
I encountered this error due to a case issue. My xaml contained a reference to a .jpg file, but on the server (it didn't seem to matter on local machine) the files were .JPG
Renaming these to .jpg from .JPG extenstions seemed to stop this error.