Search found 7 matches

by Thorium
Sat Apr 09, 2016 4:05 am
Forum: Feature Requests and Wishlists
Topic: Network Library with Websockets
Replies: 15
Views: 17222

Re: Network Library with Websockets


Let user encode binary with Asc and Chr. Spec allows Array, Blob, and String to be exchanged with send() but string-only keeps with the theme of SB

SB now has memory commands, so the theme is not strings only.
Encoding them with Asc and Chr would be terrible. Base64 should be used to encode ...
by Thorium
Thu Apr 07, 2016 9:49 am
Forum: Feature Requests and Wishlists
Topic: Network Library with Websockets
Replies: 15
Views: 17222

Re: Network Library with Websockets

I didn't looked much to websockets, how do you see the SpiderBasic API for it ? Which features would be needed ?
It's much like TCP sockets for networking. We would need a network library like PureBasics. One of the differences to normal TCP sockets is that it starts out as a http connection ...
by Thorium
Tue Apr 05, 2016 1:31 pm
Forum: Feature Requests and Wishlists
Topic: Network Library with Websockets
Replies: 15
Views: 17222

Re: Network Library with Websockets

Now that SB supports memory operations i am reevaluating if it fits a project i plan to start soon.
Only thing missing for me is websocket support.
Anyone has allready done a module for binary websockets?
by Thorium
Tue May 05, 2015 1:39 pm
Forum: Feature Requests and Wishlists
Topic: Visual Designer
Replies: 5
Views: 6170

Visual Designer

The title says it. There is need for a visual designer.
by Thorium
Tue May 05, 2015 1:32 pm
Forum: Feature Requests and Wishlists
Topic: Network Library with Websockets
Replies: 15
Views: 17222

Network Library with Websockets

Would be cool to have a network library which works with Websockets.
by Thorium
Tue Dec 23, 2014 2:45 pm
Forum: Coding Questions
Topic: Can't run anything
Replies: 2
Views: 3783

Re: Can't run anything

I figured it out.
It was not the placing of the source file.
There was something wrong with the standard browser settings. All programs so far opened Seamonkey, however i looked at the default settings on windows and there was no default browser registered. So i reset Seamonkey as default browser ...
by Thorium
Mon Dec 22, 2014 3:35 pm
Forum: Coding Questions
Topic: Can't run anything
Replies: 2
Views: 3783

Can't run anything

If i hit F5 or select it from the menu the compile window pops up and closes. Thats it. No browser opens, no error message.

If i create a project and build a target it does create the file. However F5 does not run it.
What could be the problem?

Using SpiderBasic 1.00 Beta 2 on Windows 7 with ...