Re: [Fxruby-users] Listview control
Status: Inactive
Brought to you by:
lyle
From: Carl Y. <ca...@yo...> - 2003-12-15 02:42:56
|
Never mind. I guess I need to call appendItem to add to the end of the list. But I'm still a little confused by setItemData. It takes two parameters, index and data. What does data contain and how do I set the values of multiply columns? Thanks, Carl Carl Youngblood wrote: > Is there a shortcut for inserting at the end of an iconlist, such as > > iconlist.insertItem(END, "Text to insert") > > ? > > Thanks, > Carl > > Sander Jansen wrote: > >> Yes... unless you make a control somewhere, the user can never >> switch the view mode by himself. >> >> Sander >> >> On Sunday 14 December 2003 07:45 pm, Carl Youngblood wrote: >> >> >>> Thanks. The reason I shied away from FXIconList was that it said that >>> it could be toggled between three different viewing modes. As long as >>> I can keep the user from toggling into the other two modes this sounds >>> like it will work fine. Is this the case? >>> >>> Thanks, >>> Carl >>> >>> Sander Jansen wrote: >>> >>> >>>> You're looking for FXIconList which has a detailed mode, that exactly >>>> looks like the one in the screenshot. >>>> >>>> Sander >>>> >>>> On Sunday 14 December 2003 07:39 pm, Carl Youngblood wrote: >>>> >>>> >>>>> Hello, >>>>> >>>>> I'm trying to create a control like this: >>>>> >>>>> http://fox-toolkit.org/screenshots/ss2.png >>>>> >>>>> Is there a built-in class for this type of control or must I do some >>>>> modifications to the FXHeader class. The FXHeader example on the >>>>> FXRuby >>>>> web site doesn't give you a unified list that highlights all the way >>>>> across the view. Each column gets highlighted separately. >>>>> >>>>> Thanks for your time. >>>>> >>>>> Carl Youngblood >>>>> >>>> >> >> >> |