Search found 13 matches

by marlin55
Wed Nov 18, 2020 12:07 pm
Forum: Other topics
Topic: Copy files between BASIC v6 and other apps
Replies: 20
Views: 11648
Flag: Great Britain

Re: Copy files between BASIC v6 and other apps

Thanks - I realise that v5.8 is a different application to v6.0.

I'm trying to share my v5.8 programs with the new v6.0 which I've downloaded.
by marlin55
Wed Nov 18, 2020 11:32 am
Forum: Other topics
Topic: Copy files between BASIC v6 and other apps
Replies: 20
Views: 11648
Flag: Great Britain

Re: Copy files between BASIC and other apps

Thanks for posting the video. I see the icons at the bottom of the first screen shown in the video include a 'share' option. My smart BASIC 5.8 does not have this option. I have 'delete' 'paste' 'cut' 'copy' 'rename' 'new folder' and a cloud icon which toggles between 'dropbox' and 'local'. Please c...
by marlin55
Tue Nov 17, 2020 5:00 pm
Forum: Other topics
Topic: Smart BASIC is discontinued
Replies: 15
Views: 9769
Flag: Great Britain

Re: Smart BASIC is discontinued

Found the notification email in my spam folder (presumably because gmail say lots of bcc's and thought it but be spam!) Thanks for the link - great to know this great app is going strong. I have downloaded and installed on my ipad succesfully. Is there a simple way to get all my old smart BASIC prog...
by marlin55
Sun Jul 19, 2020 4:11 pm
Forum: Other topics
Topic: Handling mp3 files and tags
Replies: 0
Views: 3837
Flag: Great Britain

Handling mp3 files and tags

I'd like to try building an mp3 player in SB.

Is anyone able to help me by exlaining how to extract the metat data that containes the MP3 tags (Artist, Album, Album Art, Genre etc)?

Any assistance gratefully received.
by marlin55
Sat Apr 25, 2020 1:39 pm
Forum: Other topics
Topic: Partial Image conundrum
Replies: 1
Views: 1330
Flag: Great Britain

Partial Image conundrum

I'm writing a program to manipulate jpg images, but have got stuck at an early proof of concept stage. I read all the RGB values of the 399 x 600 jpg into a 3-dimensional array (400,601,3), clear the screen then draw each pixel back from the array. But I only get one quarter of the image. Here's the...
by marlin55
Fri Apr 24, 2020 3:47 pm
Forum: Other topics
Topic: Getting Images from Dropbox
Replies: 2
Views: 1534
Flag: Great Britain

Re: Getting Images from Dropbox

SOLVED. Thank you. I had forgotten about using the SB folder within DB.
by marlin55
Fri Apr 24, 2020 3:20 pm
Forum: Other topics
Topic: Getting Images from Dropbox
Replies: 2
Views: 1534
Flag: Great Britain

Getting Images from Dropbox

I'm returning to programming smart basic after a couple of years absence. I can't remember how to get graphins images (jpgs) into smart basic. I recall clicking on the dropbox icon on the bottom toolbar, but this just goes to a blank sceen which says 'Dropbox' on the top bar. My images are ready and...
by marlin55
Sun May 12, 2019 4:58 pm
Forum: Other topics
Topic: Case Statement
Replies: 10
Views: 6360
Flag: Great Britain

Case Statement

Is there a CASE statement or equivalent in smartBasic?

I'm looking to convert a Day number into it's text equivalent, something like:

SELECT CASE dayno
CASE 1
day$ = "Monday"
CASE 2
day$ = "Tuesday"
etc.
by marlin55
Fri Feb 16, 2018 11:08 am
Forum: Other topics
Topic: File/Folder Structure
Replies: 7
Views: 3165
Flag: Great Britain

Re: File/Folder Structure

Thanks rbytes. I had mistakenly created my own SB Folder in DB. I now see, thanks to your further advice, that there is already an SB folder within the Apps folder within DB. I can now see my file from within SB - hooray! So the final stage is how to access that file from SB code. I tried DRAW IMAGE...
by marlin55
Thu Feb 15, 2018 7:01 pm
Forum: Other topics
Topic: File/Folder Structure
Replies: 7
Views: 3165
Flag: Great Britain

Re: File/Folder Structure

... restarted DB and Cloud icon appears bottom right. Touch this and top strip changes to say "DropBox", but no file names appear. I have lots on DB, including the new folder Smart Basic which contains my image, but it's not visible in the SB DropBox window.