RE: Move Silverlight Element around in HTML

2010-04-14 Thread Jordan Knight
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

Re: Move Silverlight Element around in HTML

2010-04-14 Thread ross
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, ca

Re: can i please unsubscribe, thanks

2010-04-14 Thread Jonathan Parker
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight On Thu, Apr 15, 2010 at 1:38 PM, Barwell, Peter < peter.barw...@btfinancialgroup.com> wrote: > > > > -- > > This message and any attachment is confidential and may be privileged or > otherwise protected from

can i please unsubscribe, thanks

2010-04-14 Thread Barwell, Peter
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure. You should immediately delete the message if you are not the intended recipient. If you have received this email by mistake please delete it from your system; you should not copy

RE: Move Silverlight Element around in HTML

2010-04-14 Thread Jordan Knight
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...@ozsilver

RE: Move Silverlight Element around in HTML

2010-04-14 Thread John OBrien
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.

Move Silverlight Element around in HTML

2010-04-14 Thread Jordan Knight
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-in

Re: Closing childwindow

2010-04-14 Thread Miguel Madero
I wrote a behavior to change the time the text gets update, it basically subscribes to the TextChanged event and does the update explicitly. On Wed, Apr 14, 2010 at 5:38 PM, Stephen Price wrote: > Thanks guys, > > Bit of reading and playing and have got it working by doing exactly that. > Wasn't

Context menu

2010-04-14 Thread Greg Keogh
Folks , I want to show popup menus in the same way you see them in the DropDownButton style in the WinForms ToolBar control. I plan to have small "hotspot" icons around that are easily recognised as a way to popup a context menu of relevant commands. In WinForms you simply Show a ContextMenu in res

Re: Intenet Explorer (64-Bit)

2010-04-14 Thread Sam Lai
On 14 April 2010 16:15, noonie wrote: > Greetings, > I noticed that on Windows 7 64 bit the default browser is the 32 bit version > and assumed this was because of the lack of a Flash plugin. Maybe IE9 will change that? Pure speculation. Although with the separate processes, is there much need fo

Re: App loading speed

2010-04-14 Thread Stephen Price
Know what you mean there. I was implementing Prism by looking at the source code and writing my own bits with the same names that they used in Prism. Prism was in alpha at the time. Switching over was fairly easy (mainly because of my choice of copying that which we ended up using.) Heck, it's all

RE: App loading speed

2010-04-14 Thread Greg Keogh
Stephen, Prism would divert and solve my whole loading problem. Trouble is that I started this app when Prism was still in nappies and I decided to write my own mini-CAB which used the View-Controller pattern. I spent several weeks writing a demo in CAB and it was monstrous overkill for a team of o

Re: Closing childwindow

2010-04-14 Thread Stephen Price
Thanks guys, Bit of reading and playing and have got it working by doing exactly that. Wasn't sure why setting it to PropertyChanged wasn't working but it looks like the only two values (in SL3.0) are Explicit and default. There's only one place where I want the value updated (and it hasn't lost f