opinion on mailing list and combobox
I think the mailing list should remain as is. Keep everything
together. If its split up, most active users will end up just
subscribing to all categories (so no gain). But the archive search
could be better.
--
>private function initCellRenderer() : Void
>{
> var sourceArray = [ "varchar", "smallint", "tinyint", "int",
> "money", "float", "datetime", "text"];
>
> ComboBoxCellRenderer.dataProvider = sourceArray;
>
>}
try something like this
var sourceArray;
public function setdataProviderDataType() {
sourceArray.removeAll();
//or ComboBoxCellRenderer.dataProvider.removeAll();
sourceArray.addItem("hello");
//or ComboBoxCellRenderer.dataProvider.addItem("hello");
}
private function initCellRenderer() : Void
{
sourceArray = [ "varchar", "smallint", "tinyint", "int",
"money", "float", "datetime", "text"];
ComboBoxCellRenderer.dataProvider = sourceArray;
}
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~->
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/