Re: [OzSilverlight] SL Related Multiple Canvases

2008-11-22 Thread Jonathan Parker
http://channel9.msdn.com/forums/TechOff/432768-WPF--set-height-to-auto-at-runtime/ On Sat, Nov 22, 2008 at 8:21 PM, Muhammad Niaz [EMAIL PROTECTED]wrote: Hi all, I am working on SL App which is based on Canvas controls mean: Master page type( default page )which is

Re: [OzSilverlight] SL, WCF App on Vista

2008-11-19 Thread Jonathan Parker
Are you testing WCF on Vista or Silverlight on Vista? Or both? Is it the client side that is not working or the server side? On Thu, Nov 20, 2008 at 4:52 PM, Muhammad Niaz [EMAIL PROTECTED]wrote: No, its not accessed there on the ( same )machine. Thanks Regards, Muhammad Niaz Software

RE: [OzSilverlight] How to deploy SL App

2008-10-22 Thread Jonathan Parker
() { base.ApplyConfiguration(); } } Then put: Factory=CustomHostFactory In your .svc file. See here for more: http://www.devx.com/RIA/Article/38117/0/page/4 HTH. Jonathan Parker (MCTS - Web Applications) Mobile: 0419 969 241 Email: [EMAIL PROTECTED] Blog

RE: [OzSilverlight] Vista sidebar gadgets

2008-08-24 Thread Jonathan Parker
This guy has: http://blog.benhall.me.uk/2007/05/vista-sidebar-gadget-using-silverlight.htm l Though when I installed his gadget I found that it showed the same download SL button which took me to a link to install SL 1. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [OzSilverlight] Silverlight 2 and Sharepoint Web Services

2008-08-18 Thread Jonathan Parker
Looks like it's possible. http://silverlight.net/forums/t/11964.aspx : There were a few known issues with interop with asmx-based web services, including sharepoint, in Beta 1. This will be fixed for Silverlight 2. The fix will be available with the next preview release of the VS tools for

RE: [OzSilverlight] Text property vs Content

2008-06-28 Thread Jonathan Parker
I fixed this by using XamlReader.Load to create a StackPanel at runtime. Something like this: XamlReader.Load(@StackPanel xmlns=http://schemas.microsoft.com/client/2007; xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml; TextBlock TextWrapping=Wrap +

RE: [OzSilverlight] ActualWidth

2008-05-15 Thread Jonathan Parker
My advice would be if you can't get it working with WPF then you'll not get very far with SL. Also, WPF Unleashed warns about using ActualHeight and ActualWidth as they are updated every time the layout process runs which is asynchronous. Don't know if this has anything to do with what goes

RE: [OzSilverlight] Basic Http Authentication on Cross Domain SOAP service calls in Silverlight 2

2008-05-13 Thread Jonathan Parker
I think BasicHttpSecurityMode.TransportCredentialOnly is what you need. Try puting this inside the binding element of your client config file security mode=TransportCredentialOnly / From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Follesø Sent: Monday, 12 May

RE: [OzSilverlight] Simple Feed Reader - anyone have a couple of minutes to do a quick test for me?

2008-04-11 Thread Jonathan Parker
Performance is fine for me. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of .net noobie Sent: Friday, 11 April 2008 9:22 PM To: listserver@ozsilverlight.com Subject: Re: [OzSilverlight] Simple Feed Reader - anyone have a couple of minutes to do a quick test for me? yes

RE: [OzSilverlight] RE: Silverlight vNext feature request

2008-04-11 Thread Jonathan Parker
One way to get around this (which goes in line with the whole wpf data binding philosophy) is to great a class that implements INotifyPropertyChanged and which has a property of type ObservableCollectionT and then just call the PropertyChangedEventHandler event of INotifyPropertyChanged whenever

RE: [OzSilverlight] Online Silverlight IDE

2008-04-11 Thread Jonathan Parker
@ozsilverlight.com Subject: Re: [OzSilverlight] Online Silverlight IDE Yeah cool idea. You need to add a vertical scrollbar to the textbox (when needed.) cheers, Stephen On Fri, Apr 11, 2008 at 12:18 AM, Jonathan Parker [EMAIL PROTECTED] wrote: As there currently isn't any Silverilght Pad (the equivalent

[OzSilverlight] Online Silverlight IDE

2008-04-10 Thread Jonathan Parker
As there currently isn't any Silverilght Pad (the equivalent of LINQ Pad or XAML Pad) I thought it would be good to have a little editor to play around with. So here it is: http://www.jonathanparker.com.au/Demos/Slide/Slide.html I guess you could run this in an IE control inside a

RE: [OzSilverlight] [OZ Silverlight] - Silverlight app running in Opera

2008-04-08 Thread Jonathan Parker
The Silverlight 2.0 Developer Reference poster shows support for: Browsers: IE 6, 7, 8 Firefox 1.5, 2.0, 3.0 Safari 2.0, 3.0 And platforms: OSX Tiger, OSX Leopard Vista, XP, 2003, 2000 None of the above have the orange new tag which indicates new functionality in 2.0 Beta

RE: OT: Silky vs Microsoft was RE: [OzSilverlight] Silverlight 3.0 wishlist, now's your chance.

2008-04-03 Thread Jonathan Parker
, Jonathan Parker [EMAIL PROTECTED] wrote: My list: 1. Better clipboard support. I don't get why you can't just copy/paste to/from the clipboard in SL when this is allowed with HTML/Javascript. I would expect that SL would have a superset of the features of HTML and not be more limited in security

RE: OT: Silky vs Microsoft was RE: [OzSilverlight] Silverlight 3.0 wishlist, now's your chance.

2008-04-02 Thread Jonathan Parker
My list: 1. Better clipboard support. I don't get why you can't just copy/paste to/from the clipboard in SL when this is allowed with HTML/Javascript. I would expect that SL would have a superset of the features of HTML and not be more limited in security. I can understand that SL shouldn't be

RE: [OzSilverlight] Silverlight SEO

2008-03-20 Thread Jonathan Parker
to anything when the search engines themselves haven't acknowledged they are spidering them. It's going to be an interesting couple of years if it plays out in favour of RIA over traditional sites! Jose Fajardo - Original Message - From: Jonathan Parker [mailto:[EMAIL PROTECTED] Sent: 3

[OzSilverlight] Silverlight SEO

2008-03-19 Thread Jonathan Parker
? Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTED] Blog: www.jonathanparker.com.au --- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject

RE: [OzSilverlight] Cross domain web service calls and debugging.

2008-01-20 Thread Jonathan Parker
information regarding this... March 08 is when all will be revealed. Regards - Original Message - From: Jonathan Parker [mailto: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] Sent: 1/20/2008 4:28:58 PM To: listserver@ozSilverlight.com Subject: [OzSilverlight] Cross domain web

RE: [OzSilverlight] 1.0 RC breaks 1.1 alpha

2007-08-21 Thread Jonathan Parker
: twitter.com/mossyblog | MSN: [EMAIL PROTECTED] P Please consider your environmental responsibility before printing this e-mail From: [EMAIL PROTECTED] [mailto: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Jonathan Parker Sent: Monday, August 20, 2007 11:11 PM To: listserver

RE: [OzSilverlight] 1.0 RC breaks 1.1 alpha

2007-08-21 Thread Jonathan Parker
Looks like 1.1 refresh won't work with orcas beta 1. I guess I'll have to get beta 2. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Parker Sent: Tuesday, 21 August 2007 10:39 PM To: listserver@ozSilverlight.com Subject: RE: [OzSilverlight] 1.0 RC breaks 1.1 alpha