Hi there!
With help of some guys (Klaus, thank U so much!) i made the interface for working with database.
Now i can:
- add the persons to database
- modify the person's data
- delete the persons
This data is stored in external file of SQLite
I'm showing this data in "Scrolling field" and here i got a problem:
When i retrieve data from database, diffrent fields separetes by "Tab" characters and different rows by "return" character.
Whole this text is placed in variable which i put in the scrolling field.
You can see how it looks in the picture attached to message.
Different cells located at different distance not as it looks in a table. What am I do?
What to choose: Scrolling field or Basic table field
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: What to choose: Scrolling field or Basic table field
Hi Ultravibe,
if you will only DISPLAY data, then you should use a "simple" scrolling text field!
And since this is "just" an ordinary text field, you should set its TABSTOPS (the width of one TAB), see dictionary,
you can do so via script or in the Inspector for your field.
Hint: The guys are spelled:
John Cusack and Serge Gainsbourg
Best
Klaus
if you will only DISPLAY data, then you should use a "simple" scrolling text field!
And since this is "just" an ordinary text field, you should set its TABSTOPS (the width of one TAB), see dictionary,
you can do so via script or in the Inspector for your field.
Hint: The guys are spelled:
John Cusack and Serge Gainsbourg

Best
Klaus
Re: What to choose: Scrolling field or Basic table field
Hi Ultravibe,
in the IDE in menu Development -> Plugins there is a plugin revTabRule.
Select that menu. Now in Edit mode you select your field. Then a ruler appears on top of the field and you can set the tabstops. The plugin asks you then if you want to save your settings.
That is the easiest way to set the tabstops in my opinion.
Kind regards
Bernd
in the IDE in menu Development -> Plugins there is a plugin revTabRule.
Select that menu. Now in Edit mode you select your field. Then a ruler appears on top of the field and you can set the tabstops. The plugin asks you then if you want to save your settings.
That is the easiest way to set the tabstops in my opinion.
Kind regards
Bernd
Re: What to choose: Scrolling field or Basic table field
Klaus, thanks for the hint!)))))))
I choose the tabStops property and also hGrid & vGrid )))))))
I choose the tabStops property and also hGrid & vGrid )))))))