Re: Tables!!!
---Reply to mail from Adam McDaniel about Tables!!! > Question though, to apply this patch, did you base it off of the CVS > code in unstable, or the 1.2 branch? While I was connected to send e-mail, I downloaded the latest CVS. (took about 20 min. I live out in the boonies, and barely have phone service, so my connection is pretty slow.) I'll re-post my diffs (tomorrow) against the 'latest' CVS. ---End reply Christopher R. Hawks HAWKSoft - MS-DOS is the worst text adventure game I have ever played: poor vocabulary, weak parser and a boring storyline. --Ignatios Souvatzis ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
RE: Tables!!!
---Reply to mail from Blake Winton about Tables!!! >> Chris Hawks <[EMAIL PROTECTED]> wrote: >> > my IIIx. I may be the only person on the web without a >> > homepage, so, I have nowhere to post them. >> Free hosting services abound. Please use. > > Or email them to my home account, and I'll put them up for you, > and mail you a link back. Great! Thanks. ---End reply Christopher R. Hawks HAWKSoft - "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Re: Tables!!!
---Reply to mail from Adam McDaniel about Tables!!! > Interesting, nonetheless. I take it there is no horizontal scrollbar :) > How do people see the data on the side? > > I suppose one way to do this may be a 'pendown and drag' style. That > might work. Ofcourse, that might be difficult :) That's exactly what I did. (See below) "When the link is tapped, it shows the table the same way we do large images." >> It won't (so far) work any different on a hires device. It needs to be >> smart enough to inline tables if it can. It just adds a link to the table >> in the page. When the link is tapped, it shows the table the same way we >> do large images. It displays MaxExtentX() x MaxExtentY() scrollable. > > As long as you didn't hardcode any values anywhere and used the > proper functions, that should be sufficient. I medeled the code after the large image stuff, so, it a large image uses your whole screen, tables will too. > Question though, to apply this patch, did you base it off of the CVS > code in unstable, or the 1.2 branch? CVS, but, my copy may be a week or two old. ---End reply Christopher R. Hawks HAWKSoft - The most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny ..." -- Isaac Asimov ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
RE: Tables!!!
> Chris Hawks <[EMAIL PROTECTED]> wrote: > > my IIIx. I may be the only person on the web without a > > homepage, so, I have nowhere to post them. > Free hosting services abound. Please use. Or email them to my home account, and I'll put them up for you, and mail you a link back. Later, Blake. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Re: Tables!!!
Chris Hawks <[EMAIL PROTECTED]> wrote: > my IIIx. I may be the only person on the web without a homepage, so, I > have nowhere to post them. Free hosting services abound. Please use. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Re: Tables!!!
On Thu, Nov 28, 2002 at 05:36:41PM -0500, Chris Hawks wrote: > I exceeded the 40k limit for messages. So here's one screenshot from > my IIIx. I may be the only person on the web without a homepage, so, I > have nowhere to post them. Interesting, nonetheless. I take it there is no horizontal scrollbar :) How do people see the data on the side? I suppose one way to do this may be a 'pendown and drag' style. That might work. Ofcourse, that might be difficult :) > It won't (so far) work any different on a hires device. It needs to be > smart enough to inline tables if it can. It just adds a link to the table > in the page. When the link is tapped, it shows the table the same way we > do large images. It displays MaxExtentX() x MaxExtentY() scrollable. As long as you didn't hardcode any values anywhere and used the proper functions, that should be sufficient. Question though, to apply this patch, did you base it off of the CVS code in unstable, or the 1.2 branch? -- Adam McDaniel Array.org Calgary, AB, Canada ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Re: Tables!!!
---Reply to mail from Adam McDaniel about Tables!!! > I'm curious to try this out on some hires devices. Do you have any > screenshots on this actually working? Opps! I exceeded the 40k limit for messages. So here's one screenshot from my IIIx. I may be the only person on the web without a homepage, so, I have nowhere to post them. It won't (so far) work any different on a hires device. It needs to be smart enough to inline tables if it can. It just adds a link to the table in the page. When the link is tapped, it shows the table the same way we do large images. It displays MaxExtentX() x MaxExtentY() scrollable. ---End reply Christopher R. Hawks HAWKSoft - I never really understood how there could be things that would drive you insane just because you knew them until I ran into Windows. -- Peter da Silva table1.png.gz Description: File attachment
Re: Tables!!!
On Thu, Nov 28, 2002 at 11:55:15AM -0500, Chris Hawks wrote: Content-Description: Main text > Guys, > > From the suggestions (and prodding ) by Blake .et .al, here's the > first working (!!) version of table support in Plucker. > Attached are the table.[ch] files and diffs for the hooks and parser > files. Comments, testing, and suggestions welcome... I'm curious to try this out on some hires devices. Do you have any screenshots on this actually working? I'll definatly have a look at this and try it out. Won't have a chance to until next week though. -- Adam McDaniel Array.org Calgary, AB, Canada ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Tables!!!
Guys, From the suggestions (and prodding ) by Blake .et .al, here's the first working (!!) version of table support in Plucker. It does (a lot) of the parsing on the palm, but, it's not t slow. It takes a few seconds to render each of the tables from: "http://printer.wunderground.com/cgi-bin/findweather/getForecast?queryF552"; so it doesn't seen too bad. It supports font-size, cell-alignment, colspan, images, and borders. Still to come are border and font color, but, I can't really test them as well as rowspan. Attached are the table.[ch] files and diffs for the hooks and parser files. Comments, testing, and suggestions welcome... Christopher R. Hawks HAWKSoft - Anyone who says 'disk is cheap' deserves to be shot. --Linus Torvalds table_viewer.tgz Description: File attachment
JPluck beta 3 prerelease 2
Hi, I just released JPluck beta 3 PR2. It includes a number of fixes and additions from PR1. The source is available in the Developer package. Download it here: http://jpluck.sourceforge.net/download.html Change list http://jpluck.sourceforge.net/changes.html For those who don't know yet: JPluck is a Java-based toolkit for creating Plucker documents. It includes the JPluck X GUI for managing and downloading documents. JPluck requires Java 1.4 or higher. I must say that it runs really well on my Linux installation with JDK 1.4.1. I now had the chance to sit down and test it for a while under Redhat 8.0 and I can say that Linux is now a viable platform for Java Swing applications. (Pre-JDK 1.4 performance was too slow to be really usable.) Let me know what you think. Thanks -Laurens ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Reply address not set up correctly
Please disregard my message about the moderator approval. I just noticed the address was not set up correctly, which was why it complained. Regards -Laurens ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
Re: JPluck beta 3 prerelease
Laurens M. Fridael wrote: > Jeffrey A. Krzysztow wrote: >> Some distribution suggestions: Have you looked into InstallAnywhere >> NOW! Edition? > > Thanks, will look into it. I posted this message two days ago. It didn't get through to the list and I got this reply instead: "Your mail to 'plucker-dev' with the subject Re: JPluck beta 3 prerelease Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision." Error in the listserver? Regards -Laurens ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev