Click here to Skip to main content
15,881,852 members

Comments by Sebastiaan Meijerink (Top 28 by date)

Sebastiaan Meijerink 1-Aug-17 5:49am View    
Not if it is running a background proces. Then there is no first service call
Sebastiaan Meijerink 1-Aug-17 4:18am View    
I need to call one webservice from another inside the C# code itself. Not from the client perspective.

Sebastiaan Meijerink 16-May-15 18:27pm View    
What have you tried?
Sebastiaan Meijerink 14-May-15 14:10pm View    
It seems like you're on your way. What doesn't work?
Sebastiaan Meijerink 14-May-15 14:03pm View    
These are two questions. Without the code we cannot tell you why it hangs on loading you're 2mb data. As to the webworker drawing a chart. It cannot. Webworkers have no access to the DOM, this is where the canvas element lives, and where the svg embed lives, althoug you could write the raw svg xml in a webworker. But I do not believe that the D3.js library has been designed like that. What are you trying to accomplish?