[Pharo-users] [Smalltalks 2014] --- Invitation

2014-09-08 Thread Andres Valloud
1. Invitation. The Fundación Argentina de Smalltalk (FAST, http://www.fast.org.ar) invites you to the 8th International Conference on Smalltalk Technologies (Smalltalks), to be held from November 5th through November 7th at the Universidad Tecnológica Nacional, Facul

Re: [Pharo-users] Math Ontologie on Pharo 3.0

2014-09-08 Thread Clément Bera
What kind of bug do you have with accent ? Do you have a stack trace ? More importantly, can you give us a reproducible case ? I will investigate tomorrow if you have a reproducible case to check if this is due to Opal. It may also be recent changes related to fonts. 2014-09-08 21:07 GMT+02:00 S

[Pharo-users] Math Ontologie on Pharo 3.0

2014-09-08 Thread Hilaire
Oh, by the way, it looks like the accents are on the instance variable names. I edited the subject to not pollute the original discussion thread. Hilaire Le 08/09/2014 20:01, Hilaire a écrit : Marcus, Alain's MathOntologie package provide Classes and Messages with French accent, to ease the

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-08 Thread Stephan Eggermont
Depending on your exact needs, you might be better of with the QCMagritte based multi-language support. https://www.youtube.com/watch?v=cTut44Xs3_U To try download a QCMagritte image from https://ci.inria.fr/pharo-contribution/job/QCMagritte/ start a seaside adapter ZnZincServer

[Pharo-users] Arrays in FFI

2014-09-08 Thread Annick Fron
How would you describe in FFI the fields of an External Structure with a field as an array of long of length 4 ? int format[4] Annick

Re: [Pharo-users] [ann] pillar support in gtinspector

2014-09-08 Thread offray
Hi, On 2014-09-08 00:11, Tudor Girba wrote: [...] e. The hability to show a preview of the pdf/html in an emergent lateral panel in a simlar way to what TeXStudio or TeXmaker do[3] [3] http://www.xm1math.net/__texmaker/texmakertop_big.png

Re: [Pharo-users] Tide installation

2014-09-08 Thread Bernat Romagosa
Ok, I found this: https://github.com/tide-framework/tide-doc/blob/master/documentation.pier.md Hope it helps other people too! :) 2014-09-05 18:37 GMT+02:00 Bernat Romagosa : > The slides are cool, but I really don't quite understand how Tide works... > > I tried to reproduce the Hero example,

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-08 Thread Usman Bhatti
Hi Peter, For my application needs (English -> French), I normally use the gettext package from STHub and it works without any problems for me. http://smalltalkhub.com/#!/~PharoExtras/Gettext GetText so far not including in the Configuration Browser but we should include it. There is also a conf

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-08 Thread Alain Busser
Hi, I don't know if it is related but I have problems importing french files inside Pharo 3: Anytime when there is an accentuated character there is an error, and the file is not imported. Even if the character is a quote inside double quotes (like in "it don't work") there is an error message. Ri

[Pharo-users] Timeout when loading FFI

2014-09-08 Thread Annick Fron
Hi, I have tried to load FFI stable version using the configuration browser and I get a timeout. What is the problem ? Annick

Re: [Pharo-users] PharoS

2014-09-08 Thread Annick Fron
Thanks to all Le 8 sept. 2014 à 10:14, Sven Van Caekenberghe a écrit : > Hi Annick, > > On 08 Sep 2014, at 09:26, Annick Fron wrote: > >> What is the difference between pharoS and pharo ? >> Annick > > At one point there was just the standard Squeak VM. Then Eliot started the > CogVM projec

Re: [Pharo-users] PharoS

2014-09-08 Thread p...@highoctane.be
On Mon, Sep 8, 2014 at 10:14 AM, Sven Van Caekenberghe wrote: > Hi Annick, > > On 08 Sep 2014, at 09:26, Annick Fron wrote: > > > What is the difference between pharoS and pharo ? > > Annick > > At one point there was just the standard Squeak VM. Then Eliot started the > CogVM project, whose ult

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-08 Thread Hilaire
What is the purpose of the seaside-gettext package ? Is it a relic or is it useful? Gettext is orthogonal to Seaside. Hilaire Le 07/09/2014 15:32, Peter Schorsch a écrit : But then I had to realize that the seaside-gettext package was not installed; and also no gettext package. I found a gettex

Re: [Pharo-users] PharoS

2014-09-08 Thread Sven Van Caekenberghe
Hi Annick, On 08 Sep 2014, at 09:26, Annick Fron wrote: > What is the difference between pharoS and pharo ? > Annick At one point there was just the standard Squeak VM. Then Eliot started the CogVM project, whose ultimate goal was to have a JIT compiler. That meant that he had to change part

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-08 Thread Marcus Denker
On 07 Sep 2014, at 20:32, stepharo wrote: > > On 7/9/14 15:32, Peter Schorsch wrote: >> Hi, >> >> Just started with pharo and seaside. > > Welcome! > >> Now I want to write an example >> seaside-application but with a multi lingual interface. So I installed >> pharo3 and then seaside via con

Re: [Pharo-users] PharoS

2014-09-08 Thread Esteban Lorenzano
exactly. pharoS does not includes Cog (the JIT). Esteban On 08 Sep 2014, at 09:45, François Stephany wrote: > If i'm not mistaken, pharoS uses the StackVM. > > Which you don't really want unless you know you need it ;) > > On Mon, Sep 8, 2014 at 9:26 AM, Annick Fron wrote: > What is the d

Re: [Pharo-users] PharoS

2014-09-08 Thread François Stephany
If i'm not mistaken, pharoS uses the StackVM. Which you don't really want unless you know you need it ;) On Mon, Sep 8, 2014 at 9:26 AM, Annick Fron wrote: > What is the difference between pharoS and pharo ? > Annick > >

[Pharo-users] PharoS

2014-09-08 Thread Annick Fron
What is the difference between pharoS and pharo ? Annick