What are my options for generating PDF output? In particular I want to
minimize 3rd party library needs. Also, what about MySQL: is there a way to communicate with an external MySQL db without needing to install a 3rd party library? And If not, what is the most portable library? (And if I must use ODBC or something, on a Mac or Windows, how can I configure it from within Pharo?) I noticed that the panes in a TableMorph are not set to scroll together by default, is there an easy switch to make them scroll together? If I wanted to show an spreadsheet like display, is TableMorph the best starting point, or are there better higher-level tools (available in Pharo) worth learning? Finally, I *may* want to generate HTML output... so ... where is the best place to start getting oriented with seaside tools? Thanks in advance, Cam _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I will answer only what I know.
I think the only way of using MySQL with Pharo/Squeak without a 3rd party library is using the native MySQL driver. You can find it as MySQL driver in Universes or MC (http://www.squeaksource.com/MySQL.html). I guess It works in different OS. Cheers, Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Cameron Sanders-3
>
> Finally, I *may* want to generate HTML output... so ... where is the > best place to start getting oriented with seaside tools? > Pharo-web includes seaside. But, the Seaside site has pointers to doc, books, and blogs. www.seaside.st _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Cameron Sanders-3
2009/5/8 Cameron Sanders <[hidden email]>:
> What are my options for generating PDF output? In particular I want to > minimize 3rd party library needs. > > Also, what about MySQL: is there a way to communicate with an external > MySQL db without needing to install a 3rd party library? And If not, > what is the most portable library? (And if I must use ODBC or > something, on a Mac or Windows, how can I configure it from within > Pharo?) > > I noticed that the panes in a TableMorph are not set to scroll > together by default, is there an easy switch to make them scroll > together? If I wanted to show an spreadsheet like display, is > TableMorph the best starting point, or are there better higher-level > tools (available in Pharo) worth learning? ( Apply the attached patch and evaluate GridMorph morphInCellExample ) > > Finally, I *may* want to generate HTML output... so ... where is the > best place to start getting oriented with seaside tools? > > Thanks in advance, > Cam > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project StrikeFontSet-widthOfString.st (618 bytes) Download Attachment |
In reply to this post by Cameron Sanders-3
SPDF is one option for producing PDFs, needs more work though...
TableMorph is currently experimental... (see class comment) Regards, Gary ----- Original Message ----- From: "Cameron Sanders" <[hidden email]> To: <[hidden email]> Sent: Friday, May 08, 2009 4:42 PM Subject: [Pharo-project] Questions: PDFs, MySQL, TableMorph, seaside... > What are my options for generating PDF output? In particular I want to > minimize 3rd party library needs. > > Also, what about MySQL: is there a way to communicate with an external > MySQL db without needing to install a 3rd party library? And If not, > what is the most portable library? (And if I must use ODBC or > something, on a Mac or Windows, how can I configure it from within > Pharo?) > > I noticed that the panes in a TableMorph are not set to scroll > together by default, is there an easy switch to make them scroll > together? If I wanted to show an spreadsheet like display, is > TableMorph the best starting point, or are there better higher-level > tools (available in Pharo) worth learning? > > Finally, I *may* want to generate HTML output... so ... where is the > best place to start getting oriented with seaside tools? > > Thanks in advance, > Cam > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |