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

2014-09-07 Thread stepharo
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 configuration browser. But then I had to realize that the seaside-gette

Re: [Pharo-users] Strange colour reversal on the Spec site

2014-09-10 Thread stepharo
I am posting here, because I couldn't find a Spec specific list. Indeed spec is part of Pharo. So this is the right place to ask questions. Two things: 1. The colour scheme for all the code examples on the site seems to have gone very odd. The text is now a light blue/green on a white

Re: [Pharo-users] Is anyone interested in developing a package for Google's Data API?

2014-09-11 Thread stepharo
On 11/9/14 19:11, Andy Burnett wrote: I use Google's spreadsheet and word processor a lot. I would love to be able to access the data through Pharo. I can envisage all sorts of use-cases such as manipulating data collected through the spreadsheet forms, through to generating slide shows by wri

Re: [Pharo-users] [Esug-list] How to contribute CP1251TextConverter ?

2014-09-12 Thread stepharo
Thank you Damien for reposting my question here and for guiding me here. Following the Stef's reccomendations, converter is now published as separate package here: http://ss3.gemstone.com/ss/CP1251TextConverter.html But I do not get an answer I'm seeking for yet. I want/seeking the way for th

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

2014-09-13 Thread stepharo
Hi johan usman and other I would like to get a clearer picture. https://pharo.fogbugz.com/f/cases/13655/System-Localization-and-Gettext-have-classes-with-identical-names We could change the name of in the PharoExtras package gettext so that we do not have conflicts

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

2014-09-13 Thread stepharo
http://pharo.gemtalksystems.com/book/LanguageAndLibraries/Localisation/PreparingImage/ Thanks I turned it into a chapter Stef

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

2014-09-13 Thread stepharo
Thanks Johan I would like to know we could move all the system-Localization classes to the getText package. Or another package outside the core because we basically shortcut completely its use. I will look a bit around. On 13 Sep 2014, at 10:09, stepharo <mailto:steph...@free.fr>&

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

2014-09-13 Thread stepharo
, at 10:09, stepharo mailto:steph...@free.fr>> wrote: Then what is the seaside-Getext? Is is a superset of pharoExtras-gettext? https://code.google.com/p/seaside/wiki/Gettext In short: it’s a Seaside extension to internationalise your web app. For application not doing web, does it make se

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

2014-09-13 Thread stepharo
So I'm checking and when we load Gettext, System-Localization only contains ISOLanguageDefinition Locale Locale is used by LanguageEnvironment, LocalID, TimeZone, Unicode When we will clean leadingChar some of these will go away. So not all the package System-Localisation can be moved o

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

2014-09-14 Thread stepharo
So I'm checking and when we load Gettext, System-Localization only contains ISOLanguageDefinition Locale Locale is used by LanguageEnvironment, LocalID, TimeZone, Unicode When we will clean leadingChar some of these will go away. So not all the package System-Localisation can be moved

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

2014-09-14 Thread stepharo
On 14/9/14 16:18, Peter Schorsch wrote: Localization is very basic functionality that should be provided by the platform itself. We are in the situation that we are in only because people see Pharo as something “to build on top”. This way everyone does their own I18N stuff, while the right thin

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

2014-09-14 Thread stepharo
On 14/9/14 16:39, Johan Brichau wrote: Peter, Gettext works. See DrGeo, for example. Also, the Seaside-Gettext extension works just fine. If I understand correctly, the Pharo IDE (and rest of the system) has not been working with ant localization implementation. the fallback was simply to n

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

2014-09-14 Thread stepharo
:59, Marcus Denker wrote: On 13 Sep 2014, at 20:51, stepharo wrote: So I'm checking and when we load Gettext, System-Localization only contains ISOLanguageDefinition Locale Locale is used by LanguageEnvironment, LocalID, TimeZone, Unicode When we will clean leadingChar some of

[Pharo-users] Sprint Friday 26 @ Lille

2014-09-15 Thread stepharo
Hi guys we will organize an official Pharo Sprint at Lille Friday 26 as mentioned in the calendar http://pharo.org/contribute-events Let us know if you plan to join. We will take care of the logistic :) Stef

Re: [Pharo-users] [ANN] SortFunctions (Multiple criteria sorting)

