From lorenzo at edor.it Thu Aug 6 16:31:08 2015 From: lorenzo at edor.it (Lorenzo Schiavina) Date: Thu Aug 6 16:31:21 2015 Subject: [Seaside] JQFullCalendar Message-ID: <000001d0d065$4ce9f620$e6bde260$@edor.it> Hi people, I am an old Smalltalker but new to Seaside, so excuse me if am signaling a wrong error. I am trying to use JQFullCalendar but I am not able to remove events once I have inserted them. Can anybody help me? By the way, I have seen in the version I am using that two events in the example are not correct, because they have not the ending date. Is there any way to check the correctness of the period when the event is generated? If you give me some hints, I will add and test a checking method. Grazie Lorenzo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150806/4df67758/attachment.htm From pdebruic at gmail.com Thu Aug 6 19:03:20 2015 From: pdebruic at gmail.com (Paul DeBruicker) Date: Thu Aug 6 19:06:03 2015 Subject: [Seaside] Re: JQFullCalendar In-Reply-To: <000001d0d065$4ce9f620$e6bde260$@edor.it> References: <000001d0d065$4ce9f620$e6bde260$@edor.it> Message-ID: <1438887800594-4841338.post@n4.nabble.com> Which Smalltalk are you using? Lorenzo wrote > Hi people, > > I am an old Smalltalker but new to Seaside, so excuse me if am signaling a > wrong error. > I am trying to use JQFullCalendar but I am not able to remove events once > I > have inserted them. > Can anybody help me? > By the way, I have seen in the version I am using that two events in the > example are not correct, because they have not the ending date. > Is there any way to check the correctness of the period when the event is > generated? > If you give me some hints, I will add and test a checking method. > > Grazie > > Lorenzo > > _______________________________________________ > seaside mailing list > seaside@.squeakfoundation > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- View this message in context: http://forum.world.st/JQFullCalendar-tp4841295p4841338.html Sent from the Seaside General mailing list archive at Nabble.com. From pdebruic at gmail.com Thu Aug 6 21:36:55 2015 From: pdebruic at gmail.com (Paul DeBruicker) Date: Thu Aug 6 21:39:39 2015 Subject: [Seaside] Re: JQFullCalendar In-Reply-To: <000001d0d065$4ce9f620$e6bde260$@edor.it> References: <000001d0d065$4ce9f620$e6bde260$@edor.it> Message-ID: <1438897015122-4841374.post@n4.nabble.com> Hi Lorenzo I fixed the example to use an external-to-the-session data store. I also deleted a bunch of funky code I wrote a while ago. If you update the JQFullCalendar Dev package it should work as you expect. Also - the FullCalendar package it uses is outdated vs the most recent version on the http://fullcalendar.io/ site. So we should look into updating to that. Hope this helps. Paul Lorenzo wrote > Hi people, > > I am an old Smalltalker but new to Seaside, so excuse me if am signaling a > wrong error. > I am trying to use JQFullCalendar but I am not able to remove events once > I > have inserted them. > Can anybody help me? > By the way, I have seen in the version I am using that two events in the > example are not correct, because they have not the ending date. > Is there any way to check the correctness of the period when the event is > generated? > If you give me some hints, I will add and test a checking method. > > Grazie > > Lorenzo > > _______________________________________________ > seaside mailing list > seaside@.squeakfoundation > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- View this message in context: http://forum.world.st/JQFullCalendar-tp4841295p4841374.html Sent from the Seaside General mailing list archive at Nabble.com. From johan at inceptive.be Tue Aug 25 07:42:52 2015 From: johan at inceptive.be (Johan Brichau) Date: Tue Aug 25 07:42:57 2015 Subject: [Seaside] Re: Seaside book In-Reply-To: <497B0998-7B3E-4655-9775-C2631E35F130@inria.fr> References: <497B0998-7B3E-4655-9775-C2631E35F130@inria.fr> Message-ID: Hi John (cc?ing seaside mailinglist) In Seaside 3.0, this method got deprecated and was removed in 3.1 Use WASession>>unregister The code snippets in the book are currently not being updated. We hope people want to step up and help us to maintain the docs. cheers Johan > On 25 Aug 2015, at 05:13, John Pfersich > wrote: > >> on page 251 there this code: >> >> InnSession>>logout >> user := nil. >> self expire. >> self redirectTo: 'http://www.seaside.st' >> >> when you run the application, you get >> >> MessageNotUnderstood: InnSession>>expire >> >> Your request could not be completed. An exception occurred. >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150825/cfeb045b/attachment-0001.htm From maarten.mostert at wanadoo.fr Fri Aug 28 11:51:49 2015 From: maarten.mostert at wanadoo.fr (Maarten Mostert) Date: Fri Aug 28 11:51:52 2015 Subject: [Seaside] Stripe Testing Message-ID: <46E6B11C-842C-456C-AA80-10996C8A40C1@wanadoo.fr> Hi, I am making a Stripe interface in VW (AppeX) for which I encounter some problems. Logically I tried to inspire me with opening Pharo and loading Paul?s Stripe package. Unfortunately it doesn?t want to load in Pharo I get stuck among some simple ones on the error The symbolic version #stable is not defined in ConfigurationOfOmniBrowser for the current platform. Possible symbolic version values include: #(#bleedingEdge) Maybe someone can hint me to a pharo/squeak image that loads the stuff without problem so I can run the test and look more into detail how things are done. Best regards, Maarten MOSTERT 28 Av Alphonse Denis 83400 Hy?res, France +33 676411296 http://stakepoint.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150828/d8a291ca/attachment.htm From pdebruic at gmail.com Fri Aug 28 13:39:14 2015 From: pdebruic at gmail.com (Paul DeBruicker) Date: Fri Aug 28 13:44:29 2015 Subject: [Seaside] Re: Stripe Testing In-Reply-To: <46E6B11C-842C-456C-AA80-10996C8A40C1@wanadoo.fr> References: <46E6B11C-842C-456C-AA80-10996C8A40C1@wanadoo.fr> Message-ID: <1440769154284-4846652.post@n4.nabble.com> Hi Maarten, I fixed up the configuration a little bit this morning. If you use Pharo 2, 3, or 4 or Squeak 4.5 or less the instructions here: http://smalltalkhub.com/#!/~pdebruic/Stripe should work. e.g. Gofer new url: 'http://smalltalkhub.com/mc/pdebruic/Stripe/main'; package: 'ConfigurationOfStripe'; load. (Smalltalk at: #ConfigurationOfStripe) project stableVersion load:#('Tests' 'Seaside-Example'). You'll need to set your test keys: StripeObject useTestApiKeys: 'my publishable key' and: 'my secret key' I haven't ported it to Pharo 5 and probably won't until it is released. For Squeak 4.6 and 5.0, we're just waiting on a Metacello bug fix integration before they start working with this code base. And the API version this supports is Old. So I'll take a look at updating that over the weekend. Have you looked at using filetree & cypress to move the code between Squeak/Pharo and VW? It would be interesting to know how hard that process is going from Pharo to VW. Let me know what else you need Paul Maarten Mostert-2 wrote > Hi, > > I am making a Stripe interface in VW (AppeX) for which I encounter some > problems. > > Logically I tried to inspire me with opening Pharo and loading Paul?s > Stripe package. > > Unfortunately it doesn?t want to load in Pharo I get stuck among some > simple ones on the error > The symbolic version #stable is not defined in ConfigurationOfOmniBrowser > for the current platform. Possible symbolic version values include: > #(#bleedingEdge) > > Maybe someone can hint me to a pharo/squeak image that loads the stuff > without problem so I can run the test and look more into detail how things > are done. > > Best regards, > > > Maarten MOSTERT > > > > 28 Av Alphonse Denis > 83400 Hy?res, France > +33 676411296 > http://stakepoint.com/ <http://stakepoint.com/> > > > > > > > > _______________________________________________ > seaside mailing list > seaside@.squeakfoundation > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- View this message in context: http://forum.world.st/Stripe-Testing-tp4846614p4846652.html Sent from the Seaside General mailing list archive at Nabble.com.