I was referring to this:
or is this a completely different / separate app ?
I was referring to this:
or is this a completely different / separate app ?
It's part of the same app I'm trying to create but they are different concepts. The data from the csv files are used for other fields and are not needed for this table which I have to create unfortunately otherwise it was enough to read these csv data and insert them into the table
Therefore the user is creating these list items by themselves, they can add any data they wish ?
Yes, correct, the user enters a specific part of the medical device (probe, printer, monitor...) and the respective serial number
Then this should be fairly trivial.....
Textbox1 = item
Texbox2 = serial
list = devicesList
addItemtolist devicesList
make a list - Textbox1.Text
- Textbox2.Text
insert header row to list
make a list - Items
- Serials
Init the Tableviewer layout
Set devicesList to data
You can use the CSV to solve this problem
You are STILL creating two separate lists! Why ?
You are right! So I have to create only one procedure, right?
Yes thank you very much it works perfectly, I really don't know how to thank you! I just ask you for one last courtesy: is there a way to keep the length of the columns fixed and view everything without scrolling, like in this image?
do you mean horizontal scroll not wanted?
What's your app look like when running?
Basicly TableViewer is working on HTML/CSS. So you can google for 'how to break line/word in table' for answer.
Here is the solution:
Looks like it will need fixed column widths...
Yes correct, is there a way?
You were very kind, I really don't know how to thank you! Thanks for your availability and promptness
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.