2014-09-16 Thread stepharo
Esteban for now we do not have a systematic and automatic process to validate packages that are pushed in the metarepo so please do it. The metarepo is the way to go. Stef On 16/9/14 20:48, Esteban A. Maringolo wrote: After the discussion about multiple sort criteria [1] I decided to make som

Re: [Pharo-users] Blue book, worth reading?

2014-09-16 Thread stepharo
On 16/9/14 20:58, Ichiseki wrote: Is it a good idea to invest some time in reading & studing the blue book? or better expend that time on other sources? I would read first - smalltalk with style - Smalltalk by example - best smalltalk practices - Design pattern Smalltalk compa

Re: [Pharo-users] Looking for contracts

2014-09-17 Thread stepharo
annick may be you should present yourself a bit more :) And send it to ESUG. Stef On 17/9/14 09:35, Annick Fron wrote: Hi, I am looking for contracts right now. Annick Fron = Annick Fron - 04 93 22 88 18 AFC Europe B.P. 111 977 avenue du Docteur Julien Lefebvre 06271 Vill

[Pharo-users] Pharo books -> association

2014-09-19 Thread stepharo
Hi guys I wanted to let you know that each time you buy a pharo book the small benefit is given to the association. Stef

Re: [Pharo-users] Solution for memoization

2014-09-19 Thread stepharo
Not that I know. On 17/9/14 22:58, p...@highoctane.be wrote: I saw http://www.slideshare.net/esug/memoization-aspects Do we have a memoization package based on that work? Phil

Re: [Pharo-users] [ANN] Test Coverage with Hapao

2014-09-20 Thread stepharo
This is cool I blog about it. Now pay attention class categories will not exist in the future. Stef On 16/9/14 18:03, Alexandre Bergel wrote: Dear all, We are happy to release Hapao2 for Pharo. Ricard Jacas and Alejandro Infante put quite some work on Spy2 (an über cool profiling framework f

Re: [Pharo-users] Ridiculous we are

2014-09-22 Thread stepharo
Hilaire These are two days that after upgrading my iPhone, the recovery process crash. After two days trying I finally succeeded to upload my recovery to my iPhone and now my iPhone crashes continously at boot time. I get a nice sepia screenshot and it restarts. I will have to send my iPhone

Re: [Pharo-users] Controlling the Pharo window

2014-09-22 Thread stepharo
Check the OSWindow bug entry on fogbugz because soon we will integrate it. OSWindow is an API to call/control windows from the OSes developed by Ronie and Igor. Then we will bind to SDL so that we can get the same underlying system on all platform. But there is still some work to do and too m

Re: [Pharo-users] Passed by references and by value

2014-09-25 Thread stepharo
Hi, In PBE says that ordinary objects' ivars are passed by references and small integers are passed by value. Strange I do not remember having written that. Especially because in Smalltalk this has no real interest. Is there a way to know if a class is passed by reference or by value? In Sma

Re: [Pharo-users] BLOG: Block Translators - parsing magic

2014-09-25 Thread stepharo
Hi udo I agree with sven :) We could easily turn your blog into a chapter for a future book :) I have the impression that the blog is how to avoid parsing and still get translation done! Stef Hi Sven, thanks for the feedback. > Keep that kind of stuff coming, it is very helpful. I'll try t

Re: [Pharo-users] BLOG: Block Translators - parsing magic

2014-09-25 Thread stepharo
Yes I do, but you also know (it was clear from the article) that you learn a lot yourself from writing something for public consumption. Most people underestimate how powerful that is. :) In fact I only write for that: to force myself to deeply understand something and be able to forget it

[Pharo-users] Your picture on Pharo contributors :)

2014-09-25 Thread stepharo
Hi guys do not forget to sign the license agreement http://files.pharo.org/media/PharoSoftwareDistributionAgreement.pdf and send us your picture to be added to http://pharo.org/about Stef

Re: [Pharo-users] Ridiculous we are

2014-09-26 Thread stepharo
I'm not expert and I would like to know what people think. But I think that we should consider - the impact of spur new object format. I would like to have unicode and clean the leadChar Stef

Re: [Pharo-users] Ridiculous we are

