Search found 184 matches

by the.weavster
Wed Feb 17, 2021 11:56 am
Forum: General Discussion
Topic: Is the support of Web GUI elements planned?
Replies: 7
Views: 7084

Re: Is the support of Web GUI elements planned?

I don't know if you've started working on this yet, Fred, but Metro 4 has some really nice widgets and a small footprint too.
by the.weavster
Fri Jan 22, 2021 9:25 am
Forum: Feature Requests and Wishlists
Topic: TCP network client commands
Replies: 4
Views: 6830

Re: TCP network client commands

skinkairewalker wrote:u need use websocket with javascript
I believe WebSockets still add a small header which could be enough to break protocols for some devices, I want raw TCP (for Mobile not Web).
by the.weavster
Tue Jan 19, 2021 6:59 pm
Forum: Feature Requests and Wishlists
Topic: Bluetooth lib
Replies: 2
Views: 6151

Re: Bluetooth lib

-1
by the.weavster
Tue Jan 19, 2021 6:56 pm
Forum: Feature Requests and Wishlists
Topic: TCP network client commands
Replies: 4
Views: 6830

TCP network client commands

TCP network client commands like PB's.
by the.weavster
Thu Dec 10, 2020 9:35 am
Forum: Feature Requests and Wishlists
Topic: Enhancements to ListIconGadget
Replies: 0
Views: 2598

Enhancements to ListIconGadget

Enhancements to ListIconGadget: Option to remove column headings. Set colours for individual cells. Set individual row heights. Column alignment. Cell level event detection. Fix column sizing issues. Some of these have already been implemented by Peter or RSBasic but it would be good if they could b...
by the.weavster
Tue Dec 08, 2020 11:15 am
Forum: Coding Questions
Topic: ListIconGadget column width errors
Replies: 1
Views: 1900

ListIconGadget column width errors

ListIconGadget column widths can't be reset OpenWindow(0, 10, 10, 500, 500, "Window 1", #PB_Window_ScreenCentered) ListIconGadget(1, 10, 10, 480, 480, "Col 1", 150, #PB_ListIcon_GridLines) SetGadgetItemAttribute(1, 0, #PB_ListIcon_ColumnWidth, 250) Uncaught TypeError: x[d] is und...
by the.weavster
Mon Dec 07, 2020 1:52 pm
Forum: Feature Requests and Wishlists
Topic: Add calendar event [Mobile]
Replies: 0
Views: 2436

Add calendar event [Mobile]

The ability to add an event to the calendar on Android / iOS.
by the.weavster
Tue Nov 24, 2020 10:22 am
Forum: Coding Questions
Topic: Brand new to spiderbasic
Replies: 8
Views: 3407

Re: Brand new to spiderbasic

If it's a web app and you store the database locally it will be gone if the user clears their browser cache. It really is better to have the database on the server. I suggest you DuckDuckGo "JSON-RPC" for an outline of how you can make SpiderBasic exchange data with a server side language ...
by the.weavster
Fri Oct 23, 2020 8:39 am
Forum: Coding Questions
Topic: Geolocation in an Android app
Replies: 2
Views: 977

Re: Geolocation in an Android app

Thanks, Christos.

I changed my tablet's location settings from "Device Only" to "High Accuracy" and now it's working.
by the.weavster
Fri Oct 23, 2020 6:16 am
Forum: Coding Questions
Topic: Geolocation in an Android app
Replies: 2
Views: 977

Geolocation in an Android app

Has anybody got geolocation to work in an Android app?

I get the "Allow to use location" confirmation dialog when I launch the app but the Geolocation commands all return -1