Yes, I just meant the rquirement to do what I need. Thanks for the suggestions.Henko wrote: Well, i have no requirement. I reacted on your saying :
Search found 12 matches
- Sat Apr 16, 2016 7:56 pm
- Forum: Other topics
- Topic: File reading, large numbers and database functionality
- Replies: 8
- Views: 4315
- Flag:
Re: File reading, large numbers and database functionality
- Fri Apr 15, 2016 7:31 pm
- Forum: Other topics
- Topic: Issues trying to create tabbed pages
- Replies: 9
- Views: 3505
- Flag:
Re: Issues trying to create tabbed pages
Does anyone know how to copy the code out of a forum post here, directly on an iPad? I tried the other day and couldn't select and copy the code in the "CODE" section of the post? On my iPad mini I can copy forum code by pressing and holding finger in the code box until a blue box selects all the c...
- Fri Apr 15, 2016 7:21 pm
- Forum: Other topics
- Topic: File reading, large numbers and database functionality
- Replies: 8
- Views: 4315
- Flag:
Re: File reading, large numbers and database functionality
That's quite some requirements :) The main limitation I see there is the fixed size slots. I guess smart data structure design might be anle to get close to that. I'm sure I must have done something like this when I was writing COBOL about 25 years ago. Unfortunately, that code is long lost, just li...
- Mon Apr 11, 2016 10:06 am
- Forum: BASIC programs
- Topic: Faster file read & write data routines (INPUT/OUTPUT)
- Replies: 8
- Views: 4218
- Flag:
Re: Faster file read & write data routines (INPUT/OUTPUT)
I'm back to work today after holidays, so my experimentation is on hold for now, but I'll certainly have a look at whatever you put up.
Thanks.
Thanks.
- Sun Apr 10, 2016 8:59 am
- Forum: Other topics
- Topic: Issues trying to create tabbed pages
- Replies: 9
- Views: 3505
- Flag:
Re: Issues trying to create tabbed pages
Thanks, I'll have a look through next time I get a chance.
As a side issue, does anyone know how to copy the code out of a forum post here, directly on an iPad? I tried the other day and couldn't select and copy the code in the "CODE" section of the post?
As a side issue, does anyone know how to copy the code out of a forum post here, directly on an iPad? I tried the other day and couldn't select and copy the code in the "CODE" section of the post?
- Sun Apr 10, 2016 8:54 am
- Forum: BASIC programs
- Topic: Faster file read & write data routines (INPUT/OUTPUT)
- Replies: 8
- Views: 4218
- Flag:
Re: Faster file read & write data routines (INPUT/OUTPUT)
Nice. My first foray into sB will be doing quite a bit of data manipulation, so this could be useful.
One thing I didn't realise though, is there no limit on the size of a string in sB?
One thing I didn't realise though, is there no limit on the size of a string in sB?
- Sat Apr 09, 2016 11:40 pm
- Forum: Other topics
- Topic: Issues trying to create tabbed pages
- Replies: 9
- Views: 3505
- Flag:
Re: Issues trying to create tabbed pages
Ahh OK, I didn't think page colour would act like an object. I commented the COLOR option and you are correct, all buttons show through, not that that is what I want, but good to know how it works. I did think of using a sprite to make a mask, but I didn't want multiple whole-screen sprites active, ...
- Sat Apr 09, 2016 11:12 pm
- Forum: Other topics
- Topic: Issues trying to create tabbed pages
- Replies: 9
- Views: 3505
- Flag:
Re: Issues trying to create tabbed pages
By default page is transparent in any place which is not used by an object. OK given the clarification on SPRITE HIT, I've refactored to a separate page just for the tabs, and it seems to be going OK. I'm confused about your above comment though, although it doesn't effect what I'm currently doing....
- Sat Apr 09, 2016 10:19 pm
- Forum: Other topics
- Topic: Issues trying to create tabbed pages
- Replies: 9
- Views: 3505
- Flag:
Issues trying to create tabbed pages
Hi all, I'm having some issues with my first program. I'm trying to create a set of pages with buttons on, and using a tab-like interface along the top to swap between the pages. I want to be able to press a given tab to swap to that page of buttons, along with a relevant visual indicator to the pag...
- Fri Apr 08, 2016 9:38 am
- Forum: Other topics
- Topic: File reading, large numbers and database functionality
- Replies: 8
- Views: 4315
- Flag:
Re: File reading, large numbers and database functionality
OK, will do. I do need some more experience though before I have a good idea.