CheckBox

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
spiderbes7
Posts: 3
Joined: Fri Jul 10, 2015 7:10 pm

CheckBox

Post by spiderbes7 »

Something annoying about the CheckBoxGadget is that it can't be used alone without text.
I tried using the function with a zero length text parameter, but the browser is still trying to draw a selection rectangle when checked.

I have to write a professional web interface and I need to use standalone checkboxes.

A quick solution would be greatly appreciated by our company :)
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: CheckBox

Post by Fred »

You are right, could you try this new lib ? It should solve the issue:

www.spiderbasic.com/beta/Gadget

Just copy it in your SpiderBasic/Libraries forlder (rename the old file before to keep it as a backup if something goes wrong.
spiderbes7
Posts: 3
Joined: Fri Jul 10, 2015 7:10 pm

Re: CheckBox

Post by spiderbes7 »

Well now, when I start SpiderBasic it's giving me the following error message and compiler won't load:

Duplicated library command: AddGadgetColumn( ) (in libraries Gadget and Gadget)

I did rename the old one with a the name Gadget_oldy
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: CheckBox

Post by Fred »

Ha yes, you need to move it out of the Libraries drawer, sorry.
spiderbes7
Posts: 3
Joined: Fri Jul 10, 2015 7:10 pm

Re: CheckBox

Post by spiderbes7 »

Working fine now !

Un gros merci du Quebec :)
Post Reply