(no subject)
(no subject)
- Subject: (no subject)
- From: Niko Matsakis <email@hidden>
- Date: Sat, 28 Dec 2002 16:15:47 -0500 (EST)
Since my previous question was so quickly answered, let me ask for some help
in approaching my next project. I really have three questions concerning
Cocoa Java.
0. I have an NSTabView. I call tabview.selectNextTabViewItem() or something
like that and nothing happens. Am I missing something? I expect the next
tab to appear. This is with 10.1, by the way, as I have not yet been able to
upgrade.
1. Is there a way to create a table with different types of cells, such as
PopUpButtons?
2. I want to have an window to allow me to edit some of my data files but the
exact fields in the file are not known until runtime. Basically, it's like
a database where the user can select the type of fields etc. How does one
go about dynamically generating widgets in a window? The only thing I know
how to do dynamically is a datasource for a table, and I think I saw methods
for changing the number of rows etc.
To tie 1 and 2 together: one interface I was thinking for adding entries to the
database is to have a large table, but I'd like some of the columns to be
popupbuttons to allow selection from only a limited set of options.
thanks,
niko
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.