Search found 133 matches

by Stefan
Thu Nov 10, 2022 5:49 pm
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1600

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: 1600

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.
by Stefan
Wed Nov 09, 2022 11:13 pm
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1600

Re: Spiderbasic 2.40 b2 cannot create HTML sides

Yes, I mean I cannot create a web app.

The IDE say that die Web App is created, but it doesn't work.

With Version 2.40 b1 all works well
by Stefan
Wed Nov 09, 2022 9:19 pm
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1600

Spiderbasic 2.40 b2 cannot create HTML sides

In the IDE it works, but you cannot create HTML sides If OpenWindow(0, 0, 0, 640, 480, "Test", #PB_Window_TitleBar | #PB_Window_ScreenCentered | #PB_Window_SizeGadget) ButtonGadget(#PB_Any, 10, 10, 200, 20, "Normal Button") ButtonGadget(#PB_Any, 10, 40, 200, 20, "Left Button...
by Stefan
Wed Nov 02, 2022 8:42 am
Forum: Coding Questions
Topic: To find a column in a ListIconGadget
Replies: 2
Views: 601

Re: To find a column in a ListIconGadget

Great!
A question:
Does the binding unbind when the window containing the ListIconGadget is closed or do I need to unbind it before closing the window?
by Stefan
Tue Nov 01, 2022 6:17 am
Forum: Coding Questions
Topic: To find a column in a ListIconGadget
Replies: 2
Views: 601

To find a column in a ListIconGadget

Is it possible with a ListIconGadget to find out which column or which cell was clicked on?
With GetGadgetState() I can only seem to find out the line.
by Stefan
Wed Aug 17, 2022 6:39 am
Forum: Coding Questions
Topic: RemoveGadgetItem
Replies: 3
Views: 1055

Re: RemoveGadgetItem

Merci :)
by Stefan
Tue Aug 16, 2022 3:25 pm
Forum: Coding Questions
Topic: RemoveGadgetItem
Replies: 3
Views: 1055

RemoveGadgetItem

I want to delete all Intems, but this code doesn't work. I know "ClearGadgetItems()", but I want to know what I am doing wrong here. Enumeration #window #pic #ListIconGadget EndEnumeration OpenWindow(#window,0,0,800,600,"a Window") CreateImage(#pic, 30,30,32,RGB(200,0,0)) ListIco...
by Stefan
Mon Aug 08, 2022 6:58 am
Forum: General Discussion
Topic: Instructions for creating an Android app
Replies: 28
Views: 5405

Re: Instructions for creating an Android app

In the help under system you will probably find all the commands that can cause trouble: BatteryLevel() CountProgramParameters() DeviceAlwaysOn() DeviceBrightness() DeviceInfo() ElapsedMilliseconds() LoadScript() LoadStyle() ProgramParameter() VibrateDevice()
by Stefan
Wed Jul 27, 2022 7:10 am
Forum: Coding Questions
Topic: Buttongadget and loadsound
Replies: 17
Views: 2795

Re: Buttongadget and loadsound

Very nice explanations, Peter and Paul, thank you very much!