Advanced Forum Search Results
-
Hello All;
I have made a Silverlight project and there is one XAP for this project.
To make my project faster I want that this one single XAP can be split in to multiple XAP. So that I can show the or download the perticular XAP when it is required to show.
Is there anyway or Idea so that I can achieve it.
Thanks in ...
-
Hello;
For the scrool Viewer you can use the Stack panel to show How much scrool u want in the scrool viewer.
If u made the more height of Stack panel; the scroll viewer shows scroll more.
Hope this will help you...
-
Hello,
You can use the Canpause property for that....
Hope this will help you!!!!
-
Hey..Welcome to Silverlight World !!!!!
-
Hello If you want to remove the object then
"LayoutRoot.Children.Remove" will help you to remov ethe object completly. You not ahve to go for opacity or visibility etc. This will remove the object whenvever you call this line.
Page.xaml<Grid x:Name="LayoutRoot" Background="White">
<TextBlock ...
-
Hello SkyGirl;
Suppose you have two xamls Page.xaml and page1.xaml and u want to open the Page1.xaml in the Page.Xaml then do one thing just include the Page1.Xaml in the Page.Xaml and You can visible or collspe it according to ur nedd and it will look like that you are showing one Xaml in another Xaml.
Code:
page.xaml :
in userconrol add this ...
-
Hello,
Will you please tell me, your problem in little bit more detail.
After making the changes in the xaml you have to just rebuild the project and u will get the cahnges in the web site.
Hope this will help you and plz give some more information abt your problem.
-
Hello,
Your project is working fine and the animation fade-in that you have putted is working fine.
The reson why its not showing is that : the startup page takes some time to display the page and in the mean while the storyborad starts and its not too long that it will continue.
Once ur page got loaded then you refresh the page then u ...
-
Hello Vicky;
If u assign the source to the mediapalyer through the Blend (the local file) it will not play and give the media error untill you put the media file in the client bin folder. Even though if u put that anywhere else it wil not work file.
or if u put in another folder you have to give the proper path of media file in the source. Thi ...
-
Hello Simon;
I have already faced the same problem in TFS. Actually the problem is nat if two users are working on the project having the services then if someone update the services the services were already checked out by another person so it will promt an error.
so the solution to this is :
1) Remove the services istance from the TFS.
2) If ...