[Pharo-users] Boostrap for seaside : incorrect JQuery version

2019-02-08 Thread Dominique Dartois
versions : The JQuery Pharo library is 3.3.1 : Is it possible to correct this just by using an older library of JQuery (if I can find one)? Thank you --- Dominique Dartois

Re: [Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Dominique Dartois
rit : > > > Hi Dominique, > > > On 27 Jan 2019, at 11:40, Dominique Dartois wrote: > > > > Hello all. > > If a use french diacritic character in a class name, the code runs but I > > can’t fileout the package nor save it with Monticello. > > Fo

[Pharo-users] Class name with diacritic character and Pharo

2019-01-27 Thread Dominique Dartois
. Is it a bug or a feature? Thank you --- Dominique Dartois

Re: [Pharo-users] Secure socket timeouts on Windows

2018-09-05 Thread Dominique Dartois
Isn't it an Internet configuration issue : proxypac at work and no proxy at home? Pharo doesn't work with a proxy.pac Cheers > Le 5 septembre 2018 à 15:40, Andrei Stebakov a écrit : > > This issue has been bugging me for a while now, but I hesitated to post > it since I can't explain

Re: [Pharo-users] Seaside and Ajax/JQuery

2018-02-19 Thread Dominique Dartois
2018-02-19 22:02 GMT+01:00 Cyril Ferlicot D. <cyril.ferli...@gmail.com>: > Le 19/02/2018 à 21:56, Dominique Dartois a écrit : > > Hello All. > > I try to use Ajax/JQuery to update a value in a HTML table by clicking > > on the table heading. > > The new

[Pharo-users] Seaside and Ajax/JQuery

2018-02-19 Thread Dominique Dartois
Hello All. I try to use Ajax/JQuery to update a value in a HTML table by clicking on the table heading. The new value (the update) is not written in the tabledata I associated an id with, but before the table. The code : renderContentOn: html html table: [ html tableHead: [ html tableRow: [

Re: [Pharo-users] Voyage and Instance Mode

2018-01-25 Thread Dominique Dartois
; > On 25 Jan 2018, at 23:03, Dominique Dartois <d...@dartois.org> wrote: > > > > Hello all. > > > > I'am learning to use Voyage by trying the examples in the Voyage doc (in > the Enterprise Pharo book). > > I read "By default, Voyage works in insta

[Pharo-users] Voyage and Instance Mode

2018-01-25 Thread Dominique Dartois
Hello all. I'am learning to use Voyage by trying the examples in the Voyage doc (in the Enterprise Pharo book). I read "By default, Voyage works in instance mode". If I run the example in instance mode, I get an error via the debugger. |repo anAssociation| repo := VOMemoryRepository new.

Re: [Pharo-users] Seaside : including a static stylesheet.

2017-03-07 Thread Dominique Dartois
Sabine 2017-02-28 18:53 GMT+01:00 Dominique Dartois <d...@dartois.org<mailto:d...@dartois.org>>: In the Seaside book, chapter 17.2 I read I can include a stylesheet this way : updateRoot: anHtmlRoot super updateRoot: anHtmlRoot. anHtmlRoot stylesheet url: 'http://seaside.st/s

Re: [Pharo-users] Seaside : including a static stylesheet.

2017-03-01 Thread Dominique Dartois
Thank you Sven. I have tried successfully the FileLibrary but I want to be able to modify the stylesheet without using Pharo which will be running on a remote server. Using static documents seemed the solution to me. > On 28 Feb 2017, at 18:53, Dominique Dartois <d...@dartois.org&

[Pharo-users] Seaside : including a static stylesheet.

2017-02-28 Thread Dominique Dartois
and I don’t know the root directory of the Seaside integrated web server. Can anyone help me to find this directory? Thanks. --- Dominique Dartois