Search found 3 matches

Go to advanced search

by edhalsim
Mon Dec 21, 2020 8:08 am
Forum: General Discussion and Other
Topic: [SOLVED] Hi! Anyone using OpenSilver to talk to a WCF service?
Replies: 2
Views: 9554

Re: Hi! Anyone using OpenSilver to talk to a WCF service?

Hi, Thanks for your reply. I managed to get this working using asynchronous calls. The issue was I couldn't get the system to tell me why it was crashing (I was only receiving a generic error message). Turns out I was using inheritance and had to let the WCF service know that a sub-class was a Servi...
by edhalsim
Sat Dec 19, 2020 2:20 pm
Forum: General Discussion and Other
Topic: No WriteableBitmap - How can I add a pixel array to the screen?
Replies: 0
Views: 12031

No WriteableBitmap - How can I add a pixel array to the screen?

Hi, I see the class WriteableBitmap isn't implemented yet. I have a function that builds random maps in memory (just an int[][] of pixels). I want to show the map on the Canvas, which in Silverlight I did by: ImageBrush brush = new ImageBrush(); brush.ImageSource = this._map.Background.ConvertToBitm...
by edhalsim
Fri Dec 11, 2020 12:42 pm
Forum: General Discussion and Other
Topic: [SOLVED] Hi! Anyone using OpenSilver to talk to a WCF service?
Replies: 2
Views: 9554

[SOLVED] Hi! Anyone using OpenSilver to talk to a WCF service?

I'm converting my Silverlight app. to OpenSilver. Looking at: http://doc.opensilver.net/documentation/in-depth-topics/wcf-and-webclient.html#tutorial-to-easily-create-a-soap-based-clientserver-app-in-opensilver-wcf They appear to only use the synchronous method calls. I know originally Silverlight o...

Go to advanced search

 

 

cron