Advanced Forum Search Results
-
Hi
I define a rectangle style
<Style x:Key="RectStyle" TargetType="Rectangle" >
<Setter Property="Height" Value="26"/>
<Setter ...
-
Hi
I define several rectangle on my image control.
I don't want to define for each rectangle a mouseEnter and mouse leave Event.
how to retrieve the current rectangle selected in xaml.cs ?
Thanks
Fred
-
Hi
thanks for your help !!
but unfortunately I didn't succeed to display a rectangle
with image all is perfect
<Grid x:Name="LayoutRoot" Background="White">
<Image Margin="0,0,-379,-1095" Source="Macot 2a.jpg" ...
-
Hi
I successfully running a SL application with a deep zoom image.
<MultiScaleImage Source='source/dzc_output.xml' />
I would like to add some graphic shapes when I click on a certain place in the image
is it possible ?
Could you help ?
thanks
Fred
-
Hi
I deploy my SL application and works perfect with msft explorer browser.
but failed in firefox and google chrome...
any idea ?
Thanks
Fred
-
Hi
I successfully deploy my sl application on a web hosting.
When I try to check a new vesion after deployment I obtain always the previous version installed like a cache.
Is it a web hosting issue or a SL issue ?
thanks
Fred
-
Thanks a lot for your prompt response.
I try what you said and the thread but the problem persists.
I copy file clientaccesspolicy.xml on my web root D:\sts\caBuild\caBuild.Web
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
...
-
Hi
I create a classic silverlight application (sampleSMS )
Add a wcf service Service1.svc (Silverlight-enabled WCF service) to the ASP.NET project(sampleSMS.Web )
This wcf service contains a web reference that allow to send sms in my cie.
(http://ilapp3/newsmsmessaging/smsmessage.asmx)
In the Silverlight application (sampleSMS ) I ...
-
Hi
yes it works, but I am looking for a solution that allow to resizing the web browser dynamically.
it seems that the textblock is located at the left of the column.
is it not possible to allocate a textblock at the right of the column ????
Thanks
Fred
-
Hi
I successfully perform a HorizontalAlignment="Right" for a TextBox.
Why it doesn't work for a listBox ???
I define a listBox with 3 columns and I would like to display in the column="2" some text with HorizontalAlignment="Right"
Could you help ????
Thanks
Fred ...