08-02-2004, 04:23 AM | #1 |
Member
Posts: 17
Karma: 10
Join Date: May 2004
Device: palm Tungsten E
|
Calculation fileds
Hi,
I´m using iSilo 4.05 and iSiloX 4.01... I want to use calculations. Something like this: I enter a weight (w) and from this weight I want to claculate a formula = ((w*12*60)/500) Is this possible in iSilo? If how? All help we´ll be appriciated Yours Peter |
08-02-2004, 07:58 AM | #2 |
Recovering Gadget Addict
Posts: 5,381
Karma: 676161
Join Date: May 2004
Location: Pittsburgh, PA
Device: iPad
|
Peter,
I could be wrong because iSilo does do a lot, but I don't think it does that kind of calculation. I'd try something like DocumentsToGo for the Excel component, or maybe one of the free Basic programming languages... Take care! |
Advert | |
|
08-02-2004, 09:32 AM | #3 |
mechanoholic
Posts: 582
Karma: 1000217
Join Date: Mar 2004
Location: Sarasota, FL
Device: Nook STR/iPhone 4S/EVO 4G
|
Yah, I think that you misunderstand what iSilo is for. It is only for reading, not for calculating. Perhaps you have it confused with something else.
|
08-03-2004, 04:58 AM | #4 | |
Member
Posts: 17
Karma: 10
Join Date: May 2004
Device: palm Tungsten E
|
Quote:
I was hoping that it´s possible to transslate this with the help of iSiloX |
|
08-03-2004, 06:02 AM | #5 |
Enthusiast
Posts: 47
Karma: 27
Join Date: Jul 2003
Location: France
Device: al
|
You can use the Mobipocket Reader javascript capabilities.
See calculators and quizzes on Mobipocket website : http://www.mobipocket.com/en/Downloa....asp?feature=7 |
Advert | |
|
08-03-2004, 05:05 PM | #6 |
Groupie
Posts: 160
Karma: 3134
Join Date: Jun 2004
Location: United States
Device: Palm Treo 700p & iPaq hx2755
|
Peter, do you have a website in particular that you want to convert that we can use for testing?
|
08-04-2004, 05:22 AM | #7 |
Is papyrophobic!
Posts: 1,926
Karma: 1009999
Join Date: Aug 2003
Location: USA
Device: Dell Axim
|
Peter, iSiloX doesn't support Javascript (yet), which is a client-based script language. But if you implement your calculations with a server-based language such as php or asp, then the results will also be given by the server and converted nicely by iSilo.
|
08-10-2004, 03:02 AM | #8 | |
Member
Posts: 17
Karma: 10
Join Date: May 2004
Device: palm Tungsten E
|
Quote:
I want to do the calculations direct on the handheld |
|
08-10-2004, 03:04 AM | #9 | |
Member
Posts: 17
Karma: 10
Join Date: May 2004
Device: palm Tungsten E
|
Quote:
|
|
08-10-2004, 03:07 AM | #10 |
Fully Converged
Posts: 18,171
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
|
Peter,
AFAIK this is not possible with iSilo or Plucker. But as user Mobipocket already answered, the Mobipocket Reader might be able to do that and you should give it a try. |
08-10-2004, 03:10 AM | #11 | |
Member
Posts: 17
Karma: 10
Join Date: May 2004
Device: palm Tungsten E
|
Quote:
|
|
08-10-2004, 07:05 AM | #12 |
Enthusiast
Posts: 47
Karma: 27
Join Date: Jul 2003
Location: France
Device: al
|
There is not really tutorials about that, as this is usual HTML (<form>, <input> tags, ...) and javascript.
You need the PRCGEN command line tool to compile these eBooks, or you can use the Mobipocket Creator to build them (use a blank publication and add the HTML files you manually write). You can get the PRCGEN SDK documentation here: http://www.mobipocket.com/en/Downloa...sPublisher.asp (freely downloadable). We are going to publish a free version of the PRCGEN command line tool, along with the PRCGEN SDK. You will be able to use it to build free eBooks. Please note that the PRCGEN SDK help describes the Javascript support in Mobipocket Reader 4.6. We now support functions, string objects, local/global variables, ... and ASP-like scripting in JavaScript (ECMA-262). You can also submit forms, and send them to a web server, via the Web Companion synchronization. This updated documentation will come soon. |
08-10-2004, 02:03 PM | #13 | |
Member
Posts: 17
Karma: 10
Join Date: May 2004
Device: palm Tungsten E
|
Quote:
|
|
08-11-2004, 06:55 AM | #14 |
Enthusiast
Posts: 47
Karma: 27
Join Date: Jul 2003
Location: France
Device: al
|
in an HTML file, you make you calculator. here is an example:
-------------------------------------------------------- <p>Guess the solution :</p> <form name="my_form" onsubmit="if (mytext.value==solution.value) alert ('correct'); else alert (try again!); return false;"> <input type="text" name="my_text"/> <input type="hidden" name="solution" value="test" /> <input type="submit" value="Let's see"/> </form> <a onclick="alert ("the solution was : " + document.my_form.solution.value);">see answer</a> -------------------------------------------------------- Create a blank publicaton with the Mobipocket Creator, add the HTML file, build the eBook. Use the eBook with Mobipocket Reader. Please note that using the javascript capabilities requires the Mobipocket Reader Pro on your PDA. You can do calculators, currency converter (like the eNews you can subscribe to in the Web Companion, and you can also see the HTML code inside).... |
08-13-2004, 09:15 AM | #15 | |
Member
Posts: 14
Karma: 10
Join Date: Mar 2003
|
Quote:
/Peter |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
what's the big deal about formats? -- a little calculation | sic | Sony Reader | 4 | 11-25-2006 03:10 PM |