Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #1383 > unrolled thread
| Started by | Andrzej Kozlowski <akoz@mimuw.edu.pl> |
|---|---|
| First post | 2011-04-01 07:33 +0000 |
| Last post | 2011-04-04 10:31 +0000 |
| Articles | 5 — 5 participants |
Back to article view | Back to comp.soft-sys.math.mathematica
Mathematica 8.01 and the CDF plug-in Andrzej Kozlowski <akoz@mimuw.edu.pl> - 2011-04-01 07:33 +0000
Re: Mathematica 8.01 and the CDF plug-in Fonseca <public@fonseca.info> - 2011-04-02 07:50 +0000
Re: Mathematica 8.01 and the CDF plug-in David Bailey <dave@removedbailey.co.uk> - 2011-04-02 07:53 +0000
Re: Mathematica 8.01 and the CDF plug-in roby <roby.nowak@gmail.com> - 2011-04-02 07:54 +0000
Re: Mathematica 8.01 and the CDF plug-in Albert Retey <awnl@gmx-topmail.de> - 2011-04-04 10:31 +0000
| From | Andrzej Kozlowski <akoz@mimuw.edu.pl> |
|---|---|
| Date | 2011-04-01 07:33 +0000 |
| Subject | Mathematica 8.01 and the CDF plug-in |
| Message-ID | <in3v3c$htf$1@smc.vnet.net> |
Has any one succeeded in producing working examples of files in the new Computable Document Format? By "working examples" I mean ones that can be opened and whose dynamic content can be used by someone who does not posses Mathematica but only a CDF browser plugin. I have tried saving notebooks in the CDF format but when I try to open them with the "Wolfram" plugin, I see that it's always "loading" but never gets anywhere. When I open such a file with Mathematica, everything works fine. Have I misunderstood how this new format is supposed to work? Andrzej Kozlowski
[toc] | [next] | [standalone]
| From | Fonseca <public@fonseca.info> |
|---|---|
| Date | 2011-04-02 07:50 +0000 |
| Message-ID | <in6kfh$2i2$1@smc.vnet.net> |
| In reply to | #1383 |
Hi, I had no problem with the tests I've done. I was also able to get into an unique mht file the cdf, a java script that checks if the player is installed, and an image that appears if it is not installed, and explains how to proceed (links to wolfram's download). To get a little closer to unreadable source code, each of these files (cdf, js, png) were transformed into base64 (using Mathematica itself), and only after, manually registered inside the mht file (lost some time trying to figure out how this works; if someone knows of a tool to edit this kind of files, and that manages the base64 option , I would greatly appreciate to know about it). I then sent the mht file to a couple of people that didn't had Mathematica or any player installed, and everything went as expected. I also thought of a way of placing inside the mht file, the cdf player itself, but I think that would violate the distribution license. I ended up very happy with the toy I made, but it is completely useless since it doesn't have strong encryption, neither a way of controlling access to it (signed computer id license, usb dongle, etc). And I can also say (or probably insist) that my colleagues, although they liked the sliders, and locators, they also saw it as a toy, and nothing more, since they could not get data into it, or save data from it, or better, interact with it from a different environment (the way I see it, there is absolutely no integration on this technology, and integration is or has been the way of the future...). I can send you an example when I get back to the office (can't send you my first trial because it has proprietary knowledge, and as you know, there's no strong encryption...). Regards, P. Fonseca
[toc] | [prev] | [next] | [standalone]
| From | David Bailey <dave@removedbailey.co.uk> |
|---|---|
| Date | 2011-04-02 07:53 +0000 |
| Message-ID | <in6kl6$2kn$1@smc.vnet.net> |
| In reply to | #1383 |
On 01/04/2011 08:33, Andrzej Kozlowski wrote: > Has any one succeeded in producing working examples of files in the new > Computable Document Format? By "working examples" I mean ones that can > be opened and whose dynamic content can be used by someone who does not > posses Mathematica but only a CDF browser plugin. > > I have tried saving notebooks in the CDF format but when I try to open > them with the "Wolfram" plugin, I see that it's always "loading" but > never gets anywhere. When I open such a file with Mathematica, > everything works fine. > > Have I misunderstood how this new format is supposed to work? > > Andrzej Kozlowski > I contacted support about the CDF player, it would seem that at present the new player is really just another version of Mathematica Player - i.e. there is no PlayerPro support inside it yet! David Bailey http://www.dbaileyconsultancy.co.uk
[toc] | [prev] | [next] | [standalone]
| From | roby <roby.nowak@gmail.com> |
|---|---|
| Date | 2011-04-02 07:54 +0000 |
| Message-ID | <in6koi$2lr$1@smc.vnet.net> |
| In reply to | #1383 |
On 1 Apr., 09:33, Andrzej Kozlowski <a...@mimuw.edu.pl> wrote: > Has any one succeeded in producing working examples of files in the new > Computable Document Format? By "working examples" I mean ones that can > be opened and whose dynamic content can be used by someone who does not > posses Mathematica but only a CDF browser plugin. > > I have tried saving notebooks in the CDF format but when I try to open > them with the "Wolfram" plugin, I see that it's always "loading" but > never gets anywhere. When I open such a file with Mathematica, > everything works fine. > > Have I misunderstood how this new format is supposed to work? > > Andrzej Kozlowski Hi Andrzej, I have been able to save simple Manipulate[ ] based notebooks as 8.0.1 *.CDF. Have tried them with the plugin running either Chrome or Firefox both latest versions, both running. Are you able to run the Wolfram demonstartions with the plugin ? Are you able to run the CDF with the stand alone (not browswer hosted) CDF player ? Are you shure that you have the plugin installed ? Cheers Robert
[toc] | [prev] | [next] | [standalone]
| From | Albert Retey <awnl@gmx-topmail.de> |
|---|---|
| Date | 2011-04-04 10:31 +0000 |
| Message-ID | <inc6mo$10b$1@smc.vnet.net> |
| In reply to | #1383 |
Hi,
> Has any one succeeded in producing working examples of files in the new
> Computable Document Format? By "working examples" I mean ones that can
> be opened and whose dynamic content can be used by someone who does not
> posses Mathematica but only a CDF browser plugin.
Yes, it has some limitations but for simple cases seems to work
straightforward: if I put this into a Mathematica notebook:
Manipulate[Plot[x^n, {x, 0, 1}], {n, 1, 10}]
evaluate it and then "Save As" -> CDF I can open the resulting file with
the CDF-Player. After opening it the player shows a warning about unsave
content and I have to click a button "Enable Dynamics" and after that I
can play with the Manipulate. What did you try and what did not work?
> I have tried saving notebooks in the CDF format but when I try to open
> them with the "Wolfram" plugin, I see that it's always "loading" but
> never gets anywhere. When I open such a file with Mathematica,
> everything works fine.
Maybe you should try first to open the files within the standalone
CDF-Player (not within the plugin). The plugin seems to have some
further restrictions compared to the standalone CDF-Player, e.g. a
simple MessageDialog did not work in the plugin for me. For simple cases
that probably shouldn't make a difference though. Also if you have
Mathematica and the Player installed I think the plugin will by default
use Mathematica, not the Player, so in that case you are testing the
plugin+Mathematica, not the plugin+Player.
> Have I misunderstood how this new format is supposed to work?
Hard to say if 1) we don't know what your understanding of it is, and 2)
the format is not officialy released (http://www.wolfram.com/cdf/) :-)
hth,
albert
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web