Re: [Pharo-users] XSD handling in Pharo

2013-10-01 Thread Norbert Hartl
Am 30.09.2013 um 19:35 schrieb p...@highoctane.be: > XSD is not the same. > What do you mean? Norbert > Guess you want to do something like JAXB or schema validation. But I don't > know of anything like that in Pharo... > > Phil

Re: [Pharo-users] XSD handling in Pharo

2013-10-01 Thread p...@highoctane.be
I mean that XSD is XML indeed but the usage is for defining structures, and crafting all kinds of artifacts from there. I was involved with a project where a ton of XSDs were used to define business message structures. Reading XML is not giving us reading XML with XSD schema validation nor Classe

Re: [Pharo-users] Morphic text filed plus autocompetion

2013-10-01 Thread plantec
Hi all, also notice that the default text entry widget has already an autocompletion feature. see WidgetExamples>>exampleTextEntryWithCompletionDialog You can find several uses of it. See EditorFindReplaceDialogWindow>>newFindTextEntryMorph as another example. Cheers Alain - exampleTextEntr

Re: [Pharo-users] XSD handling in Pharo

2013-10-01 Thread Brenda Larcom
I have some partly-finished Squeak code that creates a schema-specific validating XML parser & generator (well, data objects that do this) given an XSD. My motivating use case is to enable quick support of new XML-based file formats. So, you would design your objects as usual, then run my sche

Re: [Pharo-users] Magritte descriptions generation: quick way to do that?

2013-10-01 Thread Stephan Eggermont
You probably want to do something similar to what we have done in Deltawerken-Framework. (on ss3) Stephan

[Pharo-users] Muiltple images / FFI

2013-10-01 Thread recursive68
Hi, I have an app (seaside) that is configured with multiple pharo (1.3) images behind an apache proxy, using a FFI wrapper to a OCI native library to connect to Oracle. It works fine with one image but with multiple images it crashes with a seg fault/memory error when under user load. The error a

Re: [Pharo-users] Muiltple images / FFI

2013-10-01 Thread Clément Bera
Hello, How did you bind your native library, with FFI, alien or NativeBoost ? I guessed FFI but I'm not sure. Did you try to run all the images on several VM (1 VM per image) ? If so, did it solve the problem ? What version of the VM are you using ? (Evaluate Smalltalk vm version). Retry with th

Re: [Pharo-users] Muiltple images / FFI

2013-10-01 Thread Guillermo Polito
Hmm, pharo processes should share no memory at all. Then the question is, is Oracle library doing something strange? Maybe the library suggests to be used in some special way for your setup? On Tue, Oct 1, 2013 at 6:58 PM, wrote: > Hi, > > I have an app (seaside) that is configured with multipl

[Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread Offray Vladimir Luna Cárdenas
Hi, Yesterday I was again take a look back into pharo. I really like zoomable interfaces and despite that most of my hobby programming today is done on python/web2py I would like to keep pharo on the radar and not loosing touch with the language and community. So I would like to make some min

Re: [Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread Stéphane Ducasse
Hi > Yesterday I was again take a look back into pharo. I really like zoomable > interfaces and despite that most of my hobby programming today is done on > python/web2py I would like to keep pharo on the radar and not loosing touch > with the language and community. So I would like to make so

Re: [Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread p...@highoctane.be
I discovered that the LineMorph was still around in the image. I kind of like that Morph. Esse looks very nice indeed. I'll try it out for a presentation this week (nothing better than deadlines to make one learn fast...). Phil On Wed, Oct 2, 2013 at 7:33 AM, Stéphane Ducasse wrote: > Hi > >

Re: [Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread p...@highoctane.be
I tried to load this but Esse loads from http://ss3.gemstone.com/ss/Esse, while Esse.2 (package) hasse a number of Esse.2.* versions which are **empty** :-( So, p := EsseProject new doesn't work as there is no EsseProject class loaded. Looks like Esse has the main classes and Esse.2 has the EsseP

Re: [Pharo-users] Thanks for Athens and Esse and a question about Freetype support for Athens in Pharo 3.0 image on Arch Gnu/Linux 64 bits

2013-10-01 Thread Stéphane Ducasse
On Oct 2, 2013, at 8:06 AM, "p...@highoctane.be" wrote: > I tried to load this but Esse loads from http://ss3.gemstone.com/ss/Esse, > while Esse.2 (package) hasse a number of Esse.2.* versions which are > **empty** :-( > > So, p := EsseProject new doesn't work as there is no EsseProject class