[Cocoadialog-users] How to contribute code?
Status: Beta
Brought to you by:
sporkstorms
From: Greg S. <gks...@uc...> - 2011-12-29 01:05:31
|
I wrote a function for Cocoadialog that I'd like to contribute for consideration, but I'm not sure of the best way to do this. It's called “listbox” and works like “dropdown” except it displays a list of items in a table instead of using a dropdown menu. This is something I needed, so I added the function to the 2.1.1 code last Spring. Unfortunately, to get the new stuff to compile without warnings, I had to make a few other changes throughout the code such as some casts, plus of course some additions to AppController.m to allow access to the function. I didn't do a “standard-listbox” because I didn't need it. So, how should I proceed with this? Thanks, Greg Shenaut |