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 the DateTimeAxis class. 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.setProperty("minimum", minDate);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to