Search found 6 matches

by nicolaus
Sun Dec 05, 2021 8:00 pm
Forum: Coding Questions
Topic: IIS and SpiderBAsic
Replies: 2
Views: 1118

IIS and SpiderBAsic

Hi all, I currently try to build a SpiderBasic WebbApp to test FAstCGI. If I try the SpiderBasic app localy with debug out of SpiderBasic, it works very well and I can see the Window / Controls in the web page. If I upload the html file as well as the .js file to my server (running IIS) i can open t...
by nicolaus
Mon May 04, 2015 8:29 pm
Forum: Feature Requests and Wishlists
Topic: node webkit for desktop deployment (win,linux,mac)
Replies: 1
Views: 2601

Re: node webkit for desktop deployment (win,linux,mac)

node-webkit will be very nice. This is what i'm looking for...
by nicolaus
Tue Apr 21, 2015 7:23 am
Forum: Coding Questions
Topic: Communicate / Work with a nativ Application (EXE)
Replies: 7
Views: 4221

Re: Communicate / Work with a nativ Application (EXE)

Fred wrote:That's true, a native CGI lib could be useful
@Fred, so we can hope for a native CGI lib in one of the next PB Versions? That will be very nice! ;)

Thanks,
Nico
by nicolaus
Tue Apr 14, 2015 8:22 am
Forum: Coding Questions
Topic: Communicate / Work with a nativ Application (EXE)
Replies: 7
Views: 4221

Re: Communicate / Work with a nativ Application (EXE)

Here is a sample of client / server comms in spiderbasic / purebasic When you click the button it sends string to cgi which uppers the string and sends back the result Spiderbasic will then update the textgadget You need the CGI Lib for Purebasic for server end. You also need to run the Spiderbasic...
by nicolaus
Tue Apr 07, 2015 9:14 am
Forum: Coding Questions
Topic: Communicate / Work with a nativ Application (EXE)
Replies: 7
Views: 4221

Re: Communicate / Work with a nativ Application (EXE)

From the client side (browser), you can't lanuch an exe or anything outside the browser. But you can do it server-side, with a CGI or a PHP script which launch the exe (you can call the URL from SpiderBasic with HTTPRequest()) Thanks for replay. Do you have a smal sample how we can do this? What i ...
by nicolaus
Fri Apr 03, 2015 8:19 am
Forum: Coding Questions
Topic: Communicate / Work with a nativ Application (EXE)
Replies: 7
Views: 4221

Communicate / Work with a nativ Application (EXE)

Hi all,

is there a way in SpiderBasic, to work / communicate with native applications like a exe in Windows?
If is so, can any one show me a small sample how i must start to do this?

Thanks and a nice easter to all of you!

Nico