Hi, I am trying to set up the file share pod, but am getting a problem
where the 'Upload a file..' but is enabled, but clicking on it does
nothing. The fileshare pod appears fine in the window (with upload
button initially disabled), and when the LCCS connects, the 'Upload a
file' button enables correctly, but clicking on it does not bring up any
window. Is there something I am missing? Below is my code import
com.livesas.model.MonitorModelLocator; import mx.events.FlexEvent;
[Bindable] private var modelLocator:MonitorModelLocator =
MonitorModelLocator.getInstance();
As you can see, it is in an AIR application, and I tried
with FP9 and FP10 version of lat...