silverlight-3.0

Making Canvas.ZIndex work the way I want it to

Hello, I'm wondering how I can do something like this (Excuse my code if it's incorrect, I'm going with psuedo): <Canvas> <StackPanel Canvas.ZIndex="2"> <!-- StackPanel 1 --> </StackPanel> <StackPanel Canvas.ZIndex="2"> <!-- StackPanel 2 --> </StackPanel> <StackPanel Canvas.ZIndex="1"> <!-- StackPanel 3 --> <!--...

Silerverlight dragdrop problem

Hi am using silverlight 3 with VS 2010. I am using controlsToolkit:TreeViewDragDropTarget along with drag and drop functionality. I found that Oct 09 release of silverlight toolkit added drag drop feature. but i could not download the same form anywhere. i downloaded the latest tool kit from http://silverlight.codeplex.com/releases/view/...

silverlight 3 how can i get element under mouse

How can i get element under mouse. I try to get this under mouse move event. Tnx. ...

How to Apply Styles at runtime in Childwindow in silverlight ?

Hi, I am not able to apply style at runtime on child window.I have created two styles one with chrome and one without chrome. What i wanted to do is on mediaplayer fullscreen mode disable the dragging of child window and on press on escape button(normal mode) enable dragging of child window. My code looks like this : void Content_FullS...

Silverlight Dockpanel missing in toolbox

I have installed Silverlight3_tools and Silverlight_sdk and still unable to find DockPanel in the toolbox. Both the installers installed without asking for a save location. How do I find the reference now? I am using VS 2008 SP1 on win XP sp2 Thanks for any help.. ...

Cannot localize dynamically loaded XAP.

Hello, I have a Silverlight (3.0) application, divided in a couple of XAP-files that are only loaded if the particular application part is needed. Every of this application parts has it's own string resources that are read out by a ResourceManager instance. But it seems that for these dynamically loaded XAPs only the default language is...

Should I pivot/crosstab db data on the server or client?

Hi, I have a Silverlight 3 app using WCF RIA Services and Entity Framework for the data-layer. I need to pivot some data and was wondering what the best practice is: Should the service return pivoted data, or should it just return a standard entity set and the client do the pivoting? Bearing in mind that the data needs to be editable s...

PollingDuplexHttpBinding over HTTPS

I am trying to setup a Silverlight 3 application to use a WCF web service through the PollingDuplexHttpBinding. I have this working over basic HTTP, but I need to get it to work over HTTP*S*. Server web.config: <system.serviceModel> <extensions> <bindingExtensions> <add name="pollingDuplexHttpBinding" ...

Silverlight merged resource dictionary outside xap

How can I have my merged resource dictionary live outside of the xap file in plain text so my clients can edit it ...

template / style issue with silverlight textbox

I am trying to recreate a textbox that we created in Flash in XAML / Blend and I am stuck on the bevel / shadow only on two sides (top and left). then linking a button. Could someone point me in the right direction or a list of some books that cover Blend for designers or how to create custom effects / styles. example picture http://www...

Can I have a ValueConverter in my ViewModel?

I have a combobox bound to a collection, so the user can select one of the items. So far, so good. The content of the combo box is driven by the item, but also by a value in my viewmodel. Imagine the value in my viewmodel is the language, I have dictionary of descriptions by language in my bound item, and I want to display the correct...

Silverlight DatagGrid AutoFilter Style Problem

Hi, I am using silverlight TwilightBlueTheme theme in my application. I am trying to apply iy to a datagrid auto filter application. When I try to apply it no row are displayed. Sample application link is here For the last 4 days I have been trying hard to apply theme and understand the code. Please help me. Waiting for your valuable...

Implementing flick or smooth ( or kinetic ) scrolling in Silverlight?

I need something like ListBox scrolling in iPhone OS (iOS). How can you implement flick/smooth/kinetic scrolling in Silverlight? ...

Silverlight 3 namespace missing in Silverlight 4

I am putting a silverlight 3 video to practice in silverlight 4 as my pc doesnt have SL 3. This however doesnt seem to work the same way for Silverlight4. 1.) I couldnt find the dataform control in the same namespace System.Windows.Controls as mentioned in the video, had to get it by drag-dropping from exp. blend 4. 2.) The dataform ...

Silverlight: Canvas Panning Problem

Hi... i have implemented zooming and panning on a canvas. i also implemented zoom animation on the canvas. But when i begin zoom animation then i'm not able to pann canvas. please have a look at the following XAML for Zoom Animation. <Canvas x:Name="cnVProductMain" Background="#FF0CE836"> <Canvas.Reso...

What sort of games can developer creates using XNA & Silverlight?

I need innovative ideas on Gaming Application for Windows Phone. Can anyone guide me to how to approach new ideas on gaming application? How shall i start as i am new to this domain? No gaming experience at all? Also i have worked only on C & C++. But now i have to work on gaming application using C# with XNA framework & Silverlight for ...

springForceV0.zip

hi Preetum Nakkiran, Page not found in "http://staff.arson-media.com/preetum/uploads/springForceV0.zip" Please give me the source code of springForce in Silverlight Demo. Thanks, Chandan My EMail Id : [email protected] ...

Styling a custom windows phone 7 control

I'm using Microsoft Windows Phone 7 Tools Beta. I have a custom control that lives in it's own project with the following code: public class ValidationTextBox : TextBox { public ValidationTextBox() { DefaultStyleKey = typeof(ValidationTextBox); } } Then my WP7 App contains the following style in th...

Silverlight Conditional CheckBox/RadioButton

Imagine I had a list of names, each paired with a value ("C" for CheckBox or "R" for RadioButton). Can I put together a template to display the correct control based on the given value? For instance if I have "Name0, C" I'd like to display a CheckBox labeled Name0. If I have "Name1, R" I'd like to display a RadioButton labeled Name1. ...

Delay in silverlight initialization in aspx page

Hi All, We have a silverlight/asp.net application which communicates with WCF to fetch data. Now we are facing a problem where in the silverlight component is taking some time to initialize after the asp.net page life cycle is completed. We have tried tracing all the events and found that there is a time lapse between the aspx page unl...