2014-09-26 Thread stepharo
Sven I love this chapter. I will read it calmly now. Stef On 25/9/14 07:23, Sven Van Caekenberghe wrote: On 25 Sep 2014, at 01:04, Alain Rastoul wrote: Le 25/09/2014 00:06, Sven Van Caekenberghe a écrit : Alain, The character encoding situation in Pharo is pretty good actually. The only pr

Re: [Pharo-users] Hash values

2014-09-26 Thread stepharo
Hi! Alejandro and I are working on a new profiling technique to identify redundant objects. We’ve heard there are some effort on increasing the range of identity hash values. Currently, it goes up to 4096, which is not much. Can someone tell us about this? Check the spur format on clement'

Re: [Pharo-users] Your picture on Pharo contributors :)

2014-09-26 Thread stepharo
SE OR OTHER DEALINGS IN THE SOFTWARE." I have no problem with signing this, but I have a problem with signing a carte blanche. --Trygve On 26.09.2014 07:25, stepharo wrote: Hi guys do not forget to sign the license agreement http://files.pharo.org/media/PharoSoftwareDistributionAgr

Re: [Pharo-users] How to set a white background with Spec ?

2014-09-26 Thread stepharo
One of these days we should do a pass because I do not get why such properties are not simply handled by the model. Stef Changes on a widget attributes can be defined when it is build. To hook into this, use #whenBuiltDo: |t| t:= TextModel new. t whenBuiltDo:[:a | a widget color: Color gray].

Re: [Pharo-users] Hanging reference and sluggish image

2014-09-27 Thread stepharo
Just a question where is the BTree implementation? On 27/9/14 07:50, Alain Rastoul wrote: Hi, I have a sluggish image due to some hanging reference on a big object (a BTree filled with test data) that I inspected with GTInspector, and can't get rid of those references. Opening a PointerExplor

[Pharo-users] Pharo days: date proposal

2014-10-02 Thread stepharo
Hi pharoers and others happy hackers we would like to organize PharoDays a two days gathering mix between a conference and a huge sprint. We thought that the 29 and 30 of January 2015 is a good date. Now before launching the organization process we would like to know if there is not a huge con

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-02 Thread stepharo
On 2/10/14 20:43, Esteban A. Maringolo wrote: I don't want to sound harsh, but there is no VISIBLE interest from the Pharo board/committee regarding ORM and/or RDBMS support other than a CI task. Do you really mean that the board is a kind of jerks and idiots that are lazy bastards? If people

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-02 Thread stepharo
On 2/10/14 23:37, Esteban Lorenzano wrote: HI, Well, what you say sounds harsh... but is not too far from truth, sadly. What happens is that current manpower for every task is very limited (it's me)... and well, urgent stuff is always hunting us. But esteban this is not true. Pharo is not y

[Pharo-users] Official academic consortium members

2014-10-03 Thread stepharo
Hi guys we are really happy to welcome University of Bern Uqbar Reveal from Lugano as official academic member of the pharo consortium. I know that some other entities are following the same path and this is really great. Stef

Re: [Pharo-users] Spur images

2014-10-03 Thread stepharo
Pharo has a new classbuilder with first class instance variables so the bootstrap took longer and doing so esteban and guille found bugs in Spur. So regularly but hidden from the fame, esteban goes over it. and we hope soon to have some images to beta testers. My apologies if this is already sp

Re: [Pharo-users] Pharo days: date proposal

2014-10-03 Thread stepharo
thanks so we will communicate and set up all the boring ticketing and web page I guess On 2/10/14 18:30, Stephan Eggermont wrote: That combines well with FOSDEM, which is the next two days in Bruxelles. Yesterday I got a mail that we'll be having a smalltalk room on Sunday. Stephan

Re: [Pharo-users] [ANN] JSON datatype support in PostgresV2 package

2014-10-03 Thread stepharo
On 30/9/14 21:02, Esteban A. Maringolo wrote: As a side note to this discussion: Postgres Outperforms MongoDB and Ushers in New Developer Reality http://blogs.enterprisedb.com/2014/09/24/postgres-outperforms-mongodb-and-ushers-in-new-developer-reality/ Maybe there could be a VoyagePostgresql a

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread stepharo
On 3/10/14 14:32, Stephan Eggermont wrote: PostgresV3-Core/Pool looks perfectly usable. There is PG3Connection>>md5HashMessage: aString ^Smalltalk globals at: #MD5 ifPresent: [ :md5 | (md5 hashMessage: aString) hex asLowercase ] ifAbsent:

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread stepharo
Thanks for the information. May be Olivier could help us there. On 3/10/14 12:59, Pierce Ng wrote: On Thu, Oct 02, 2014 at 03:43:05PM -0300, Esteban A. Maringolo wrote: Is the V2/V3 spec a PostgreSQL protocol spec or something made up in the Squeak community? V2/V3 are PostgreSQL wire protoco

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread stepharo
Do you really mean that the board is a kind of jerks and idiots that are lazy bastards? Please slow down, I never, ever, suggested even remotely that. I know but do not say that the board is not interested. We just issue today a roadmap to inria and database is one of the items. If people

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-03 Thread stepharo
On 24/9/14 18:17, Pierce Ng wrote: Hello, I am pleased to report that I have gotten Glorp working with NBSQLite3 enough to run Sven's Reddit.st. Cool what is NBSQLite3 (a nativeboost version)? Nice. Would be nice once you API stabilize that we get a chapter or on NBSQLite3 :) As mentioned

Re: [Pharo-users] Pharo Glorp 1.7 <-> VisualWorks

2014-10-03 Thread stepharo
Unfortunately, we don't have the manpower to maintain such a beast, are there many people using glorp in production? With PostgresV2? I am making a living out of two projects using GLORP+PostgresV2 since almost a year. So me, and my company, depends on it. I'd join an community driven "ORM Tas

Re: [Pharo-users] Pharo Glorp 1.7 <-> VisualWorks

2014-10-03 Thread stepharo
Many of them are here, AFAIR they were Lorenzano, Polito, Peck. Paid by ESUG because we already wre convinced that databse support is important. Even with its outdated condition, ORM hasn't changed much in the past years, so current GLORP fits most of the needs, it's proven, it's tested and

Re: [Pharo-users] Installing GToolkit

2014-10-04 Thread stepharo
Evan if you take the latest version of Pharo 4.0 you will get GT installed :) On 4/10/14 20:07, Evan Donahue wrote: Hello, I am trying to check out GTPlaygroundl, but I can't seem to get it working and was wondering if anyone had any idea what I might be overlooking. I download a new image

