|
Re: dlgdemo with keypad
Message understood. Don't worry, you are not discouraging me at all. Just the opposite. Your "re-orientation" comments are most useful.
--
Ian
Message understood. Don't worry, you are not discouraging me at all. Just the opposite. Your "re-orientation" comments are most useful.
--
Ian
|
By
Ian_Wade_G3NRW
·
#22405
·
|
|
Re: BBC BASIC for iOS?
I didn't know about that (only having any experience of an iOS device for less than a week) but I suspect it's a moot point because I don't think that gesture is exposed by SDL2. I'm pleased with my
I didn't know about that (only having any experience of an iOS device for less than a week) but I suspect it's a moot point because I don't think that gesture is exposed by SDL2. I'm pleased with my
|
By
Richard Russell
·
#22406
·
|
|
Re: BBC BASIC for iOS?
It's far too soon to think about that, and anyway Apple don't allow ad-hoc distribution of apps so there's no way I could let you have it. There's some scheme whereby a developer can set up a group
It's far too soon to think about that, and anyway Apple don't allow ad-hoc distribution of apps so there's no way I could let you have it. There's some scheme whereby a developer can set up a group
|
By
Richard Russell
·
#22407
·
|
|
Re: BBC BASIC for iOS?
I'm a registered iOS developer, with a reasonable modern MAC, so if you need anything compiling and / or submitting to the app store on your behalf, please let me know.
I've checked the info I have
I'm a registered iOS developer, with a reasonable modern MAC, so if you need anything compiling and / or submitting to the app store on your behalf, please let me know.
I've checked the info I have
|
By
Rob McKay
·
#22408
·
|
|
Re: BBC BASIC for iOS?
Thanks. My assumption is that I could never get BBC Basic to pass App Store verification because of its status as a general-purpose programming language that can easily crash the process (e.g. by
Thanks. My assumption is that I could never get BBC Basic to pass App Store verification because of its status as a general-purpose programming language that can easily crash the process (e.g. by
|
By
Richard Russell
·
#22409
·
|
|
Revision to 'dlglib' library
As I've mentioned, I'm slowly working through all the BBCSDL example programs and libraries to make them 64-bit compatible (to be more precise, I'm making the example programs compatible and creating
As I've mentioned, I'm slowly working through all the BBCSDL example programs and libraries to make them 64-bit compatible (to be more precise, I'm making the example programs compatible and creating
|
By
Richard Russell
·
#22410
·
|
|
Re: BBC BASIC for iOS?
Hi Richard,
I believe that it would be possible to get BBC Basic to pass the App Store verification.
I think that there are two things that need considering:
1. BBC Basic as an application programming
Hi Richard,
I believe that it would be possible to get BBC Basic to pass the App Store verification.
I think that there are two things that need considering:
1. BBC Basic as an application programming
|
By
Rob McKay
·
#22411
·
|
|
Re: BBC BASIC for iOS?
That's interesting, and deserves more careful study.
> an Application may not download or install
> executable code. Interpreted code may be downloaded
That shouldn't a problem, indeed it seems a
That's interesting, and deserves more careful study.
> an Application may not download or install
> executable code. Interpreted code may be downloaded
That shouldn't a problem, indeed it seems a
|
By
Richard Russell
·
#22412
·
|
|
Is TreeScan.bbc out there somewhere?
Googling TreeScan.bbc indicates that it used to be on the yahooGroup site - now gone I think, I used to be a member, can anyone point me to it, the program, anywhere?
My aim is to go through a given
Googling TreeScan.bbc indicates that it used to be on the yahooGroup site - now gone I think, I used to be a member, can anyone point me to it, the program, anywhere?
My aim is to go through a given
|
By
Paul Hooper
·
#22413
·
|
|
Re: Is TreeScan.bbc out there somewhere?
Indeed it was; I've copied it into the Files area of this group, in the Miscellaneous folder.
Looking at the code it's very Windows specific; these days (with BBC BASIC available for so many
Indeed it was; I've copied it into the Files area of this group, in the Miscellaneous folder.
Looking at the code it's very Windows specific; these days (with BBC BASIC available for so many
|
By
Richard Russell
·
#22414
·
|
|
Re: Is TreeScan.bbc out there somewhere?
Thank you very much, if I come up with something useful I'll be back. BBC Basic - brilliant
Thank you very much, if I come up with something useful I'll be back. BBC Basic - brilliant
|
By
Paul Hooper
·
#22415
·
|
|
Re: Is TreeScan.bbc out there somewhere?
If you want something done, do it yourself, so I've made a very quick hack of the Treescan program so that it will (or at least should) run on all supported platforms; there's an arbitrary limit of
If you want something done, do it yourself, so I've made a very quick hack of the Treescan program so that it will (or at least should) run on all supported platforms; there's an arbitrary limit of
|
By
Richard Russell
·
#22416
·
|
|
Re: BBC BASIC for iOS?
BBC BASIC runs shockingly slowly on the iPhone 5S, worse even than my slowest and cheapest Android tablet! I doubt that the iPhone's CPU is very slow (although Apple may be throttling it to spare the
BBC BASIC runs shockingly slowly on the iPhone 5S, worse even than my slowest and cheapest Android tablet! I doubt that the iPhone's CPU is very slow (although Apple may be throttling it to spare the
|
By
Richard Russell
·
#22417
·
|
|
Re: BBC BASIC for iOS?
An interesting discovery is that it's the graphics that are slow, not the actual computational speed, which is about what you would expect it to be. So I can't blame Clang for the slowness; whether
An interesting discovery is that it's the graphics that are slow, not the actual computational speed, which is about what you would expect it to be. So I can't blame Clang for the slowness; whether
|
By
Richard Russell
·
#22418
·
|
|
Re: BBC BASIC for iOS?
I believe that xamarin uses some of the tools which come with xcode to package applications so a similar solution could be found for BBC Basic.
There is a swift playground application for iOS which
I believe that xamarin uses some of the tools which come with xcode to package applications so a similar solution could be found for BBC Basic.
There is a swift playground application for iOS which
|
By
Rob McKay
·
#22419
·
|
|
Re: Testers wanted
Dear Richard and Group,
I remain very interested in bb4w and also for iOS.
You, or at least the group, don't hear from me, because I am more overloaded than usual, due to an increasingly inform
Dear Richard and Group,
I remain very interested in bb4w and also for iOS.
You, or at least the group, don't hear from me, because I am more overloaded than usual, due to an increasingly inform
|
By
John Nolan
·
#22420
·
|
|
Re: Testers wanted
I'm still investigating what I can do that doesn't fall foul of Apple's very restrictive conditions. They allow time-limited beta testing, so long as the testers are individually appointed and
I'm still investigating what I can do that doesn't fall foul of Apple's very restrictive conditions. They allow time-limited beta testing, so long as the testers are individually appointed and
|
By
Richard Russell
·
#22421
·
|
|
Re: Should I bundle Rubik.bbc with the Android edition?
#poll
The outcome of the poll was a clear majority in favour of bundling Rubik.bbc with the Android edition, despite the resulting increase in size. It is now available for download from the usual
The outcome of the poll was a clear majority in favour of bundling Rubik.bbc with the Android edition, despite the resulting increase in size. It is now available for download from the usual
|
By
Richard Russell
·
#22422
·
|
|
Re: BBC BASIC for iOS?
I can (and do) make sure that the example programs I supply with BBC BASIC have an easy means of returning to the 'IDE', but I have no control over programs written - or downloaded - by the user. If
I can (and do) make sure that the example programs I supply with BBC BASIC have an easy means of returning to the 'IDE', but I have no control over programs written - or downloaded - by the user. If
|
By
Richard Russell
·
#22423
·
|
|
Invitation to test the iOS edition of BBC BASIC
I think I've figured out how to distribute beta-test copies of 'BBC BASIC for iOS', within the constraints imposed by Apple anyway. The main restrictions are that every tester must be individually
I think I've figured out how to distribute beta-test copies of 'BBC BASIC for iOS', within the constraints imposed by Apple anyway. The main restrictions are that every tester must be individually
|
By
Richard Russell
·
#22424
·
|