Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Tab Control issue

    Hi guys,  Thanks for ur replies  Looking forward from your replies I am trying out something of this sort: On TabControl_SelectionChanged event, I am checking for a particular flag which is assigned to check whether the value is true or false. I have a custom MessageBox which has a Yes and No button options. Once I click on ...
  • Tab Control issue

     Hi Friends,  Currently am working on an application wherein I am using a Tab control with individual user controls in individual tabs. The Tab Control is another User Control altogether and I am loading the individual child pages/user controls in the Tab control depending on which tab I choose. My current task is to display a message ...
  • Re: Dynamically pass / set init initialize parameter

     Hi Najjar1910, I have the following code in BLOCKED SCRIPT  function LoadedPage() {             var argsPage = document.location.search.substring(1).split("=")[0];             var argsPageName = ...
  • Re: Re: Adding Scrollbars if the Screen Resolution decreases.

     Hi Sledge70,  Thank you for your reply, but in the solution provided by you, the Silverlight Application screen still shows scrollbars even if the screen resolution of my PC is adjusted to fit the application page within viewable limits. If I decrease the resolution, I don't see the scrollbars i.e. the scrollbars get hidden ...
  • Adding Scrollbars if the Screen Resolution decreases.

     Hi guys,  I am currently working on an application where I need to add scrollbars(Horizontal and Vertical) to the Silverlight application. Currently, if  I decrease the screen resolution, the right half of the Silverlight application screen gets hidden. I have tried using the ...
  • Re: Re: Re: Hash table is not correct: Installation failed

    Please refer to the link below. Its really a cool guide for Silverlight installation issues :-)  http://blogs.msdn.com/amyd/archive/2009/03/19/silverlight-tools-installation-error-codes.aspx
  • Re: Silverlight Image Click Event Code

     Well my tag property returned null as I have mentioned in my post the 'imgItem' is a User Control with an Image embedded in the Canvas. Well I had to do a workaround for the same. I populated a Dictionary<string,string> object with the 'bookId' as Key and the 'UriSource' as the Value and then further on ...
  • Silverlight Image Click Event Code

    Hi I am working on a simple Silverlight Application to Display Images. Once this is done,  I want to display the details of the image by clicking on the Image. What I mean is the Image is actually an image of a book. So if I click on the Image, the details of the respective book should be displayed. So what I have done is created a Book ...
  • Re: Re: Re: Navigating/Paging the Images

     public ImageControl()         {             InitializeComponent();             this.Loaded += new RoutedEventHandler(ImageControl_Loaded);         } ...
  • Re: Re: Navigating/Paging the Images

     Hi varshavmane,  Yes thats the application I have tried :-) Have even got the application working. Now if my pagesize is 8 and I have 15 records coming from the database,  I will have to implement the paging feature, right ? So now if I have 'Next' and 'Prev' buttons for paging how are the events on clicking those ...
1 2 Next >
Microsoft Communities