My widget UI does not show up when viewed in a browser outside of OWF

29 views
Skip to first unread message

DemiSheep

unread,
Dec 30, 2014, 9:09:23 AM12/30/14
to ozonepla...@googlegroups.com
Does anyone have any ideas as to why my widget UI does not show up (isn't drawn/displayed) when I view my widget within the browser outside of OWF?

I'm using Firefox and I get no errors at all within Firebug.

Respectfully,
Andre

Tina Coleman

unread,
Dec 30, 2014, 10:01:59 AM12/30/14
to ozonepla...@googlegroups.com

Do you by chance have your widget UI drawn through OWF.ready?   That wouldn’t be executed outside of OWF – you’d want to make a decision to execute based on Ozone.util.isRunningInOWF – if false, then run the same code you’d otherwise have executed through OWF.ready. 

 

Beyond that, I’d make use of Firebug (good to see it or Chrome developer tools being used) to see what things get loaded and what network calls get made in the OWF environment versus the non-OWF to see where the issue is. 

 

 

Tina Coleman

NEXTCENTURYCORPORATION
7075 Samuel Morse Drive, Suite 250 | Columbia, MD 21046
m 443.545.3100 | f 443.285.0799 |www.nextcentury.com

DemiSheep

unread,
Dec 31, 2014, 2:29:51 PM12/31/14
to ozonepla...@googlegroups.com
Thanks Tina, I had a "duh" moment - yes exactly right.

Thank you very much though, that is a great idea on executing based on Ozone.util.isRunningInOWF.
Reply all
Reply to author
Forward
0 new messages