Search found 182 matches

by plouf
Thu Sep 28, 2023 6:22 pm
Forum: Coding Questions
Topic: Mouse over gadget
Replies: 14
Views: 18726

Re: Mouse over gadget

play with Javascript and span elements here an example Procedure buttonalert(id.l) MessageRequester("MouseOver "+Str(id)) EndProcedure If OpenWindow(0, 0, 0, 222, 200, "ButtonGadgets", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) ButtonGadget(1, 10, 10, 200, 20, "<span...
by plouf
Fri Jun 02, 2023 11:50 am
Forum: Coding Questions
Topic: GetGadgetText / AddGadgetItem not working with EditorGadget?
Replies: 3
Views: 867

Re: GetGadgetText / AddGadgetItem not working with EditorGadget?

you are using wrong command manual says ou need to use Get/SETgadgetTExt your example working If OpenWindow(0, 0, 0, 322, 150, "EditorGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) e = EditorGadget(0, 8, 8, 306, 133) For a = 0 To 5 CurrentText$ = GetGadgetText(0) SetGadgetText...
by plouf
Mon May 08, 2023 10:28 am
Forum: Coding Questions
Topic: 2.50 b1
Replies: 12
Views: 3363

Re: 2.50 b1

But everyone has test the zip files and we can see these libraries there. How can you dont find ?

Do you look specific in zip folder ?
by plouf
Sat May 06, 2023 12:00 pm
Forum: Coding Questions
Topic: 2.50 b1
Replies: 12
Views: 3363

Re: 2.50 b1

he told you

whenerveryour_SpiderBasic_folder_is_installed/libraries
its a folder called libraries INSIDE spiderbasic folder
by plouf
Wed May 03, 2023 8:55 pm
Forum: General Discussion
Topic: Why the separation of PureBasic and SpiderBasic communities?
Replies: 1
Views: 3244

Re: Why the separation of PureBasic and SpiderBasic communities?

not exactly the same project, is similar but not equal,
spiderbasic is clearly for web development.

some people may have interest in both , but in general most of discussions in each forum will be "spam" for the rest ;)
by plouf
Thu Apr 13, 2023 8:50 am
Forum: Coding Questions
Topic: HTTPRequest
Replies: 5
Views: 1526

Re: HTTPRequest

if your you want to TEST on your computer install a CORS plugins to allow it
-> viewtopic.php?f=6&t=2186&p=8235#p8235

offcourse when finished both script and server must be match for security reasons, but these plugins help development a lot..
by plouf
Thu Mar 23, 2023 3:09 am
Forum: General Discussion
Topic: Faster without debugger?
Replies: 3
Views: 3793

Re: Faster without debugger?

it does not need it , why you believe it needs?
by plouf
Tue Jan 31, 2023 7:15 pm
Forum: Coding Questions
Topic: Adding icons to buttons
Replies: 1
Views: 972

Re: Adding icons to buttons

using html

ButtonGadget(2, 10, 70, 200, 40, "<img src='test.png'><b>Right Button</b>", #PB_Button_Right) ; Using HTML markup
by plouf
Tue Jan 17, 2023 6:17 pm
Forum: General Discussion
Topic: Thyristor
Replies: 3
Views: 3633

Re: Thyristor

looks like a code sniped.
probably is not a Question but a demostration

however PB sniped and SB sniped have different behaviour, SB stop in the middle while PB goes though all wave
by plouf
Sun Jan 08, 2023 11:01 am
Forum: Coding Questions
Topic: Using sbmongoose without ide spiderbasic.
Replies: 9
Views: 2049

Re: Using sbmongoose without ide spiderbasic.

Consider that "sb"mobgoose is probably a cut down version of mongoose

At any case it a limited capabilies server since its a embedded better use a another one more "full" like apache,ngix or (for me easiest) abyss
Aming other stuff you will have sql/php/authorization ......