I am working with GWT and trying to add a flex application in the web.
I am using gwt2swf.jar and gwt-fabridget.jar.
My flex app has a chart using a DateTimeAxis on an axis. I was trying
to change the min and max date but setProperty doesn't accept Date.
Does anyone know how can I use a Date?
This is the gwt code used in the FABridge library:
BridgeObject flexApp = swfWidget.root();
BridgeObject haxis = flexApp.getObject("hAxis"); //hAxis is the
id of DateTimeAxis
haxis.setProperty("minimum", minDate); // Doesn't accept Date
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---