Display Area:
Open gsrao opened 11 years ago
Add the following to your page where js/libs/flashcanvas.js is the location of your flashcanvas.js file
On Tue, Feb 19, 2013 at 9:36 AM, gsrao notifications@github.com wrote:
Examples provided in the jsignature , i am trying the same which is working in IE9 but not the IE7/8. However I noticed that demo pages http://willowsystems.github.com/jSignature/#/demo/ works for IE7/8/9.
I am new to FlashCanvas.
I need to get the signature working in IE7/8. Any help on this is highly appreciated.
— Reply to this email directly or view it on GitHubhttps://github.com/brinley/jSignature/issues/30.
Brinley Ang Software Developer & Consultant http://www.unbolt.net
Brinly Thanks for your quick response. I did the one you mentioned. Before that, can you please check examples you have provided in the code base in IE7/8.
Examples not working. I have similar issue in my code too, so trying to find what is the issue.
Thanks GSRao
On 2/19/2013 11:49 PM, Brinley Ang wrote:
Add the following to your page where js/libs/flashcanvas.js is the location of your flashcanvas.js file
On Tue, Feb 19, 2013 at 9:36 AM, gsrao notifications@github.com wrote:
Examples provided in the jsignature , i am trying the same which is working in IE9 but not the IE7/8. However I noticed that demo pages http://willowsystems.github.com/jSignature/#/demo/ works for IE7/8/9.
I am new to FlashCanvas.
I need to get the signature working in IE7/8. Any help on this is highly appreciated.
— Reply to this email directly or view it on GitHubhttps://github.com/brinley/jSignature/issues/30.
Brinley Ang Software Developer & Consultant http://www.unbolt.net
— Reply to this email directly or view it on GitHub https://github.com/brinley/jSignature/issues/30#issuecomment-13788343.
Brinly, I have tried the examples provided in the code base and it is not working IE7.
I dont have time to look into this at this moment. I've assigned to dvdotsenko perhaps he can shed some light as the working page was written by him.
Hi dvdotsenko , Can you please help out resolving this issue.
Ok, found and fixed. Can you see if http://www.unbolt.net/jSignature now on your IEs?
I tried replacing the flashcanvas.js and still having the same issue. Any help is appreciated,
Hi,
Can you confirm if my demo page works for you? Our flash canvas version has some customised code so you'll need to use the one in the repo.
Regards, Brinley On May 5, 2013 9:11 AM, "gsrao" notifications@github.com wrote:
I tried replacing the flashcanvas.js and still having the same issue. Any help is appreciated,
— Reply to this email directly or view it on GitHubhttps://github.com/brinley/jSignature/issues/30#issuecomment-17454032 .
Brinely, Yes, your demo page works find in IE7/8
Hi,
Then please use the flashcanvas.js found in our jSignature git repo and you should be set.
Regards, Brinley
On Sun, May 5, 2013 at 10:16 AM, gsrao notifications@github.com wrote:
Brinely, Yes, your demo page works find in IE7/8
— Reply to this email directly or view it on GitHubhttps://github.com/brinley/jSignature/issues/30#issuecomment-17454992 .
Brinley Ang Software Developer & Consultant http://www.unbolt.net
i did copy flashcanvas.js from jSignature-master\libs, but still didn't get it working.
Did you manually add a
And did you also download the flashcanvas.swf file?
Otherwise can you send me your source code or the page url to have a look?
On Sun, May 5, 2013 at 10:29 AM, gsrao notifications@github.com wrote:
i did copy flashcanvas.js from jSignature-master\libs, but still didn't get it working.
— Reply to this email directly or view it on GitHubhttps://github.com/brinley/jSignature/issues/30#issuecomment-17455207 .
Brinley Ang Software Developer & Consultant http://www.unbolt.net
Below is the code, the problem. we did add a condition load of flashcanvas.js.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:p="http://primefaces.org/ui" xmlns:f="http://java.sun.com/jsf/core">
Display Area:
Examples provided in the jsignature , i am trying the same which is working in IE9 but not the IE7/8. However I noticed that demo pages http://willowsystems.github.com/jSignature/#/demo/ works for IE7/8/9.
I am new to FlashCanvas.
I need to get the signature working in IE7/8. Any help on this is highly appreciated.