Search found 10 matches

by Fangles
Fri Sep 15, 2017 12:36 am
Forum: Tricks 'n' Tips
Topic: How to debug an Android app
Replies: 5
Views: 22136

Re: How to debug an Android app

IdeasVacuum, there's no problem to upload an apk wirelessy to the phone, I have any number of utilities to do that. But the problem is that when you compile an APK, spiderbasic expects the phone to be connected via usb and it totally hung, needing task manager to kill it. And it didn't create the ap...
by Fangles
Thu Sep 14, 2017 8:54 am
Forum: Tricks 'n' Tips
Topic: How to debug an Android app
Replies: 5
Views: 22136

Re: How to debug an Android app

Is there any way to push an app wirelessy to the device?

I currently have a wireless charging receiver plugged in under the molbile case and can't keep just ripping it out to compile and send.

(I need some help to write a simple happy birthday app for my wife as well:):):):)
by Fangles
Sat Mar 11, 2017 4:10 am
Forum: Feature Requests and Wishlists
Topic: Way of checking for end of data
Replies: 7
Views: 3966

Re: Way of checking for end of data

MrTAToad wrote:Are you omitting the last data line ?
No. I needed a recogniseable end of data marker so I didn't have those runaway problems:)
by Fangles
Sat Feb 18, 2017 8:42 am
Forum: Coding Questions
Topic: SB2.0 (Test Version) - Optimize Java Script BUG
Replies: 4
Views: 2599

Re: SB2.0 (Test Version) - Optimize Java Script BUG

Num3, where do I find the ledgadget example? I used the forum search function and it finds nothing. Manually searched tips and tricks etc as well.

I loved the led example int he purebasic forum and wanted to see it here.
by Fangles
Thu Feb 16, 2017 1:21 am
Forum: Feature Requests and Wishlists
Topic: Way of checking for end of data
Replies: 7
Views: 3966

Re: Way of checking for end of data

MrTAToad wrote:The problem is if you for get any data terminator the program (or rather the browser) will hang...
Weird, the above method works properly for me in PB AND SB without any issues.
by Fangles
Wed Feb 15, 2017 11:00 am
Forum: Feature Requests and Wishlists
Topic: Way of checking for end of data
Replies: 7
Views: 3966

Re: Way of checking for end of data

What's wrong with doing this? It works with PureBasic and I've tested it on a SpiderBasic application Restore BeginDictionary While TempString.s <> "_EndDictionary_" Read.s TempString.s If TempString.s <> "_EndDictionary_" ; Do something here EndIf Wend TempString.s = "<>&qu...
by Fangles
Tue Feb 07, 2017 6:45 am
Forum: Coding Questions
Topic: Using a delay in a stringgadget between changing
Replies: 2
Views: 1890

Re: Using a delay in a stringgadget between changing

That's great Peter, thanks. I just hope it doesn't take me 16 years to get as good at SB as I got at PB (Still making stupid mistakes in that too).

Hoping to port my address book over (and other things (one day)
by Fangles
Mon Feb 06, 2017 7:16 am
Forum: Coding Questions
Topic: Using a delay in a stringgadget between changing
Replies: 2
Views: 1890

Using a delay in a stringgadget between changing

Just started with SpiderBasic to see if I can pick it up and don't actually know anything. For the hell of it, I wanted to read some strings from a datasection and set them to a stringgadget with a delay between each string and have tried a few things including timers and nothing works predictably a...
by Fangles
Sun Jan 29, 2017 7:33 am
Forum: Tricks 'n' Tips
Topic: Make an Android app
Replies: 5
Views: 6668

Re: Make an Android app

Must be missing something but there is nowhere I can see any options to create an android app (Unless the free version doesn't have this?). There are no tabs in "Create App" to select Android/Ios etc. Just standard SB save. **EDIT** Never mind, I had to save it first for the tabs to appear...
by Fangles
Sat Jan 28, 2017 4:44 am
Forum: General Discussion
Topic: Any APK's I can test to see how they look?
Replies: 1
Views: 1765

Any APK's I can test to see how they look?

My friends have been bugging me about rewriting some of my stuff for Android and when I found out that you could create APK's, I opened my idiot mouth and told them and now they won't shut up and leave me alone. How hard is it? (Some of junk stuff stuff is huge and involved and I know I'd have to cu...