I have a Tabset in which I display a Google Earth plugin. When the plugin is on the second tab, it will not instantiate properly. No problems when it is in the first.
In Flex/Flash there is a creationPolicy property for Canvas and other layout objects. When it is not set to "all", certain things will remain null, and cause problems if you assume they will be ready. I'm guessing that this same type of thing may be the cause for this 2nd tab issue. Do SmartGWT components have an equivalent that would assist with this type of problem?
Thanks,
In Flex/Flash there is a creationPolicy property for Canvas and other layout objects. When it is not set to "all", certain things will remain null, and cause problems if you assume they will be ready. I'm guessing that this same type of thing may be the cause for this 2nd tab issue. Do SmartGWT components have an equivalent that would assist with this type of problem?
Thanks,
Comment