P.S.
For Oscar-In-Tabs for Chrome, an option is the following:
https://chrome.google.com/webstore/detail/one-window/papnlnnbddhckngcblfljaelgceffobn?hl=en
https://github.com/VanCoding/One-Window.git
If it doesn't work for you as it is, let me know.
As it is on chrome.google.com/webstore/, it wouldn't work for me.
I had to modify the code from github.com/VanCoding/One-Window.git to get it to work for me.
--- On Tue, 4/16/13, Darius Opensource <dar...@ya...> wrote:
> From: Darius Opensource <dar...@ya...>
> Subject: [OSCAR-advanced-users] Oscar & Chrome: What's broken and where?
> To: osc...@li...
> Date: Tuesday, April 16, 2013, 8:46 PM
> Quoting Dr Robertson below from
> another thread:
>
> > 1) in labs you cannot jump to the encounter or
> demographic
> > 2) it does not save drawings from my colposcopy
> drawing
> > form
> > 3)it does not import the zipped eforms (the ones where
> all
> > the
> > elements (png,js,and html) are brought in as 1 file
> and
> > distributed to
> > the appropriate places
>
> 1.
> It is possible to jump from labs to demographic or encounter
> in Chrome if popups are allowed.
> To allow popups, do as follows:
> Click the padlock icon left of the addres bar while on
> Oscar.
> Click the permissions tab.
> In the list of permissions, there is one for Popups.
> It will likely say 'Blocked by default'. Clicking
> that will give available options. Select 'Always allow
> on this site' by clicking it.
>
> 2.
> I tested the colposcopy drawing form
> posted here:
> http://www.oscarcanada.org/oscar-users/emr-resource/eform/eform-examples/ob-gyn/colposcopy-intake-and-exam-form/
>
> As posted, it would not redraw the saved drawing in either
> Firefox or Chrome. It was saving the drawing but failing to
> redraw it when the saved eForm was reopened.
>
> A fix for both Firefox and Chrome is as follows:
>
> Change line 677 in 'Colpo with Drawing 2013.html'
> from:
>
> <body onload="init(); ReloadImage();
> SetSwitchOn('Freehand');
> checkIt();onLoad();"
> onMouseDown="showButtons();">
>
> to:
>
> <body onload="init();
> document.getElementById('SubmitData').value=document.getElementById('DrawData').value;
> ReloadImage(); SetSwitchOn('Freehand');
> checkIt();onLoad();"
> onMouseDown="showButtons();">
>
>
>
> 3.
> Importing zipped eForms is broken in Chrome but there
> appears to be a fix.
> As Dr Klein noted, there is no Greasemonkey for Chrome but
> it appears it is possible
> to use scripts with Chrome.
> Attached is eFormImportFix_Chrome.user.js. To install, one
> needs to open the Extension page in Chrome.
> To do so, click the wrench/menu icon at the end of the
> address bar. From the menu, go to Tools>Extensions and
> click.
> Once the Extensions page is open, drag and drop
> eFormImportFix_Chrome.user.js onto it... et voila! Chrome
> should allow zipped eForms to be imported now.
>
> Feedback and reports of what else is broken in Chrome is
> welcome.
>
> Darius.
>
> -----Inline Attachment Follows-----
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of
> advanced
> analytics on semi-structured data. The platform includes
> APIs for building
> apps and a phenomenal toolset for data science. Developers
> can use
> our toolset for easy data analysis & visualization. Get
> a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> -----Inline Attachment Follows-----
>
> _______________________________________________
> OSCARmcmaster-advanced-users mailing list
> OSC...@li...
> https://lists.sourceforge.net/lists/listinfo/oscarmcmaster-advanced-users
>
|