Search found 31 matches

by ehbarba
Tue Sep 28, 2021 1:20 pm
Forum: Javascript
Topic: Is compatible adsbygoogle.js with sb?
Replies: 2
Views: 4340

Re: Is compatible adsbygoogle.js with sb?

I am sorry, the error was: net::ERR_BLOCKED_BY_CLIENT due to a crome security extension.
It is solved now.

Thank you for your help Peter!
by ehbarba
Fri Sep 24, 2021 4:29 pm
Forum: Javascript
Topic: Is compatible adsbygoogle.js with sb?
Replies: 2
Views: 4340

Is compatible adsbygoogle.js with sb?

Hi to all SpiderBasic users! I'm aware that google only approves blogs and not web apps, but I'm working on an educative blog whith special interaction capabilities made in SB and I want to know if there is posible to run addsbygoogle.js in sb? Also I have been trying to place a fb-like button but i...
by ehbarba
Tue Feb 12, 2019 9:51 pm
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 5893

Re: Can not execute SpiderBite sample

Thank you, Peter, as allways!
by ehbarba
Mon Feb 11, 2019 11:29 pm
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 5893

Re: Can not execute SpiderBite sample

Hi Peter, thank you I checked the installation, and it was Not Ok! I think it's Ok now: http://multysite.com/multysite/ms11/uploads/C0000022/forum2.png http://multysite.com/multysite/ms11/uploads/C0000022/forum3.png But when I run the example, the PB compiler generates an error as shown in the follo...
by ehbarba
Fri Feb 08, 2019 11:27 pm
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 5893

Can not execute SpiderBite sample

Hello

After install SpiderBite in SpiderBasic I tryed to compile ExamplePHP.sb but it rise a sintax error in:

ProcedureDLL myPhpProcedure1()

SpiderBasic does not recognize ProcedureDLL.

What am I missing or doing wrong?
by ehbarba
Thu Jan 24, 2019 9:54 pm
Forum: Coding Questions
Topic: Closing button on the tabs
Replies: 2
Views: 1367

Re: Closing button on the tabs

Great Peter, Thank you!
by ehbarba
Thu Jan 24, 2019 4:58 pm
Forum: Coding Questions
Topic: Closing button on the tabs
Replies: 2
Views: 1367

Closing button on the tabs

Hello

When a PanelGadget is created, for each tab (element) a closing button is created with the classes "dijitTabCloseButton dijitTabCloseIcon" but it has the style "display: none".

Is there any way to use the closing button on the tabs?
by ehbarba
Fri Jun 15, 2018 10:52 pm
Forum: Coding Questions
Topic: Can I call SB procedure from WebGadget document?
Replies: 4
Views: 2262

Re: Can I call SB procedure from WebGadget document?

Thank you very much Falsam.

Your samples are great and the point is fully well explained. I am using it in my project.

Best regards

Ezequiel
by ehbarba
Thu Jun 14, 2018 4:49 am
Forum: Coding Questions
Topic: Can I call SB procedure from WebGadget document?
Replies: 4
Views: 2262

Re: Can I call SB procedure from WebGadget document?

Sorry, it's very obvious:

<span class="xxx" onclick="window.parent.f_testprocedure('test');">

Best Regards

Ezequiel
by ehbarba
Tue Jun 12, 2018 10:50 pm
Forum: Coding Questions
Topic: Can I call SB procedure from WebGadget document?
Replies: 4
Views: 2262

Can I call SB procedure from WebGadget document?

Hello Spiders I need to know how can I call an SB procedure from an html document loaded in a WebGadget like this: On SB program: Procedure TestProcedure(s$) Debug s$ +" Ok!" EndProcedure On page loaded in WebGadget: ... <span class="xxx" onclick="...???...f_testprocedure('t...