Thanks for the info. Ive never seen the visifire.com controls.
Also worth a mention are is the component one suite: http://www.componentone.com/StudioSilverlight/Buy Miguel A. Madero Reyes <http://www.miguelmadero.com/> www.miguelmadero.com (blog) <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] (871)730-8319 (871)763-0020 Peten #509 Fracc Florida Blanca, 27260 Torreón, Coahuila P "Please reconsider your environmental responsibility before printing this e-mail" The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Stovell Sent: Tuesday, 21 October 2008 3:05 AM To: listserver@ozsilverlight.com Subject: Re: [OzSilverlight] Success or Failure of SL.? I haven't used any (WPF all the way baby!) yet, but Infragistics are working on some (still in planning). Telerik have also been advertising their range pretty heavily. And let's not forget the beautiful charts from Visifire: * http://www.infragistics.com/dotnet/netadvantage/silverlight.aspx * http://www.telerik.com/products/silverlight/overview.aspx * http://visifire.com/ What I can't wait to see is what kinds of controls people will want. Many of the third-party controls I have seen announced so far have been the "same old": ribbons, datagrids (oh please!), and assorted input controls. In future I suspect other kinds of controls will get higher demand: transitional frameworks, navigational frameworks, wizard frameworks, HTML interop frameworks, data visualization controls[1] and so on. The kind of ingredients used in immersive brochure/catalog websites, rather than DataGrid-driven LOB applications. Components you could use to build a site like this[2] in a few dozen lines of XAML :) There may even be a market for "animation/physics engines" much like there are "games engines" in the gaming industry. What third party components are people on here using? [1] - I love this site as a catalog of data visualizations: http://interface.fh-potsdam.de/infodesignpatterns/patterns.php [2] - http://www.madeinmtl.com/main.php?langval=2 On Tue, Oct 21, 2008 at 1:27 AM, Miguel Madero <[EMAIL PROTECTED]> wrote: Do you know of any good third party controls? Miguel A. Madero Reyes <http://www.miguelmadero.com/> www.miguelmadero.com (blog) <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] (871)730-8319 (871)763-0020 Peten #509 Fracc Florida Blanca, 27260 Torreón, Coahuila P "Please reconsider your environmental responsibility before printing this e-mail" The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Stovell Sent: Monday, 20 October 2008 9:38 PM To: listserver@ozsilverlight.com Subject: Re: [OzSilverlight] Success or Failure of SL.? An area of the Silverlight ecosystem that I think will be interesting to see is the third-party offerings. It will be interesting watching how many third party controls arrive for Silverlight, as well as what types of controls they are, and how the market reacts to them. I know that in the WPF space, we'd see a lot less WPF LOB applications if it weren't for the likes of Infragistics, Xceed, ActiPro and Syncfusion. As much as there are many concepts that carry between WPF and SL, many of the implementation details that control vendors rely on don't seem to cross over so easily, which makes it harder for third parties to build on top. Examples off the top of my head: custom markup extensions, template binding for attached (read: third party extension) properties and the lack of a logical tree (a lot harder to use binding with non-visual elements). Certainly there are vendors building on Silverlight, but their offerings seem tamer than their WPF counterparts, and I suspect that's a limitation imposed by some of the missing areas of extensibility above. But then again, will third party controls even be relevant for Silverlight applications? Is there a thriving market for third party Flash controls? On Fri, Oct 17, 2008 at 10:15 AM, Jordan Knight <[EMAIL PROTECTED]> wrote: Just on the success of SL in the RIA space... The hard sell is going to be to the designers... they are in many ways married to Adobe PS, but this doesn't they have to stay married to Flash/Flex. They key is, they don't have to stop using PS to do their designs - showing them how easy it is to go from PS / IL to Expression Design/Blend is the goal. Also, showing designers just how many great C# developers are out there to take away their ActionScript/Flex pain so they can concentrate on designs and not program implementation will help attract more designers. I'd put money on there being more C# developers out there than Action Script developers - and that on average the C# developer has more experience (i.e. they are *better* :)). We are starting a new user group called the Silverlight Designer and Developer Network in Melbourne (first meeting Nov 27th - a formal announcement coming soon) especially to help bridge this gap... My observation is that traditionally designers don't have a lot of SIG/community stuff they attend regularly - hopefully the SDDN can buck that trend. Each meeting will have content for designers and content for developers - including lots of content on bridging the gap between the two camps. Bringing designers and developers together regularly creating dialog is the first step to making Silverlight a great success. All sessions recorded and available for free on the site after the meet! As I said there will be a formal announcement very soon so stay posted. Jordan. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jordan Knight Sent: Friday, 17 October 2008 9:53 AM To: listserver@ozSilverlight.com Subject: RE: [OzSilverlight] Success or Failure of SL.? Lucky Silverlight has so many great tools to crank out XAML for you :) At the end of the day is there really any more work in style creation than with something like CSS? At the end of the day you aren't being forced to trawl though pages of XAML if you don't so desire :) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz Sent: Friday, 17 October 2008 12:13 AM To: listserver@ozSilverlight.com Subject: RE: [OzSilverlight] Success or Failure of SL.? Hi Stephen, I agree with your comments related to .NET expertise. But even though I do't know about Flex but I want to say that lot of XAML markup is generated when we are building out styles in App.xaml, and even Designing is also tough for developer point of view L Thanks & Regards, Muhammad Niaz Software Engineer Intagleo Systems Pvt Ltd. +92 321 569 4195 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Price Sent: Thursday, October 16, 2008 10:01 AM To: listserver@ozSilverlight.com Subject: Re: [OzSilverlight] Success or Failure of SL.? Hi Muhammad, I can't really comment on Flex but the little I've seen showed me that both technologies were/are moving in similar directions, which you'd expect as they have a similar problem to solve. I can say though, that learning XAML is not a waste given that WPF also uses it. Anything you can do in XAML can be done in code but usually there's fewer lines of XAML to do the same thing. I love working with Silverlight and if it's easy to use and nice to code then people are more likely to use it, meaning over time it will increase market share. I think the biggest thing going for Silverlight is you can use your .Net skills. There's 4 million+ .Net developers out there apparently so that's a lot of people who already know enough to pick it up run with it. cheers, Stephen On Thu, Oct 16, 2008 at 1:42 PM, Muhammad Niaz <[EMAIL PROTECTED]> wrote: Hi All, So SL released finally, I LOVE it but I have to lot code in XAML for Designing stylying etc. I want to say if we compare to other RIA Technologies like Flex etc. There features and related to developer point of view, are they easy to learn, develop, mean in minimum time we can do lot of work. For example?. And what are the core feature of SL which unique it and add value in it.? Thanks & Regards, Muhammad Niaz Software Engineer Intagleo Systems Pvt Ltd. +92 321 569 4195 ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com <http://mailenable.com/> - List managed by www.readify.net <http://www.readify.net/> ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: 15/10/2008 7:29 AM ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.173 / Virus Database: 270.8.0/1721 - Release Date: 16/10/2008 7:12 PM ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net