Advanced Forum Search Results
-
Hi
I have created a wcf service in my application, I want to check this service operation working correctly or not by
making svc file as start page, but when I make this as startup page then I do not get the operations list with textbox options instead I got the following message
To test this service, you will need to create a client ...
-
Hi
I am working on the silverlight aplication, when I put a breakpoint in the contructor, cursor move to that point,
But when I put the debugger on button click, cursor not move to that point while running the application,i.e when i click to the button.
Can anyone specify me the Solution for that?
-
Hi
Is there any way to implement folderbrowser control or functionallity in silverlight like folderbrowserdialog control in window applications?
-
Hi
I want to copy files from one directory to another from Silverlight where ever I want but not with ISOLATED STORAGE as it provide file handling access only for a particular directory.
-
Hi
I am using fadein fadeout animation in silverlight canvas control that contains many controls and text in it, Main problem is that when it shows flickring (like jurk in animation) in animation affect when I give less time like 1 second or 2 second, but when I give more time like
7 second or 8 second then it run smoothly,
Can anyone give ...
-
Hi I am using Scatter chart in my project
I want to assign different colors to each datapoint in scatter chart depending upon the value I get from the list, When I apply the datapoint style to it then same color apply to each datapoint
but I want to assign different color to datapoint depends upon the data I got
-
Thanks for reply but I am using also the same property,
but no affect on datapoints
-
Hi
I am using scatterseries chart in my project , when I apply datapoint style to it at design time, it works properly
for example
<chartingToolkit:ScatterSeries DependentValuePath="Value" IndependentValuePath="Key" ItemsSource="{Binding}" DataPointStyle="{StaticResource ScatterDataPointStyle2}"> ...
-
Hi
I am using scatterseries chart in my project , when I apply datapoint style to it at design time, it works properly
for example
<chartingToolkit:ScatterSeries DependentValuePath="Value" IndependentValuePath="Key" ItemsSource="{Binding}" DataPointStyle="{StaticResource ScatterDataPointStyle2}"> ...
-
Hi
I am using scatterseries chart in my project , when I apply datapoint style to it at design time, it works properly
for example
<chartingToolkit:ScatterSeries DependentValuePath="Value" IndependentValuePath="Key" ItemsSource="{Binding}" DataPointStyle="{StaticResource ...