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.
Search found 13 matches
- Wed Nov 18, 2020 12:07 pm
- Forum: Other topics
- Topic: Copy files between BASIC v6 and other apps
- Replies: 20
- Views: 12412
- Flag:
- Wed Nov 18, 2020 11:32 am
- Forum: Other topics
- Topic: Copy files between BASIC v6 and other apps
- Replies: 20
- Views: 12412
- Flag:
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...
- Tue Nov 17, 2020 5:00 pm
- Forum: Other topics
- Topic: Smart BASIC is discontinued
- Replies: 15
- Views: 10361
- Flag:
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...
- Sun Jul 19, 2020 4:11 pm
- Forum: Other topics
- Topic: Handling mp3 files and tags
- Replies: 0
- Views: 3932
- Flag:
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.
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.
- Sat Apr 25, 2020 1:39 pm
- Forum: Other topics
- Topic: Partial Image conundrum
- Replies: 1
- Views: 1385
- Flag:
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...
- Fri Apr 24, 2020 3:47 pm
- Forum: Other topics
- Topic: Getting Images from Dropbox
- Replies: 2
- Views: 1590
- Flag:
Re: Getting Images from Dropbox
SOLVED. Thank you. I had forgotten about using the SB folder within DB.
- Fri Apr 24, 2020 3:20 pm
- Forum: Other topics
- Topic: Getting Images from Dropbox
- Replies: 2
- Views: 1590
- Flag:
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...
- Sun May 12, 2019 4:58 pm
- Forum: Other topics
- Topic: Case Statement
- Replies: 10
- Views: 6763
- Flag:
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.
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.
- Fri Feb 16, 2018 11:08 am
- Forum: Other topics
- Topic: File/Folder Structure
- Replies: 7
- Views: 3249
- Flag:
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...
- Thu Feb 15, 2018 7:01 pm
- Forum: Other topics
- Topic: File/Folder Structure
- Replies: 7
- Views: 3249
- Flag:
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.