WebSDK?

Can someone point me to a simple WebSDK control implementation?
Just so I can orient myself as to it’s intended use and details?

[quote=188466:@Brian O’Brien]Can someone point me to a simple WebSDK control implementation?
Just so I can orient myself as to it’s intended use and details?[/quote]

Just open the Extras folder next to the Xojo IDE executable. It contains the WebSDK documentation in PDF and ebook, as well as several example projects. in the WebSDK.PDF, see the step by step creation of a basic control.

I was looking under examples projects.

There was a tutorial series in the Xojo blog :

http://www.realsoftwareblog.com/2013/01/websdk-olark-web-widget-part-1-getting.html
http://www.realsoftwareblog.com/2013/01/websdk-olark-web-widget-part-2-events.html
http://www.realsoftwareblog.com/2013/01/websdk-olark-web-widget-part-3-exposing.html
http://www.realsoftwareblog.com/2013/01/websdk-olark-web-widget-part-4-setting.html
http://www.realsoftwareblog.com/2013/01/websdk-olark-web-widget-part-5-wrapping.html

I found the ebook and am going through it…
Just noticed that copy and pasting from the book to the IDE is very troublesome.
Seems to get a lot of quotes wrong…
Better to type than copy and paste.

[quote=188543:@Brian O’Brien]I found the ebook and am going through it…
Just noticed that copy and pasting from the book to the IDE is very troublesome.
Seems to get a lot of quotes wrong…
Better to type than copy and paste.[/quote]

When you paste, notice there is an extra non ASCII character on the left that should be removed. But maybe typing can be good to help memorize.

Take it slowly, make sure it works as described at every step, and in no time, you should feel comfortable. I found that the most annoying is not so much the WebSDK side, as the JavaScript one, which has very little debugging tools available beyond console.log.

Keep in mind under “SDK’s” there’s a “Web SDK” Channel on this forum. If you’re searching in Web for answers you may miss a lot of help that is in this other channel.

Message received I’m outta here! :wink: