Advanced Forum Search Results
-
Use local messaging similar to this:
http://forums.silverlight.net/forums/p/143251/320065.aspx#320065
-
[quote user="msalsbery"]And here it was all this time[/quote]
Back a few versions ago I downloaded a toolkit help file. So maybe they just started installing it.
Anyway, it's nice to have it automatically installed.
-
Thanks for your effort.
-
Oh, I found it.
You download the Toolkit and it puts it in the start menu.
Sorry.
-
Does anyone know where the toolkit offline help files are to download?
I can't find them anywhere. The online examples are very slow over a wireless connection.
-
I'm sorry #3 is restart the storyboard. Keep doing this until your done.
-
I don't know the answer to this (someone else might reply) but maybe you could try sort of inverting this:
1) Create a storyboard that gets called every N milliseconds. 2) When it completes then increment X and set TimeLineTranslateTransform.X yourself, you'll also have X for your clipping work.
-
Can you show the code the defines the hyperlink and the code that makes it invisible?
-
[quote user="Mike7768abc"] <ScrollViewer Grid.Column="0">
<StackPanel x:Name="spThumbnails" Grid.Column="0" />
</ScrollViewer>
[/quote]
Just wondering. In several places you have one ...
-
Just a wild shot - can you send a local message to whoever has access to FrameName?
LocalMessageSender localMessageSender = new LocalMessageSender ( "FrameListener" );
localMessageSender .SendAsync ( "NavigateTo,Page.xaml");
LocalMessageReceiver LMR = new LocalMessageReceiver ( ...