hi,
i want to create (generate?) table with names of the streets in alphabetical order.
names are in .txt file.
(second question and wish is if it's possible to make elements in the table clickable)![]()
thank you.
(sorry for my poor english)
Professional Software Development Tools
hi,
i want to create (generate?) table with names of the streets in alphabetical order.
names are in .txt file.
(second question and wish is if it's possible to make elements in the table clickable)![]()
thank you.
(sorry for my poor english)
Hi. Sounds like a perfect job for the new data grid.
http://indigorose.com/forums/showthr...ight=data+grid
Yeah, the DataGrid object is a treasure! But if you are living outside the English spoken area you have to use the LuaCom os.setlocale() to have a proper result, otherwise the DataGrid.SetSortAscending() outputs the same result as Table.Sort().
Take a look at Brett's tip; Changing the Locale