Search found 68 matches

by bembulak
Tue Jul 19, 2022 3:45 pm
Forum: General Discussion
Topic: There is a light at the end of the tunnel
Replies: 5
Views: 2130

Re: There is a light at the end of the tunnel

Fred wrote: Wed Jul 06, 2022 7:45 am I can confirm I'm on it right now. Reviewing all feature request and building a TODO list :D
That's really great news!
by bembulak
Fri Apr 22, 2022 10:40 am
Forum: General Discussion
Topic: Creating and iOS App - Error ""
Replies: 2
Views: 2183

Re: Creating and iOS App - Error ""

Have you followed these steps:
viewtopic.php?p=8513#p8513
by bembulak
Fri Apr 22, 2022 10:39 am
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 20543

Re: Horizontal Roulette Game ?

Yes, this should be possible.
by bembulak
Thu Mar 31, 2022 12:08 pm
Forum: General Discussion
Topic: Has SpiderBasic Development Stopped
Replies: 14
Views: 7544

Re: Has SpiderBasic Development Stopped

Fred wrote: Wed Mar 30, 2022 3:48 pm It's not dead, it's on hold until I can finally release PB 6.0. It shouldn't take too much time now.
Good to here! I’m eager for using it, but don’t want to start riding a dead horse.
by bembulak
Wed Mar 23, 2022 6:31 pm
Forum: Tricks 'n' Tips
Topic: iOS-Deployment done easy :-)
Replies: 13
Views: 39108

Re: iOS-Deployment done easy :-)

As of today: Apple now seems to allow average users to have provisioning profiles & dev-certificates for normal iTunes Accounts as well. https://developer.apple.com/support/compare-memberships/ This enables testing on real devices - you just have to set them up once in XCode. No need to have a f...
by bembulak
Sat Feb 26, 2022 1:58 pm
Forum: General Discussion
Topic: SpiderBasic 2.32 beta 1 is available
Replies: 9
Views: 15809

Re: SpiderBasic 2.32 beta 1 is available

But what is the medium-term plan for the development of Spiderbasic? Fred, can you give an update (or just make a decision, even if it should be painful)? Agreed. I'd rather a painful end than endless pain. I really tried to be patient and indulgent. However, waiting and waiting and having my own t...
by bembulak
Mon Nov 22, 2021 6:51 pm
Forum: General Discussion
Topic: Will Spiderbasic be further developed?
Replies: 3
Views: 2219

Re: Will Spiderbasic be further developed?

Another Explanation I had yesterday: Apple's M1 CPU (and their policies for products) might also be challenging. Making all the existing PB-stuff work flawlessly on Apple's new OS & CPU seems a huge task to me.

But all these explanations (for myself to not get impatient) can't go on forever …
by bembulak
Sun Nov 14, 2021 7:23 pm
Forum: General Discussion
Topic: Can not to run any example on Monterey
Replies: 3
Views: 2742

Re: Can not to run any example on Monterey

Glad to hear, that it works!
by bembulak
Mon Nov 08, 2021 7:42 pm
Forum: Tricks 'n' Tips
Topic: How to create an Android application
Replies: 16
Views: 39387

Re: How to create an Android application

The debugger only has to be on if you have not signed your APK. (Android won't let you install an app unless it is signed or the debugger is on) If you don't want to sign your app you can use code from somewhere in this forum that hides the debugger window. The really _is_ a helpful thing. I'm not ...