Re: Win32Lib: making a "List Table"?
On Tue, 1 Feb 2000 16:26:47 GMT, Lewis Townsend <keroltarr at HOTMAIL.COM>
wrote:
>Hello,
>
>>I think I would like to use a "List Table" in an app, (like a list box,
but
>>in table format to show association between items); when an item in one
>>part
>>of the table is selected, the whole line is too.
>
>>Any suggestions? (perhaps this is a candidate for a new control??)
>
>Sounds like we need a grid control.
>
Oooh ooooh ooooh! (waives hand wildly) There is a great grid control out
there I just used to write a massive (30000 lines of code) scheduling
program for an east coast grocery-chain. It is called XGrid, and you can
download a demo at http://www.green-tree.com. Here's the catch - it's
an activeX control, so you have to write your program in another language.
Yet another lonely cry goes out for COM/ActiveX support in Eu3.0! (Help me
out here people...) BTW, that also counts as a less loney cry for (built-
in) object-oriented Euphoria...
Until Eu DOES support activeX controls, try looking into the listview
control. It's not wrapped into win32lib, so you'll have to hack it in
yourself, but it does have an option to display gridlines in report mode,
which makes it do the same thing as in the example, but using just one
control.
Brian
|
Not Categorized, Please Help
|
|