Open GoogleCodeExporter opened 9 years ago
+1
Original comment by iisitede...@gmail.com
on 9 May 2007 at 5:32
fyi, to do this I simply changed the result handler in the
GetDatasourcesCommand() to
the below. I then added
prompt="Select a DSN."
to the combobox in DsnSelectPanel.mxml. One way to do this at least.
public function result( rpcEvent : Object ) : void {
model.datasources.source = rpcEvent.result as Array;
CursorManager.removeBusyCursor();
if (model.datasources.length == 0) {
Alert.show("No supported datasources were found");
}
}
Brian, nice tool,been getting my team to use it here. I REALLY wish the
FlexBuilder/CF team would rewrite the Eclipse Wizard CF-plugins to be XSL
based like
this. Really is a great way to customize easily for your own personal
preference.
DK
Original comment by douglasknudsen@gmail.com
on 6 Jun 2007 at 8:22
Original issue reported on code.google.com by
douglasknudsen@gmail.com
on 3 May 2007 at 4:40