Search found 8 matches

by DeanH
Thu Nov 25, 2021 2:16 am
Forum: Coding Questions
Topic: Assistance with httprequest
Replies: 3
Views: 1019

Re: Assistance with httprequest

Thank you, that worked. I was not aware that was needed for SB. The IIS webserver is on the same computer.
by DeanH
Thu Nov 25, 2021 12:35 am
Forum: Coding Questions
Topic: Assistance with httprequest
Replies: 3
Views: 1019

Assistance with httprequest

I have been unable to get httprequest to work with an exe. I have written a very simple example I have put together. It works from a webpage but not in SpiderBasic. Here are the details. The exe is written in PureBasic. Source code is: If Not InitCGI() Or Not ReadCGI() End EndIf a$="<html>"...
by DeanH
Tue Jan 12, 2016 11:23 pm
Forum: Coding Questions
Topic: Setting a gadget font
Replies: 0
Views: 1839

Setting a gadget font

Is it possible to set a font for a gadget such as the TextGadget or StringGadget? (Like SetGadgetFont in PureBasic.) The only reference I can find in the documentation allows setting a font for drawing. If it is not possible, is there a work-around? Alternately, is it possible to include word-wrap w...
by DeanH
Tue Jan 12, 2016 11:18 pm
Forum: Coding Questions
Topic: Not working in Internet Explorer 10
Replies: 5
Views: 3296

Re: Not working in Internet Explorer 10

A further development! I checked with the person in our education department who is in charge of updating and was told that they intend to roll out IE11 soon but have been held up because a critical piece of software does not work on it. (Works on 10.) Once that is solved then the browsers will be u...
by DeanH
Tue Jan 12, 2016 11:16 pm
Forum: Coding Questions
Topic: Not working in Internet Explorer 10
Replies: 5
Views: 3296

Re: Not working in Internet Explorer 10

Here are the error messages... HTML1202: http://decs0011942/bookmark/spiderwindow.html is running in Compatibility View because 'Display intranet sites in Compatibility View' is checked. spiderwindow.html SCRIPT438: Object doesn't support property or method 'getContext' library.js, line 4 character ...
by DeanH
Tue Jan 12, 2016 1:39 am
Forum: Coding Questions
Topic: Not working in Internet Explorer 10
Replies: 5
Views: 3296

Re: Not working in Internet Explorer 10

I must have missed it. Is this documented? Where? Thank you for alerting me to this. I am part of a huge state government network in Australia in which most PCs ( thousands) are still using Windows 7, and IE 10 was only rolled out months ago. (IE10 is mandated, we're not allowed to upgrade it, but I...
by DeanH
Mon Jan 11, 2016 10:45 pm
Forum: Coding Questions
Topic: Not working in Internet Explorer 10
Replies: 5
Views: 3296

Not working in Internet Explorer 10

Hi, Hopefully this is easily corrected or is something I'm just missing. I am able to run SpiderBasic programs (both in the IDE and exported) in Chrome and Firebox but in Internet Explorer (versions 8 and 10), the page loads but is not executed. I am using IIS7 as the webserver. The website includes...
by DeanH
Thu Aug 28, 2014 2:55 am
Forum: Feature Requests and Wishlists
Topic: Server-side database
Replies: 6
Views: 5420

Re: Server-side database

I'll throw my wish in the ring for this, too. I do not have experience with Java and I have the feeling there is a technical reason why the database functions built into PureBasic are not present in Spider. I have developed a widely-used school library application, written entirely in PureBasic, and...