Re: [Pharo-users] Smalltalk based unikernels

2014-10-07 Thread stepharo
Hello, I'm playing with the unikernels idea [1]. Specifically I'm using Mirage OS [2] to probe a minimal HTTP server running on AWS directly over Xen, without any OS between the application and the hypervisor. Yes yes yes we would love to have a Pharo solution for that. Mirage OS is based

Re: [Pharo-users] Smalltalks 2014 Pharo Attendants (Meeting/Sprint?)

2014-10-07 Thread stepharo
I cannot travel because this year I promised to take care of the kids while my wife is preparing a difficult exam. So I hope to attend next year. Stef Is anybody here going to 2014's edition of Smalltalks in Cordoba, Argentina? I saw Jannik listed in one of the talks, maybe anybody else is com

Re: [Pharo-users] inaccuracy in drawing?

2014-10-08 Thread stepharo
Igor is sick at home. Not sure that he is reading mails. On 8/10/14 15:06, Hilaire wrote: Hello, I have noted inaccuracy when drawing circle (seen screenshot with circle and tangent line intersecting circle in two points and not one). I looked at my code with possible rounding error related to

Re: [Pharo-users] Error with Pillar

2014-10-10 Thread stepharo
Probably the encodings of the figures. Stef On 10/10/14 14:39, Alexandre Bergel wrote: hi! I get many error like: = COMPILING Book = Compiling PDF... libpng warning: iCCP: known inc

Re: [Pharo-users] About Zinc http components

2014-10-10 Thread stepharo
It would be really interesting to get a binding for Pharo. Stef On 7/10/14 23:51, kilon alios wrote: nope but it is made (unlike 0mq which is made in C++) in C so its should be relative simple to wrap with NB or even TalkFFI. At least the parts that interest you. On Tue, Oct 7, 2014 at 11:5

Re: [Pharo-users] About Zinc http components

