DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:jcapture

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:jcapture [2013-11-26 19:02] – [Discussions] 108.27.38.82plugin:jcapture [2022-01-29 20:21] (current) Klap-in
Line 1: Line 1:
-====== jcapture plugin ======+====== jCapture Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Captures screen shots or screen activity and audio, and uploads directly to DokuWiki without intermediary files.+description: Captures screen shots or screen activity and audio, and uploads directly to DokuWiki without intermediary files
 author     : Pavel Vlasov author     : Pavel Vlasov
-email      : Pavel.Vlasov@hammurapi.com +email      : Pavel.Vlasov@nasdanika.org
 type       : syntax  type       : syntax 
-lastupdate : 2013-06-17 +lastupdate : 2014-01-24 
-compatible : Weatherwax, Angua, Adora Belle +compatible : Weatherwax, Angua, Adora Belle, Binky 
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : media, images, video, sound, audio, applet, java+tags       : !obsolete, media, images, video, sound, audio, applet, java
  
-downloadurl: http://www.hammurapi.com/products/jcapture/jcapture.zip+downloadurl: https://github.com/jjarokergc/jCapture/zipball/master 
 +bugtracker :  
 +sourcerepo : https://github.com/jjarokergc/jCapture 
 +donationurl:  
 + 
 +screenshot_img: 
 ---- ----
  
-[[http://www.hammurapi.com/dokuwiki/doku.php/products:jcapture:start|jCapture plug-in homepage]] contains detailed installation, configuration and usage instructions.+Java applets such as used in this plugin are not supported in recent browsers anymore. 
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL (http://www.hammurapi.com/products/jcapture/jcapture.zip) given above. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Requirements ===== ===== Requirements =====
 +
 jCapture is an applet. It was tested in FireFox 3.6 and IE, and DokuWiki 2009-12-25c. <del>It requires [[http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html|JRE version 7 (aka 1.7)]]</del> Recent versions require Java 6 update 10 or above. jCapture is an applet. It was tested in FireFox 3.6 and IE, and DokuWiki 2009-12-25c. <del>It requires [[http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html|JRE version 7 (aka 1.7)]]</del> Recent versions require Java 6 update 10 or above.
  
Line 27: Line 34:
  
 You can [[http://javatester.org/|check Java JRE version here]]. Make sure to install same version as your browser (32 bits vs 64 bits) You can [[http://javatester.org/|check Java JRE version here]]. Make sure to install same version as your browser (32 bits vs 64 bits)
-===== Resources and downloads ===== 
-  * [[http://www.hammurapi.com/products/jcapture/jcapture.zip]] - Plug-in zip file.  
  
-===== Download and Installation ===== 
- 
-Download and install the plugin using the Plugin Manager and the URL (http://www.hammurapi.com/products/jcapture/jcapture.zip) given above.  
  
 ===== Usage ===== ===== Usage =====
 +
 Once you install the plug-in, there will be a new tool bar item. Once you install the plug-in, there will be a new tool bar item.
  
Line 42: Line 45:
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
 +
 If the plug-in doesn't work, check Java console and Error console (if you are using FireFox). If the plug-in doesn't work, check Java console and Error console (if you are using FireFox).
  
Line 48: Line 52:
 Is it possible to do screenshots in png or jpg format? The gif format restricts to 256 colors! /alex Is it possible to do screenshots in png or jpg format? The gif format restricts to 256 colors! /alex
  
-Yes, it was implemented in 2010/10/30 version. Just change file extension. See http://www.hammurapi.com/dokuwiki/doku.php/products:jcapture:start#image_format for more details.+Yes, it was implemented in 2010/10/30 version. Just change file extension. See http://www.nasdanika.com/wiki/doku.php?id=products:jcapture:start#image_format for more details.
  
 I'm getting the following error in Firefox. How to resolve? /chris<file>uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.statusText]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://wiki.example.com/lib/exe/js.php?tseed=1297875039 :: anonymous :: line 1"  data: no]</file> I'm getting the following error in Firefox. How to resolve? /chris<file>uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.statusText]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://wiki.example.com/lib/exe/js.php?tseed=1297875039 :: anonymous :: line 1"  data: no]</file>
Line 74: Line 78:
 2013-05-27 (Proxymus) I have the same problem as EanderAlx. The plugin destroys some dokuwiki functions. 2013-05-27 (Proxymus) I have the same problem as EanderAlx. The plugin destroys some dokuwiki functions.
  
-2013-06-12 (EanderAlx) Dirty workaround is to reenable deprecated functions in js see here: https://bugs.dokuwiki.org/index.php?do=details&task_id=2758 as mentioned on the page of [[plugin:edittable|edittable plugin]].+2013-06-12 (EanderAlx) Dirty workaround is to reenable deprecated functions in js.
  
 2013-08-01 (Dior) Hi, I get following Message in the Java Console: \\ 2013-08-01 (Dior) Hi, I get following Message in the Java Console: \\
Line 85: Line 89:
  
 2013-11-05 (Dior) The "Missing Codebase..." is still there in Java 7.25 & 7.45. 2013-11-05 (Dior) The "Missing Codebase..." is still there in Java 7.25 & 7.45.
-There is another thing: Every time I try to change the size of the capture window (Edit: only "on the right side" of the window) the window dissaper. Only solution is to save or dismiss the Change in the wiki page and start edit again.+There is another thing: Every time I try to change the size of the capture window (Edit: only "on the right side" of the window) the window dissaper. Only solution is to save or dismiss the Change in the wiki page and start edit again. (not fixed in the Version of 2014-01-24)
  
 +2014-01-10 (Dior) Every Time it took at least 1 Minute to start jcapture plugin...
 +-> fixed in the Version of 2014-01-24, THX!!
  
 +2014-09-04 (Daniel) Each time I try to capture a screen, nothing appends ans I get the following error messages in the console :
 +TypeError: jCaptureApplet.showCaptureFrame is not a function js.php:18
 +reflow : 0.58ms fonction fillInPageTooltip, popup.xml ligne 612
 +reflow : 0.33ms
plugin/jcapture.1385488952.txt.gz · Last modified: 2013-11-26 19:02 by 108.27.38.82

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki