From ralph.dratman at gmail.com Sat Jun 20 01:20:31 2009 From: ralph.dratman at gmail.com (Ralph Dratman) Date: Fri, 19 Jun 2009 21:20:31 -0400 Subject: [FileMaker and Lisp] Do FM-PLUGIN-TOOLS work with FM 10? Message-ID: To the mailing list: Yesterday I sent the following message to Edi. He asked that I redirect it here, where someone might know the answer. Thanks in advance to anyone who replies. ---------------------------------------------- Thank you for making FM-PLUGIN-TOOLS available. Does that package work with FM 10? If you're not sure and perhaps don't have time to test it, is there a straightforward way for me to try that combination and determine whether it is working properly? Filemakre version 10 is, in my opinion, an excellent, stable release. I'm currently using FM 10 with great success to build a small graphic design company's job-tracking system. Nevertheless, as always, Filemaker leaves some obvious capabilities out of reach. I'd love to be able to add functionality, especially to Filemaker's own development environment. Thus I'd be most grateful for any indication of the status of your tools. Best regards, Ralph From info at jensteich.de Sat Jun 20 12:54:31 2009 From: info at jensteich.de (Jens Teich) Date: Sat, 20 Jun 2009 14:54:31 +0200 Subject: [FileMaker and Lisp] Do FM-PLUGIN-TOOLS work with FM 10? In-Reply-To: References: Message-ID: <4A3CDC07.5020202@jensteich.de> Ralph Dratman schrieb: > To the mailing list: > > Yesterday I sent the following message to Edi. He asked that I > redirect it here, where someone might know the answer. Thanks in > advance to anyone who replies. > > ---------------------------------------------- > > Thank you for making FM-PLUGIN-TOOLS available. > > Does that package work with FM 10? > > If you're not sure and perhaps don't have time to test it, is there a > straightforward way for me to try that combination and determine > whether it is working properly? > > Filemakre version 10 is, in my opinion, an excellent, stable release. > I'm currently using FM 10 with great success to build a small graphic > design company's job-tracking system. > > Nevertheless, as always, Filemaker leaves some obvious capabilities > out of reach. I'd love to be able to add functionality, especially to > Filemaker's own development environment. > > Thus I'd be most grateful for any indication of the status of your tools. To my knowledge FM-PLUGIN-TOOLS is completely compatible with FileMaker v10. I did some testing myself and found no problems. There are no visible changes in FileMakers Plugin API. Nobody else has reported problems. Jens From ralph.dratman at gmail.com Sat Jun 20 19:00:18 2009 From: ralph.dratman at gmail.com (Ralph Dratman) Date: Sat, 20 Jun 2009 15:00:18 -0400 Subject: [FileMaker and Lisp] Do FM-PLUGIN-TOOLS work with FM 10? In-Reply-To: <4A3CDC07.5020202@jensteich.de> References: <4A3CDC07.5020202@jensteich.de> Message-ID: Jens, thank you for the prompt and helpful response. I will try it. Lisp + Filemaker sounds pretty good to me. I've been using Filemaker since almost the beginning of the product -- around 1987, when it was called "Filemaker Plus" -- and it seems that, after numerous changes of ownership and many major revisions, they have finally put out a genuinely solid product. Of course I will learn more when my program is working every day at the client's site. Ralph On Sat, Jun 20, 2009 at 8:54 AM, Jens Teich wrote: > Ralph Dratman schrieb: >> To the mailing list: >> >> Yesterday I sent the following message to Edi. He asked that I >> redirect it here, where someone might know the answer. Thanks in >> advance to anyone who replies. >> >> ---------------------------------------------- >> >> Thank you for making FM-PLUGIN-TOOLS available. >> >> Does that package work with FM 10? >> >> If you're not sure and perhaps don't have time to test it, is there a >> straightforward way for me to try that combination and determine >> whether it is working properly? >> >> Filemakre version 10 is, in my opinion, an excellent, stable release. >> I'm currently using FM 10 with great success to build a small graphic >> design company's job-tracking system. >> >> Nevertheless, as always, Filemaker leaves some obvious capabilities >> out of reach. I'd love to be able to add functionality, especially to >> Filemaker's own development environment. >> >> Thus I'd be most grateful for any indication of the status of your tools. > > > To my knowledge FM-PLUGIN-TOOLS is completely compatible with FileMaker > v10. I did some testing myself and found no problems. There are no > visible changes in FileMakers Plugin API. Nobody else has reported problems. > > Jens > > _______________________________________________ > FM-Lisp mailing list > FM-Lisp at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/fm-lisp > From sigbackup at gmail.com Sat Jun 27 00:01:36 2009 From: sigbackup at gmail.com (sigbackup) Date: Fri, 26 Jun 2009 17:01:36 -0700 Subject: [FileMaker and Lisp] RegexPlugIn and IWP Message-ID: <48b054040906261701r1ce4418fm777b2490097abfaa@mail.gmail.com> Hello there, can anyone let me know if RegexPlugIn works with IWP (on FM9SA over Win2003)? Thanks and have a nice weekend Sig From info at jensteich.de Sat Jun 27 10:05:13 2009 From: info at jensteich.de (Jens Teich) Date: Sat, 27 Jun 2009 12:05:13 +0200 Subject: [FileMaker and Lisp] RegexPlugIn and IWP In-Reply-To: <48b054040906261701r1ce4418fm777b2490097abfaa@mail.gmail.com> References: <48b054040906261701r1ce4418fm777b2490097abfaa@mail.gmail.com> Message-ID: <4A45EED9.5050302@jensteich.de> sigbackup schrieb: > Hello there, > can anyone let me know if RegexPlugIn works with IWP (on FM9SA over Win2003)? > > Thanks and have a nice weekend IWP is a closed system and not extendable. There is no way to enrich IWP functionality by plugins. Jens