2014-10-10 Thread stepharo
Nick Papoulias developed Seamless because he could not fix rST (but he oversold Seamless a bit) and I asked him to do a pass on Seamless and write a documentation. Stef On 7/10/14 23:08, Alain Rastoul wrote: This is another subject and another functionality I will need too. The Rst link is

Re: [Pharo-users] Scratch in Flash or Phratch?

2014-10-12 Thread stepharo
ask jannik directly. Stef On 12/10/14 08:03, Alain Busser wrote: Hello, I must present Scratch to my pupils on Tuesday, and I want to show to them the French and Creole versions. But Scratch is not programmed in Squeak anymore. Rather, it is in Flash. Hence my question: Is there a French ver

[Pharo-users] Artefact documentation is now in english

2014-10-12 Thread stepharo
Hi guys I finished the translation of the chapter on Artefact the pdf generator library developed by O. Auverlot and G. Larcheveque. https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/Artefact/Artefact.pillar.pdf Stef

Re: [Pharo-users] Scratch in Flash or Phratch?

2014-10-12 Thread stepharo
Alas, although I live on Reunion Island since 25 years, I don't speak Creole. But the creole language in Scratch has been written by people from Quebec (!). And was incomplete yet funny. I miss it... Engage your students! Turn it as a challenge for your students to contribute to a big project a

Re: [Pharo-users] Citizen example for manipulating a bibtex file

2014-10-13 Thread stepharo
Look at - Citezen tests - StefPublicationsDocBuilder - in the Reborn package you have a document hierarchy to build doc containing citations you have there visitor - in the Tools package well you have tools :) You can manipulate CXEntries. Create a class ReKeyer to embed t

Re: [Pharo-users] source code

2014-10-13 Thread stepharo
welcome. Create an account on SmalltalkHub and you will be able to share code with your collaborators. You can create a team to manage your rights for a set of projects. On 13/10/14 11:32, Erik Itter wrote: Hello, being new to Smalltalk I wonder how I exchange source code both with collabo

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-13 Thread stepharo
On 13/10/14 01:31, DiegoSanchez wrote: Hi everybody! This is my first post Welcome :) In which image version are you? and I'm posting this question after going around this forum without finding answer for my question. I couldn't wrap my mind around it. Here is the issue (in fact it is not

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread stepharo
Hi craig The examples are in the class WidgetExample or ExampleWidget. Now we are not happy from a design point of view of having all these widgets creation on UITheme. You can also use Spec. There is a draft of chapters on https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/838/ar

[Pharo-users] new Pharo Success story

2014-10-19 Thread stepharo
Hi we just published a new success story: Pharo at CSOB http://pharo.org/success And yes we are interested in your sucess stories Stef PS: big thanks to Tomas and CSOB for letting us making this public.

Re: [Pharo-users] GUI Frameworks Choice

2014-10-20 Thread stepharo
I should do a pass on the Spec chapters. So if you have feedback I'm interested. I plan to integrate the contributions made by Stefan Eggermont which were never considered. Stef Hi craig The examples are in the class WidgetExample or ExampleWidget. Now we are not happy from a design point o

Re: [Pharo-users] Citizen example for manipulating a bibtex file

2014-10-20 Thread stepharo
Check in the tools there is a bib writer. Stef On 21/10/14 03:33, Offray Vladimir Luna Cárdenas wrote: Thanks Stef and Damien, I have this small script as a proof of concept: === | bibFile bibliography | bibFile := ((FileLocator documents / 'U/Libertadores/Graf

Re: [Pharo-users] Socket plugin signature - Urgent

2014-10-20 Thread stepharo
Thanks sven I will check with the guys that wrote the socket chapter if we can add this snippet. Stef On 20/10/14 23:44, Sven Van Caekenberghe wrote: Again, Pharo is a high-level language, not a low-level one. Here is a working, standalone example: "An UDP echo server on port " [ Socke

Re: [Pharo-users] GUI Frameworks Choice

2014-10-20 Thread stepharo
Ok I will do a pass with johan and we will ask people to read the new version. On 20/10/14 22:47, Annick Fron wrote: Hi Steph, I sent a correction of the ImageSpec example some time ago. Don’t forget to mention how to put a white background …. Annick Le 20 oct. 2014 à 22:00, stepharo a

Re: [Pharo-users] new Pharo Success story

2014-10-20 Thread stepharo
I agree but I prefer that esteban works on spur. Stef On 20/10/14 17:43, Esteban A. Maringolo wrote: 2014-10-20 6:41 GMT-03:00 Sven Van Caekenberghe : It is a lot of work to do a project inside such a big bank, let alone make a success of it. Congratulation to Tomas and the rest of his team.

Re: [Pharo-users] new Pharo Success story

2014-10-21 Thread stepharo
Not right now, but if I could, how can I collaborate with that? Excellent. Ask esteban because this should be added to marina. So instead of one Esteban, you can have two :) this is cool Esteban A. Maringolo 2014-10-21 3:48 GMT-03:00 stepharo : I agree but I prefer that esteban works

Re: [Pharo-users] ConfigurationOfSandstoneDb

2014-10-21 Thread stepharo
you should copy it into the metarepo :) On 21/10/14 13:18, mikefilonov wrote: Hello, I have fixed SandstoneDb to work with Pharo3.0 (4.0 works as well) and also submitted a ConfigurationOfSandstoneDb so you may use the repository owned by Ramon Leon to fetch the sources: http://smalltalkhub.c

Re: [Pharo-users] Package Browser

2014-10-22 Thread stepharo
On 22/10/14 11:48, Hans Schueren wrote: Hallo fellows, i have just started with smalltalk programming Pharo. Welcome. This is a great journey. Take some time and ask all the questions you have. Now be prepared to change your way of doing things and you will be really surprised :) Stef Co

Re: [Pharo-users] [Pharo-dev] Clickable class side example and initialize methods in Pharo 4.0

2014-10-22 Thread stepharo
I agree with Thierry but I disagree with Alex :) What is cool is that when you browse a widget class that you get all the examples for this class. Stef I am also not a big fan of using pragmas. To me, it looks like an ad hoc approach to have examples close to the class. In the same spirit: Wh

