Results 1 to 7 of 7

Thread: Silverlight 4 RC with Blend 4 Beta

  1. #1
    Join Date
    Mar 2010
    Posts
    62

    Silverlight 4 RC with Blend 4 Beta

    Recently I have started to learn to use Blend, but the problem is that I am getting some unexpected results if am using Silverlight 4 RC with Blend 4 Beta. Whenever I am trying to compose the prototype in the sketchflow controls then it stops working any time, and if want to get them back I have to remove them and replace them again. Not only that, data binding to the StaticResouce is also not working. Is there any compatibility issues with the Blend 4 and the silverlight4.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Silverlight 4 RC with Blend 4 Beta

    I think I am also having same problem, some of the visual element of the different states are overlapping each other and even if they are not visible then also there interfering with some of the controls. If I am trying to do this thing explicitly then the controls collapsed at that time when I do not want them to. I do not know whether it is a bug or it is happening because of any compatibility issues. The only thing I want to know is the solution for this problem.

  3. #3
    Join Date
    May 2008
    Posts
    3,316

    Re: Silverlight 4 RC with Blend 4 Beta

    The only solution I can provide you is that run thing as administrator. Actually I was also getting similar type of issues when I was not running as administrator. Then I have switched as an administrator and after that I have not faced any such error while using this combination. If anyone of you is getting this kind of error then I will suggest you to do the same thing that I am doing for the perfect working of these application software.

  4. #4
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Silverlight 4 RC with Blend 4 Beta

    The most impatient of you may have already tested the beta of Blend 4. Among the novelties, the most is probably the PathListBox, which aligns the elements defined graphically on a Path. If you've dug, you can be considered the "lower layers" of the thing:
    1. Our class and PathListBox PathListBoxItem
    2. A PathLayout ...
    3. Who expects to contain elements that implement IPathLayoutItem .. PathListBoxItem obviously responds to this contract.

  5. #5
    Join Date
    May 2008
    Posts
    4,570

    Re: Silverlight 4 RC with Blend 4 Beta

    The approach (and the interface IPathLayoutItem) does not put "anything" in a PathLayout. It is rather unfortunate, especially since a dual approach, either by interface or by setting properties attached read-only (they used to have AC !!!), offered much more flexibility. I've put the issue on the official forum of Blend. The complexity of PathLayout make a "generic", this class is hidden in the Blend final four.

  6. #6
    Join Date
    May 2008
    Posts
    4,345

    Re: Silverlight 4 RC with Blend 4 Beta

    It would be impossible to use this layout in our ItemsControl (ListBox type multitouch or menu, or anything else.), unless a redevelopment. Fortunately, a little trick allows, at least temporarily, overcoming this problem: Thus, for example, a MenuItem that has a sort of PathLayout, simply follow like this: Edit template, in the template, put a PathListBox and configure it as you wish. Binder simply PathListBox.ItemsSource your Items in your menu, with the (Binding Items, RelativeSource = ()) RelativeSource TemplateParent that's it.

  7. #7
    Join Date
    Feb 2010
    Posts
    537

    Re: Silverlight 4 RC with Blend 4 Beta

    In addition to WPF, WCF and xps, will thus become the Xaml at the heart of the new Workflow Foundation. All of its layers will be based on a common motor (except BAML initially, which can pose questions directly on the HMI in performed Blend and included in the assembly) and XamlReader XamlWriter become made abstract classes, it is possible to specialize according to serialize objects / deserialization. It solves the limitations of "old" XamlWriter WPF, though unable, for example, to serialize a MarkupExtension.

Similar Threads

  1. Replies: 3
    Last Post: 17-04-2011, 04:55 PM
  2. Microsoft Silverlight 5 Beta Download Available
    By Amil in forum Web News & Trends
    Replies: 2
    Last Post: 15-04-2011, 05:58 AM
  3. How to do Printing in Silverlight Beta 4
    By Tweaker in forum Tips & Tweaks
    Replies: 3
    Last Post: 27-09-2010, 10:40 PM
  4. Replies: 2
    Last Post: 07-08-2010, 06:05 AM
  5. Uninstalling Silverlight 4 Beta on OSX
    By Fausty in forum Windows Software
    Replies: 3
    Last Post: 05-08-2010, 05:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,556,806.36355 seconds with 17 queries