Search found 66 matches

by bbanelli
Fri Oct 13, 2017 6:50 pm
Forum: Tricks 'n' Tips
Topic: TextGadget: you can put any html content !!
Replies: 4
Views: 3398

Re: TextGadget: you can put any html content !!

Wow! Lifehack. :) Is this "expected" behavior and could it be used as long term stable solution?
by bbanelli
Wed Sep 27, 2017 8:41 pm
Forum: General Discussion
Topic: CheckBox events types unavailable?
Replies: 0
Views: 1979

CheckBox events types unavailable?

Am I doing something wrong or are CheckBox event types ambiguous? There's nothing in documentation and in practice they seem useless...
by bbanelli
Wed Jun 21, 2017 5:29 pm
Forum: Coding Questions
Topic: Address of label...
Replies: 1
Views: 1580

Re: Address of label...

MrTAToad wrote:...doesn't seem to be available (compiler just returns a syntax error when using ?)
http://forums.spiderbasic.com/viewtopic.php?f=6&t=951
by bbanelli
Fri May 05, 2017 11:19 am
Forum: Tricks 'n' Tips
Topic: Closable (& disableable) PanelGadget-Items with Callback
Replies: 6
Views: 5631

Re: Closable PanelGadget-Items with Callback

Fantastic, as always!

Image

Is this bug in Chrome?
by bbanelli
Fri Mar 31, 2017 10:20 pm
Forum: General Discussion
Topic: Forum not searchable by Google?
Replies: 1
Views: 2050

Forum not searchable by Google?

Forum's search seems pretty weak, and

Code: Select all

PrettyMuchEverything site:http://forums.spiderbasic.com
renders nothing. Is that on purpose?
by bbanelli
Fri Mar 31, 2017 10:18 pm
Forum: Feature Requests and Wishlists
Topic: setgadgetITEMcolor for ListIconGadget()
Replies: 3
Views: 2856

Re: setgadgetITEMcolor for ListIconGadget()

Any update/workaround on this one? Would be really useful, whole rows or maybe just cells...
by bbanelli
Sun Feb 12, 2017 8:58 pm
Forum: Tricks 'n' Tips
Topic: Module: GoogleChart
Replies: 9
Views: 8294

Re: Module: GoogleChartGadget

I would like to add some data dinamically ,but can't seem to figure out how to use variables properly. Here's my try: Global NewMap Country.i() Country("US") = 5 Country("FR") = 9 Country("GE") = 12 Procedure DrawPieChartExample() ; ------------------------------------ ...
by bbanelli
Sat Feb 11, 2017 1:24 pm
Forum: Tricks 'n' Tips
Topic: Module: GoogleChart
Replies: 9
Views: 8294

Re: Module: GoogleChartGadget

Peter, fantastic! I'm almost beginning to grasp those advance JS concepts. :)
by bbanelli
Fri Feb 10, 2017 1:43 pm
Forum: Tricks 'n' Tips
Topic: Module: GoogleChart
Replies: 9
Views: 8294

Re: Module: GoogleChartGadget

Dear Peter,

what would be the best way to put chart into a current gadget? Panel, for example?

With my best,

Bruno
by bbanelli
Fri Feb 10, 2017 12:44 pm
Forum: Feature Requests and Wishlists
Topic: Graphs/Charts in natve SB
Replies: 2
Views: 2096

Re: Graphs/Charts in natve SB

Maybe you can help yourself with this superb code at the time being?

http://forums.spiderbasic.com/viewtopic.php?f=9&t=964