So wait, the tool's aren't final, but the runtime is?

On Fri, Apr 16, 2010 at 11:31 AM, Nick Randolph <n...@builttoroam.com>wrote:

> Note that this is RC2 for the Visual Studio tools. It's actually RTW for
> Silverlight 4 itself!
>
> Nick Randolph | Built To Roam | Microsoft MVP - Device Application
> Development | +61 412 413 425
> The information contained in this email is confidential. If you are not the
> intended recipient, you may not disclose or use the information in this
> email in any way. Built To Roam does not guarantee the integrity of any
> emails or attached files. The views or opinions expressed are the author's
> own and may not reflect the views or opinions of Built To Roam.
>
>
> -----Original Message-----
> From: ozsilverlight-boun...@ozsilverlight.com [mailto:
> ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Vinay Tripathi
> Sent: Friday, 16 April 2010 10:03 AM
> To: ozSilverlight
> Subject: Silverlight 4
>
> Just checked, Silverlight 4 RC2 is now available for download.
>
>
> Vinay
>
> -----Original Message-----
> From: ozsilverlight-boun...@ozsilverlight.com [mailto:
> ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Jordan Knight
> Sent: Thursday, 15 April 2010 2:03 PM
> To: ozSilverlight
> Subject: RE: Move Silverlight Element around in HTML
>
> Hey Ross,
>
> Thanks for the suggestion. Unfortunately the app is actually a CMS with a
> big framework - so chaning it isn't an option.
>
> Cheers,
>
> Jordan.
>
> ________________________________________
> From: ozsilverlight-boun...@ozsilverlight.com [
> ozsilverlight-boun...@ozsilverlight.com] On Behalf Of ross [
> r...@perenni.com.au]
> Sent: Thursday, 15 April 2010 2:00 PM
> To: ozSilverlight
> Subject: Re: Move Silverlight Element around in HTML
>
> If the SL app is inside an updatepanel I don't think you will ever win.
>
> You could try pagemethods instead of updatepanels perhaps, assuming
> the legacy permits.
>
> I just tried it out for fun.  I have two divs, one with a SL app and
> one with a html button.
>
> On clicking the button I hid the SL div, called the page method, and
> on the page method callback showed the SL div and updated a label in
> the html div with the time from the server.  The SL app definitely
> didn't reload, as I had a timestamp showing in the xaml side of things
> that didn't change.
>
>
> On Thu, Apr 15, 2010 at 1:06 PM, Jordan Knight
> <jordan.kni...@readify.net> wrote:
> > Having it outside was an option i've considered... the problem is that
> the
> > UI is quite complex with fold out bits etc... so having it float would
> > probably make it look a bit funny.
> >
> > JAK
> > ________________________________
> > From: ozsilverlight-boun...@ozsilverlight.com
> > [ozsilverlight-boun...@ozsilverlight.com] On Behalf Of John OBrien
> > [j...@soulsolutions.com.au]
> > Sent: Thursday, 15 April 2010 12:00 PM
> > To: 'ozSilverlight'
> > Subject: RE: Move Silverlight Element around in HTML
> >
> > We talking updatepanels Jordan? You need to make sure you're SL controls
> are
> > not within the updatepanel or they are redrawn.
> >
> > The trick we used for the Bing Maps ASP.NET control was to have the
> update
> > panel just contain some divs used for communication while the large map
> > control sat just outside. This was all encapsulated within the control,
> the
> > developer didn't add their own updatepanel.
> >
> >
> >
> > John.
> >
> >
> >
> > From: ozsilverlight-boun...@ozsilverlight.com
> > [mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Jordan
> Knight
> > Sent: Thursday, 15 April 2010 11:36 AM
> > To: ozSilverlight
> > Subject: Move Silverlight Element around in HTML
> >
> >
> >
> > Hey guys,
> >
> >
> >
> > I have a situation where an existing ASP.NET AJAX based app has a series
> of
> > SL controls in them. Basically they don't want the SL elements to reload
> > when the ajax controls refresh.
> >
> >
> >
> > I've had a muck around with moving the element in JS, and it can be moved
> no
> > problem - but it re-initialises the control each time... pretty sure its
> the
> > browser doing it.
> >
> >
> >
> > Does anyone have any ideas on how I might move an SL control without it
> > re-initialising?
> >
> >
> >
> > Cheers!
> >
> > Jordan.
> >
> > _______________________________________________
> > ozsilverlight mailing list
> > ozsilverlight@ozsilverlight.com
> > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
> >
> >
> _______________________________________________
> ozsilverlight mailing list
> ozsilverlight@ozsilverlight.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
> _______________________________________________
> ozsilverlight mailing list
> ozsilverlight@ozsilverlight.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
> National Australia Bank Ltd - ABN 12 004 044 937
> This email may contain confidential information. If you are not the
> intended recipient, please immediately notify us at postmas...@nab.com.auor 
> by replying to the sender, and then destroy all copies of this email.
> Except where this email indicates otherwise, views expressed in this email
> are those of the sender and not of National Australia Bank Ltd. Advice in
> this email does not take account of your objectives, financial situation, or
> needs. It is important for you to consider these matters and, if the e-mail
> refers to a product(s), you should read the relevant Product Disclosure
> Statement(s)/other disclosure document(s) before making any decisions. If
> you do not want email marketing from us in future, forward this email with
> "unsubscribe" in the subject line to unsubscripti...@nab.com.au in order
> to stop marketing emails from this sender. National Australia Bank Ltd does
> not represent that this email is free of errors, viruses or interference.
>
> _______________________________________________
> ozsilverlight mailing list
> ozsilverlight@ozsilverlight.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
> _______________________________________________
> ozsilverlight mailing list
> ozsilverlight@ozsilverlight.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
>
_______________________________________________
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

Reply via email to