Search found 131 matches

by Stefan
Thu Mar 30, 2023 10:00 am
Forum: Coding Questions
Topic: Fontsize of the debugwindow / editorgadget
Replies: 2
Views: 981

Fontsize of the debugwindow / editorgadget

How can I change the Fontsize of the debugwindow / debugwindoweditorgadget?
by Stefan
Fri Nov 25, 2022 8:35 am
Forum: General Discussion
Topic: Strange display bug
Replies: 7
Views: 3199

Re: Strange display bug

With this code, som people have problems. Hold the Mousepounter over the "cards". EnableExplicit Declare MouseOverGadget(window, gadget) Declare Kartenhoch() Declare createCards() Declare MoveGadget(gadget,x,y) Declare TimerEvents() Enumeration #window #TimerKartenHoch EndEnumeration Globa...
by Stefan
Thu Nov 24, 2022 4:59 pm
Forum: General Discussion
Topic: Strange display bug
Replies: 7
Views: 3199

Re: Strange display bug

I have tried the new and also the old libraries, all the same.
by Stefan
Thu Nov 24, 2022 1:55 pm
Forum: General Discussion
Topic: Strange display bug
Replies: 7
Views: 3199

Re: Strange display bug

Could it be due to Resizegadget()? Did you change something there?
by Stefan
Thu Nov 24, 2022 9:12 am
Forum: General Discussion
Topic: Strange display bug
Replies: 7
Views: 3199

Re: Strange display bug

No, unfortunately not. I've tried Windows and Linux and all major browsers, I don't get the error.
However, the users who have the error have also tried it with all common browsers, Windows 10 and Windows 7.
by Stefan
Thu Nov 24, 2022 8:19 am
Forum: General Discussion
Topic: Strange display bug
Replies: 7
Views: 3199

Strange display bug

I made a small card game platform with Spiderbasic.
Since beta 2.40, some players have had a very strange map display.
The playing cards are slowly being "eaten"
Why can that be?

Image

Image
by Stefan
Thu Nov 17, 2022 9:23 am
Forum: Javascript
Topic: Own SetActiveGadget()
Replies: 1
Views: 3569

Own SetActiveGadget()

I'm currently trying to create my own Setactivegadget() because Spider's doesn't work properly. Unfortunately I don't know any Javascript and I can't really get any further. With the code below, Spider hangs. Can someone help? Procedure SetActiveGadget1(gadget) Protected id.s ! var GadgetElement = $...
by Stefan
Thu Nov 10, 2022 8:43 pm
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1611

Re: Spiderbasic 2.40 b2 cannot create HTML sides

That's right. But I thought that was a general tip.
Until now it was not necessary to do this with an update.
It would have been helpful if Fred had written in the update that you should do this.
But whatever, that's settled now.
by Stefan
Thu Nov 10, 2022 5:49 pm
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1611

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Is working.
Unfortunately, Fred didn't write the information that you have to update the Spiderbasic libraries.

I thank you :)
by Stefan
Thu Nov 10, 2022 6:56 am
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1611

Re: Spiderbasic 2.40 b2 cannot create HTML sides

My English isn't the best: I'll try again:
I can build an app in the IDE - at least the IDE claims the app was built successfully.
But the created app doesn't work.
Everything works with version 2.40 b1, but not with version 2.40 b2.