19 Mar 2008

Links from Today's Silverlight 2 for Business Applications Webcast

           

I'll post a link to the recording once I have that. In the mean time, here are some of the links mentioned in today's Silverlight 2 for Business Applications webcast:

Also, please poke around my blog. You'll find a number of recent Silverlight 2-related informational and tutorial posts.

Share |
posted by Pete Brown on Wednesday, March 19, 2008
filed under:            

5 comments for “Links from Today's Silverlight 2 for Business Applications Webcast”

  1. M Waltonsays:
    I noticed on the Controls Demo page the DatePicker calendar is still visible after I click on another link.
  2. Eugensays:
    Hi
    During the meeting you mentioned that having the controls already supplied with Sl2b1 is very easy to create a ComboBox. Could you pls make a post about this?
    I tried to follow the source code from MS DataPicker and replaced the Calendar with a ListBox, everyting works fine, except that I can't remove the selection in the listbox. such a code won't work
    private void ListBox_OnMouseLeftButtonUp(object sender, MouseButtonEventArgs e)
    {
    _listBox.SelectedIndex = -1;
    _listBox.ReleaseMouseCapture();
    IsDropDownOpen = false;
    }
    Any ideas are welcome.
    Thx
  3. Sam Covingtonsays:
    Hi Pete,

    First let me say this is one AWESOME demo. It shows off a very distinct design flair.

    I downloaded the source code, and it looks like it's SilverLight 1.1, not SilverLight 2.0.

    Is this the correct code? By the way, the demo link works perfectly, so I know it's a 2.0 app.

    Thanks, my email address is samcov@iVortex.com.
  4. Pete Brownsays:
    Hi Sam

    I jus double-checked the zip file and it is Silverlight 2 source code (the xap in ClientBin gives it away)

    Pete
  5. Pete Brownsays:
    Hi Eugen

    I will post about the drop-down/combobox soon. I'm not sure about your specific question, so I'll need to look into it.

    Pete

Comment on this Post

Remember me

4 trackbacks for “Links from Today's Silverlight 2 for Business Applications Webcast”

  1. Community Blogssays:
    Tim Heuer revisits SL2 and WS, Jesse Liberty discussing how to get SL assistance, Bill Reiss on the DispatcherTimer
  2. Community Blogssays:
    Tim Heuer revisits SL2 and WS, Jesse Liberty discussing how to get SL assistance, Bill Reiss on the DispatcherTimer
  3. Christopher Steensays:
    Link Listing - March 20, 2008
  4. Christopher Steensays:
    ASP.NET ASP.NET Basics: Foundation of ASP.NET [Via: mikedopp ] Miscellaneous DotNetNuke 4.8.2 Released!...