[Pharo-users] Issues tagged for starting sprints

2014-10-22 Thread stepharo
Hi guys Some of you would like to organize sprints (or participate to pharo-dev) and this is always difficult to jump into a hard bug. So I started to add glitches/enh that I usually do not log as bug entries. I tagged them as sprint to help you getting started on sprinting. https://pharo.fog

Re: [Pharo-users] Starting a pool of worker images using command line parameters

2014-10-24 Thread stepharo
this nice discussion should be turned into a blog/chapter :) Any taker? Stef On 23/10/14 20:16, Esteban A. Maringolo wrote: tl;dr version: I'd like to be able to do something like $PATH/app/pharo-vm/pharo --nodisplay app.image st setup-worker.st --port 8091 and: $PATH/app/pharo-vm/pharo --nod

Re: [Pharo-users] Embracing Morph

2014-10-25 Thread stepharo
this is not what shrinked wrap is doing? Stef On 25/10/14 06:09, Hilaire wrote: Hello, I fell like asking this question is ridiculous, but I can't see it in the Morph populations. I would like an owner Morph where I add submorph at random positions, then I want the owner morph to automaticall

Re: [Pharo-users] Is this the place for a Seaside question?

2014-10-26 Thread stepharo
You should probably ask in the seaside mailing-list. On 26/10/14 13:27, Long Haired David wrote: I would like to know how to create a Seaside Server Adaptor using code. Can anyone give me a clue? I am using VAST 8.6 but I would have thought that it was fairly generic. - David Totally Ob

Re: [Pharo-users] starting a simple program - make EXE files for portable distrubution

2014-10-27 Thread stepharo
Hi hans 1. starting the whole program in the Pharo environment ( not only a class or method ) 2. saving the image files only for the program in afolder. 3. storing the program image file on a USB stick. 4. starting and using the program on another PC. Yes this is simple. But what must

Re: [Pharo-users] using pillar and/or pillarhub

2014-10-27 Thread stepharo
On 27/10/14 17:28, Peter Uhnák wrote: Hi, I wanted to experiment with Pillar however I'm not sure what to use to edit it. I was expecting some kind of editor with preview directly in Pharo but there is nothing. The next best thing I found was PillarHub based on Ace editor, however it depends

Re: [Pharo-users] Mouse wheel scrolling not working right on Windows

