Hi Mike, if I had to do it, I'd do it by changing the Visibility of the widgets, like that:
mywidget.Visible = false; or mywidget.Visible = true; Altough your screenshot looks great, did you try implementing that via a popup menu with checkitems? it seems more natural to me (mho). regards s On Tue, 2007-01-09 at 22:38 +0100, Mike Gemünde wrote: > Hi, > > I'm working on this feature; > http://bugzilla.gnome.org/show_bug.cgi?id=380958 > > The actual state can you see at the screenshot/attachment. > > My Problem is, I don't know how I should handle the Widgets appearing > and disappearing when select or deselect one of these Options. Should I > use Hide() and Show()? Or create New Widgets and Delete them? > > hope anyone have a hinz. The most time I needed was to understand the > code and this is the first c# code I write. > > Mike > _______________________________________________ > F-spot-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/f-spot-list -- Stephane Delcroix [EMAIL PROTECTED] _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
