Search found 12 matches
- Tue Aug 28, 2018 10:03 pm
- Forum: General Discussion
- Topic: New Release Schedule
- Replies: 2
- Views: 3795
Re: New Release Schedule
Not very realistic that there will be something new available very soon - actually a new release of PureBasic is awaited (but won't be ready too fast) before the developer team will have time to start polishing SpiderBasic...
- Fri Oct 20, 2017 2:18 pm
- Forum: Coding Questions
- Topic: Android Widgets?
- Replies: 1
- Views: 2085
Android Widgets?
I would like to make a simple (semi transparent) clock or a weather widget for android, could that be done by using SpiderBasic?
- Mon Feb 27, 2017 6:43 pm
- Forum: Coding Questions
- Topic: Access to internal sdcard (Android)
- Replies: 0
- Views: 2071
Access to internal sdcard (Android)
Not sure, if this can be done by standard SpiderBasic commands, but maybe there are some tricks to do so...
1) I'd like to scan android's download directory for the four latest files (download date) of a special type (e.g. *.xlsm) to show them in a list. There's a FileRequester in SpiderBasic, but ...
1) I'd like to scan android's download directory for the four latest files (download date) of a special type (e.g. *.xlsm) to show them in a list. There's a FileRequester in SpiderBasic, but ...
- Thu Jan 05, 2017 2:49 pm
- Forum: Coding Questions
- Topic: How to draw an arc?
- Replies: 5
- Views: 4560
How to draw an arc?
I started to check how to transfer a small purebasic program for windows to android, but some things are more difficult than expected (alphablending is a hard puzzle for me)...
So I try simplier things now :)
How to transfer the following snippet to work in SpiderBasic?
Procedure DrawClock(time ...
So I try simplier things now :)
How to transfer the following snippet to work in SpiderBasic?
Procedure DrawClock(time ...
- Fri Dec 23, 2016 7:03 am
- Forum: General Discussion
- Topic: Android Apps
- Replies: 2
- Views: 3490
Android Apps
I'm still unsure, if SpiderBasic is the coolest thing on earth or... not ;)
I did my first steps now, made the standard 'Hello World' and started to do some buttons on the screen which automatically be moved and resized on the display when the mobile device will be rotated. Works fine so far ...
I did my first steps now, made the standard 'Hello World' and started to do some buttons on the screen which automatically be moved and resized on the display when the mobile device will be rotated. Works fine so far ...
- Mon Dec 12, 2016 5:36 pm
- Forum: Coding Questions
- Topic: [Solved] Loading and using images
- Replies: 10
- Views: 8460
Re: Loading and using images
Tried your example and it worked fine here. As there is no filesize command available which would allow to check the presence of the file, what about the other way around?
Make a CreateFile statement and have a look where the file will be created then...
Make a CreateFile statement and have a look where the file will be created then...

- Sun Dec 11, 2016 4:49 pm
- Forum: Coding Questions
- Topic: Disable Zooming
- Replies: 5
- Views: 6414
Re: Disable Zooming
Great, thank you.Fred wrote:I will add this in for all mobile app, as it makes no sens to zoom/pan an app

Maybe you will be able to give us a hint some time, which enhancements of SpiderBasic are planned for the next year or so - this would be perfect.

- Sun Dec 11, 2016 4:45 pm
- Forum: Coding Questions
- Topic: [Solved] Loading and using images
- Replies: 10
- Views: 8460
Re: Loading and using images
Not sure, just a try - have you checked upper and lower case, maybe this has to match as well? And just for a double check, have you checked the return value of LoadImage?
- Sat Dec 10, 2016 2:18 pm
- Forum: Coding Questions
- Topic: Disable Zooming
- Replies: 5
- Views: 6414
Disable Zooming
I'd like to create a full screen app for an android tablet but don't want to allow zooming/panning the content, is it possible to disable that?
- Sat Dec 10, 2016 2:08 pm
- Forum: Coding Questions
- Topic: #PB_2DDrawing_AlphaBlend
- Replies: 0
- Views: 2216
#PB_2DDrawing_AlphaBlend
How to do overlay text (or images with an alpha channel) over a colorful background? I don't find a drawing mode for alpha channel or DrawAlphaImage in the help file. Is there a possibility to do so?