Fields in Livecode
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Fields in Livecode
Thank you & God Bless Everyone
Regards,
lemodizon

Regards,
lemodizon
Re: Fileds in Livecode
That stack really does not help, we already understood how but not what and when you are trying to do.
Again, please answer these questions:
So you have fixed values (70, 30, 60) after which the "column break" should happen?
Or any other "rule" for this?
We need to know WHEN the column-break has to happen or we cannot help you out!
Again, please answer these questions:
So you have fixed values (70, 30, 60) after which the "column break" should happen?
Or any other "rule" for this?
We need to know WHEN the column-break has to happen or we cannot help you out!
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: Fileds in Livecode
Um . . .fixed values (70, 30, 60)
How about counting up to 10 and then starting a new column?
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: Fileds in Livecode
Hmm . . . screws up on the TABs:
- -
Stack removed as "improved" version posted lower down.
- -
Stack removed as "improved" version posted lower down.
Last edited by richmond62 on Sun Jan 23, 2022 4:46 pm, edited 1 time in total.
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: Fileds in Livecode
Ouch!
Debolloxed the TAB problem:
- -
Forgetting that TAB plays 'silly buggers' after strings of different length.
Stack removed as "improved" version posted lower down.
Debolloxed the TAB problem:
- -
Forgetting that TAB plays 'silly buggers' after strings of different length.
Stack removed as "improved" version posted lower down.
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: Fileds in Livecode
Using a Table Field is dead sexy:
-
-
- Attachments
-
- Columnz.livecode.zip
- Here's the stack.
- (1.23 KiB) Downloaded 146 times
-
- Livecode Opensource Backer
- Posts: 10098
- Joined: Fri Feb 19, 2010 10:17 am
Re: Fileds in Livecode
Klaus wrote: ↑Sun Jan 23, 2022 2:00 pmThat stack really does not help, we already understood how but not what and when you are trying to do.
Again, please answer these questions:
So you have fixed values (70, 30, 60) after which the "column break" should happen?
Or any other "rule" for this?
We need to know WHEN the column-break has to happen or we cannot help you out!
Hi Klaus,
I'm not sure if this is correct since it is per line once it reached line 7 ("L7") it will create a column or tab and start at Line 1 (L1) this will be "Col2" and once it the reached line 7 ("L7") it will create a column or tab and start at Line 1 (L1) this will be "Col3. the column will end if col3 reached line 7 ("L7").
Thanks Klaus.
Thank you & God Bless Everyone
Regards,
lemodizon

Regards,
lemodizon
Re: Fileds in Livecode
Hi Richmond62,richmond62 wrote: ↑Sun Jan 23, 2022 4:51 pmUsing a Table Field is dead sexy:
-
SShot 2022-01-23 at 17.49.35.png
Wow, thanks for helping me... I just want to try and make like this see below. i saw this when i went to mcdonalds and i just want to try it in livecode if possible.
Thanks again.
Thank you & God Bless Everyone
Regards,
lemodizon

Regards,
lemodizon