2014-10-28 Thread stepharo
Thanks for the report. This part will be cleaned as soon as we get some times and OSWindow fully plugged. Stef On 28/10/14 05:00, Jan B. wrote: Hello I am reposting this from Moose mailing list, because it seems like problem in Pharo itself. In HandMorph>>#generateKeyboardEvent: is a condit

Re: [Pharo-users] Changes file size

2014-10-28 Thread stepharo
Hi esteban Which image are you using? Do you get similar behavior with Pharo30? Stef Well... after finishing the condensing, the changes file passed form 140 mb... to 280 mb :) Esteban A. Maringolo 2014-10-28 3:08 GMT-03:00 Esteban A. Maringolo >: I know

Re: [Pharo-users] Mouse wheel scrolling not working right on Windows

2014-10-28 Thread stepharo
could you enter a bug entry - vm version - OS version - image version Stef On 28/10/14 05:00, Jan B. wrote: Hello I am reposting this from Moose mailing list, because it seems like problem in Pharo itself. In HandMorph>>#generateKeyboardEvent: is a condition based on charCode which

[Pharo-users] werb...@hans-schueren.de

2014-10-28 Thread stepharo
Hi hans imagine that you have an image with a program composed of several classes. One of which is the starting point of your application let us call it BibManager (this is an app managing bib entries for example). This class should have methods to start processing bib importFiles (interac

Re: [Pharo-users] Fwd: REST server helpers for Seaside 3.1 ?

2014-10-28 Thread stepharo
Hi cameron I'm in the US so I will reply a bit and after other people will certainly complement. Hi All. We need to set up a REST server for certain services and I am wondering what helper classes exist that work with Seaside 3.1. with Seaside-Rest you get REST support. Additionally, do the

Re: [Pharo-users] AST tokens question

2014-10-29 Thread stepharo
Thanks thierry and mark for this interesting discussion! Stef On 27/10/14 13:36, Mark Rizun wrote: Hi all, Trying to understand here how tokens are used in AST. So far I can not see any order in usage of tokens. For instance, why RBValueNode doesn't have token? Is it haow it's supposed to be?

[Pharo-users] **Important** PharoDays Preparation

2014-10-29 Thread stepharo
Hi guys We will organize at Lille the 29 and 30 of January PharoDays. Now to help us building a budget I would like to know if you already know that you plan to attend the conference. Could you fill up the doodle http://doodle.com/icxtazwfq76caxf8 Stef

Re: [Pharo-users] **Important** PharoDays Preparation

2014-10-29 Thread stepharo
fun and crazy conference with sprints and hacking in the middle. It will be super cool. Stef On 29/10/14 05:58, Mark Rizun wrote: Hi Stef, hi everyone! As I plan to be in Lille during this time, I'm interested what is PharoDays conference? Mark 2014-10-29 12:46 GMT+02:00 ste

Re: [Pharo-users] FFI structs

2014-10-29 Thread stepharo
did you read the NativeBoost tutorial on the PharoForTheEntreprise book? If you do please report potential mistakes so that we can improve. On 29/10/14 05:59, Annick Fron wrote: I I have a C struct with a char* struct result { char* time } I define an ExternalStructure in FFI , with o

Re: [Pharo-users] nautilus plugin documentation

2014-10-30 Thread stepharo
Here is what I found. I'm adding a doc into book garage (pharo for the entreprise) How to create Nautilus-Plugins Here we will give some brief explanations on how to create your own plugin. By the way there are only two requirements to create a Nautilus-Plugin: • the class should inherit from

Re: [Pharo-users] Bug? in Filein

2014-10-30 Thread stepharo
On 30/10/14 06:57, José Comesaña wrote: I've found this problem in Pharo 3 (seems to happen in Pharo 4 too): Do: 1. Fileout Seaside-Tests-Core 2. Remove Seaside-Test-Core 3. File in the file created in step 1 You will find: a. The structure of the package changes. What do you mean by it cha

Re: [Pharo-users] nautilus plugin documentation

2014-10-30 Thread stepharo
Paul I'm going over the plugin code and hierarchy and I will probably clean it a bit and publish real class comments. I'm checking the plugin to see the ones that are working and the one we can remove or fix. Writing what I'm learning in https://github.com/SquareBracketAssociates/PharoForTheEn

Re: [Pharo-users] Bug? in Filein

2014-10-30 Thread stepharo
It says that the class WATestError is not available. Yes, I did. It is in the .st file c. You get a bunch of errors in Transcript while filing in No magic ball so we cannot guess. Example of Transcript messages (in case it helps): WADocumentHandlerResponseTest>>createAndVerifyB

Re: [Pharo-users] AST tokens question

2014-10-30 Thread stepharo
this one is in SmaCC. I'll see if I can switch to your solution. I had a look at Nautilus add protocol for fun. 2303 entries for a subclass of MorphTreeModel :( I reduce that to 11 entries in AltBrowser add protocol for the same use case. :( Same feeling here but we will live with it for now.

Re: [Pharo-users] FFI structs

2014-10-30 Thread stepharo
tiveBoost on the Raspberry, I would be glad if I could !!! Le 29 oct. 2014 à 12:18, stepharo mailto:steph...@free.fr>> a écrit : > did you read the NativeBoost tutorial on the PharoForTheEntreprise book? > If you do please report potential mistakes s

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread stepharo
Do you think Roassal can replace Morphic at all? No Stef 2014-09-16 20:07 GMT+04:00 Alexandre Bergel >: In the word “submorph” there are two important parts. “sub” and “morph”. Roassal support subelements, but only one morph is around, the trac

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread stepharo
I gave up on zoomability (with the idea to revisit after Athens is integrated), Athens is integrated. Now if the community does not help redefining the drawnOn: methods using athens then it will not happen. Stef but I hacked together an infinitely scrollable world, called ScrollableWorld

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread stepharo
On 2/11/14 19:45, Ian Bartholomew wrote: Hi All. I'm a long time (25+ years) Smalltalk user, but only 3 days using Pharo Welcome! so I'm still stumbling around a bit (lot). You will get there :) I have an app that I need to run on Windows and a Mac (possibly Linux at a later date). I've

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread stepharo
Thanks to you both for the confirmation about using the Windows files, it will make things a lot simpler. Given the situation I imagine there are a number of ex Dolphin users floating about here - Hi All. I noticed the, sadly, late Bill Schwab posted here sometimes, and he was once as much a c

