Advanced Forum Search Results
-
good job Tamir ! :)
-
Margin="0,20,0,0"
left, top, right, bottom...
-
I tried again, it works now :)
Thank you so much.
Regards,
Sanaa RAMZI
-
when I call : http://srv-dev:89/MyBookWeb/ClientBin/images/book217088/page1.jpg I can see the image in the browser.
I put the code you recommanded, it looks better but the image still doesn't show.
I have the 4001 error, as far as I know this has not been fixed yet on SL, I had this error before on the same page but it never stoped me ...
-
Hello,
I have a xaml page with an Image control, to which I set the source this way:
MyImage.Source = new BitmapImage(new Uri("http://localhost:2519/clientbin/images/book217088/page1.jpg"));
I am adding images to the application dynamically so I ...
-
Hello again Richard,
Made it ! :)
From the first application (a website) the user selects the images to upload, in code I create a folder in \clientbin\images, and from the SL application I first tested this: I inserted an image control in my xaml page:
<Image ...
-
Hello Richard,
I'll try this and get back to you.
Thank you for your help, again :)
Regards,
Sanaa
-
Hello egoZd,
Thank you for your response. Where is the c# code please ? the article is not complete.
-
Hello,
I need to save an image and later display it on an image control. I created an interface where the user can select an image in the disk then hit "Upload" so the selected image is uploaded to the application's path: my SL application is in c:\dev, so I upload the image to "c:\dev\images. The image ...
-
Hello,
sladapter, I first tried (new
Uri(Application.Current.Host.Source, "../ServiceMyBook.svc")) , I had 404 error, so I tried to hard code the uri, since the port is always the same, but I had the same error.
In my solution, I first had the SL project and its web application.
what I needed to do/have in my ...