Advanced Forum Search Results
-
I also had this issue, since I wanted to put a Silverlight font end, onto a LAMP based server, with mySQL database backend. Its a shame the PHP stack does not have a more robust and easier Web Services stack, to call into, as I can see Silverlight/PHP being a common pattern for those that cannot afford ASP/MSSQL hosting.
Anyway I ...
-
The whole Page. About 60 lines of XAML.
I try applying Themes around small blocks of buttons, it runs works OK (albeit VS Designer still raises AG_EError.) But When I have never been able to succesfully buid and run when I enclose Treeview control, within a Bounday, by a Theme, or indeed when I applya round the ...
-
I am having real problems getting the Toolkit Themes to work within a large XAML Application.
When I Insert the following by Dragging across from the Controls Toolbox
<expressionDark:ExpressionDarkTheme>
<Border>
</Border>
</expressionDark:ExpressionDarkTheme>
I get various intermitment ...
-
Oh OK, That wold explain why I don't have any problems with FireFox.
Will need to add a not to my Web site that best viewed with IE or FireFox.
-
Seems that the Silverligt 2.0 behaviour cannot be relied upon in Chrome Browser
The Silverlight Map Controls, do not Zoom In/Out under Mouse Wheel in Chrome.
Opening New HTML broswr pages via System.Windows.Browser.HtmlPage.Window.Navigate(new Uri ... does not work in Chrome either. So I have worries over how much Silverlight really works in ...
-
Vey cool. yes I have seen you game before when I search for similiar code.
I will have to review how you achieve better perforamcne with Virtual Eathen than with Silverlight control. I have had better perofmance with Silverlight control, when I had no moving sprites, just moving map centre was smooth.
Cheers for the ...
-
I always loved maps, and have been waiting for an online silverlight map control. So as soon as it came out I started to play. I have scrubed up a Basic Mission Planning constructs on Silverlight Bing Maps. So I can plan to fly over my house.
http://silvermoon.stonerocket.co.uk/AirMissions/AirOpsTestPage.html
Obviously ...
-
I had assuemd that base Menu Control would be availbale in Silverlight. (c.f. WPF) - How wrong I was it appears we have to bake our own, or got to third parties !
There are a few samples out there, from simple which don't really work, to complex with extensive complex styling. So its a bit of a headache to wonder which ...
-
Excellent.
I can now gain acces to my main page XAML from within my sub classes and controls
Many Thanks
-
I can only see RootVisual, not my XAML declared objects ?
((App)(Application.Current)).RootVisual does not expose its children so I cannot see my pag.xaml declared XAML elements from this access.
So it looks as though I am stuck with passing Canvas, Map and Maplayer referecnes all the way down my class hierachy, ...