Re: [Pharo-users] Porting to a MAC

2014-11-04 Thread stepharo
Yes, it was a sad news of Bill's death, I read the list of Dolphin. yes sad! About Dolphin, well, as you point, the ability to generate an exe and some other features more of the side of publishing a commercial app, make hard to abandon it (also the UI builder). Yes we would love to have t

Re: [Pharo-users] How not to serve an AngularJs application from Pharo

2014-11-04 Thread stepharo
I'm really interested to see how we could develop amber inside pharo and generate JS/amber code. May be you should look at spec instead of OB. On 4/11/14 03:55, Pierce Ng wrote: On Mon, Oct 27, 2014 at 10:21:18PM +0200, kilon alios wrote: Even though I always have been a supporter of Amber the

[Pharo-users] inria survey

2014-11-06 Thread stepharo
Hi guys you can help us to improve our communication as a research center. Please take some minutes to fill this little survey. Stef -- VERSION FRANÇAISE -- Créé depuis 2002 à Lille, le centre de recherche Inria Lille - Nord Eur

Re: [Pharo-users] Bug? in Filein

2014-11-06 Thread stepharo
if I get a couple of free hours I could dare to debug a little.... Best 2014-10-30 23:30 GMT+01:00 stepharo mailto:steph...@free.fr>>: It says that the class WATestError is not

Re: [Pharo-users] How not to serve an AngularJs application from Pharo

2014-11-07 Thread stepharo
On 4/11/14 13:53, kilon alios wrote: I have welcomed Amber with open arms, but I have failed miserably to wrap my head around it. Is ironic if you think about, Pharo really lacks documentation even in basic areas, Are you joking? I spend my time writing books and chapters and their quality i

Re: [Pharo-users] About PBE status was Re: How not to serve an AngularJs application from Pharo

2014-11-08 Thread stepharo
Hi kilon Thanks for continuing to push it. I really want to see PharoByExample in Pharo30/40. I will read and compare with the orginal the UpdatePharoByExample and do a pass on the chapters you did. I saw that some references are not found. I will have a look. I should change the latex templat

  1   2   3   4   5   6   7   8   9   10   >