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 >

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 PROTEC

RE: [OzSilverlight] Silverlight WCF web service

2008-08-27 Thread Jonathan Parker
Try this: class CustomHostFactory : ServiceHostFactory { protected override ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses) { CustomHost customServiceHost = new CustomHost(serviceType, baseAddresses[1]); return customServiceHost;

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 Stephen

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 Si

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(@"http://schemas.microsoft.com/client/2007""; xmlns:x=""http://schemas.microsoft.com/winfx/2006/xaml"";> " + contentGoesHere + @"");

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 on

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 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Follesø Sent: Monday, 12 May 2008 12:40 PM To: listserver@ozsilverlig

RE: [OzSilverlight] Strange databinding problem

2008-05-03 Thread Jonathan Parker
Just FYI, DOWrapper is in System.Windows.dll. internal class DOWrapper : DependencyObject

RE: [OzSilverlight] Online Silverlight IDE

2008-04-11 Thread Jonathan Parker
To: listserver@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'

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 ObservableCollection and then just call the PropertyChangedEventHandler event of INotifyPropertyChanged whenever y

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 worked

[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 desktop

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 Bet

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

2008-04-03 Thread Jonathan Parker
laying with silverlight 2.0 Beta 1, it is a really cool product and getting better :) On 4/3/08, 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/J

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 all

RE: [OzSilverlight] Silverlight SEO

2008-03-20 Thread Jonathan Parker
there that can do this easily I've seen one solutiong BUT I believe it's too early to commit 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

[OzSilverlight] Silverlight SEO

2008-03-19 Thread Jonathan Parker
h content and links if JS is "disabled". The first issue doesn't seem so difficult but the second one I'm finding hard to get my head around. Any thoughts? Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTED] Blog: www.jonathanparker.com.au

RE: [OzSilverlight] Silverlight Proformance

2008-03-19 Thread Jonathan Parker
If this is a 1.1 app then it may be Javascript problems. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of .net noobie Sent: Wednesday, 19 March 2008 11:09 AM To: listserver@ozsilverlight.com Subject: [OzSilverlight] Silverlight Proformance I have run some extremely simple silv

RE: [OzSilverlight] Silverlight 2.0 Web Services

2008-03-18 Thread Jonathan Parker
aspx -th tim heuer | (602) 405-4567 | im: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] | blog: <http://timheuer.com/blog/> http://timheuer.com/blog/ | ride: <http://timheuer.com/blog/> http://thecodetrip.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J

RE: [OzSilverlight] Silverlight 2.0 Web Services

2008-03-17 Thread Jonathan Parker
t: Re: [OzSilverlight] Silverlight 2.0 Web Services On Mon, Mar 17, 2008 at 12:24 PM, Jonathan Parker <[EMAIL PROTECTED]> wrote: Has anyone got WCF or ASMX web services working with Silverlight 2.0 beta 1? Make sure you are using BasicHttpBinding with WCF. Bye -- Andrea Boschin

[OzSilverlight] Silverlight 2.0 Web Services

2008-03-17 Thread Jonathan Parker
e? At the moment I can't even debug so I don't know what error I'm getting. Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTED] Blog: www.jonathanparker.com.au --- OzSilverlight.com - to

[OzSilverlight] Expression Professional Subscription

2008-03-07 Thread Jonathan Parker
http://www.microsoft.com/expression/subscription/ This looks like a great deal. What do people think? Jonathan --- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscrib

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

2008-01-23 Thread Jonathan Parker
uld be able to immediately get the changes because it is all linked to the same solution and project. Does this make sense? This is how I build/test during development and it works a treat! - Original Message ----- From: Jonathan Parker [mailto:[EMAIL PROTECTED] Sent: 1/21/2008

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

2008-01-20 Thread Jonathan Parker
eam have re-engineered a better way of performing cross-domain calls that doesn't require the annoying workarounds we're currently forced to do. I wish I had more information regarding this... March 08 is when all will be revealed. Regards - Original Message

[OzSilverlight] Cross domain web service calls and debugging.

2008-01-19 Thread Jonathan Parker
pp against it before uploading. Is anyone else having trouble with this or have any suggestions. Cheers, Jonathan Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTED] Blog: www.j

RE: [OzSilverlight] Blend Sept. Preview

2007-11-15 Thread Jonathan Parker
___ > > > > > > From: [EMAIL PROTECTED] on behalf of silky > > > Sent: Tue 11/6/2007 9:46 PM > > > To: listserver@ozSilverlight.com > > > Subject: Re: [OzSilverlight] Blend Sept. Preview > > > > > > > > > > >

[OzSilverlight] Blend Sept. Preview

2007-10-26 Thread Jonathan Parker
A! It's all good. Just hit TAB! This will hide all panels. You can also hit F4 or click on Window -> Hide Panels. Note that everything is still available on the side as popouts. Very cool! Cheers, Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTE

[OzSilverlight] Modification of the 1.1 SDK Button

2007-10-26 Thread Jonathan Parker
) { this.SetValue(Canvas.WidthProperty, text.ActualWidth + 30); } You could even add an EnableAutoWidth property to the button to enable this if you want to keep the original behaviour in other situations. Cheers, Jonathan Parker (MCTS - Web Applications) Email

[OzSilverlight] Scott Gu on 1.0 vs 1.1 etc

2007-09-26 Thread Jonathan Parker
Scott Guthrie: Enter Silverlight 1.0 (And it now runs on all Linux distros) http://channel9.msdn.com/Showpost.aspx?postid=339594 I found this a very interesting interview. Regards, Jonathan Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTED] Blog

RE: [OzSilverlight] Accessing local variable from XAML

2007-09-19 Thread Jonathan Parker
Try this. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Price Sent: Wednesday, 19 September 2007 7:47 PM To: listserver@ozsilverlight.com Subject: [OzSilverlight] Accessing local variable from XAML I know this is more of a WPF question but i'm hoping the similaritie

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

RE: [OzSilverlight] 1.0 RC breaks 1.1 alpha

2007-08-21 Thread Jonathan Parker
7030 | Mobile: 0439-072-184 (New!) Twitter: 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 Sen

[OzSilverlight] 1.0 RC breaks 1.1 alpha

2007-08-20 Thread Jonathan Parker
installed. I'm using Orcas beta 1. With the silverlight extensions. If I need to download the 1.1 again where would I find it. It seems to have disappeared from silverlight.net. Regards, Jonathan. Jonathan Parker (MCTS - Web Applications) Email: [EMAIL PROTECTED]