[Pharo-users] Pillar book-skeleton and more

2014-05-11 Thread Yuriy Tymchuk
Dear everyone, I’m happy to announce about the Pillar book-skeleton project https://github.com/pillar-markup/book-skeleton, which is essentially a generalised starting point for writing books in Pillar. Pharo for the Enterprise and Updated Pharo by Example are using it now. If you have any sug

[Pharo-users] Domaintalk - PDF Files

2014-05-11 Thread Bob Williams
I decided to rewrite the Domaintalk proposal and the develop a Math Domain document. To do it correctly I had to use LaTeX which I have not used in decades. But it was worth the effort because it gave me more ideas about how to implement the Math Domain and it produces PDF files. I do not want

Re: [Pharo-users] Some code to share - Twitter access

2014-05-11 Thread Paul DeBruicker
I think I have a use for it. Will you please post it to smalltalkhub or whereever you prefer? Thanks Paul Arturo Zambrano wrote > Hi All, > I have some code that allows to access Twitter data using its REST API > and the Streaming API (thanks Sven for helping me in > It is rudimentary an

Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-11 Thread Ben Coman
stepharo wrote: On 10/5/14 17:51, Ben Coman wrote: kilon alios wrote: Yes I am using MacTex too, it works like a charm. I compile the pdf always before committing to Github to make sure I am not braking enough. I also installed Texmaker which is an even bette

Re: [Pharo-users] Error compiling DrGeo in pahro3

2014-05-11 Thread Hilaire Fernandes
I edited yesterday DrGeo code to change #: to #':', then voilà! Hilaire Le 11/05/2014 09:34, stepharo a écrit : > I tested it in the latest image without problem. > So did you change the fonts or something like that? > > Stef > On 11/5/14 09:23, stepharo wrote: >> Hi hilaire >> >> I do not remem

Re: [Pharo-users] Pharo3, what refactoring in morph mouse event?

2014-05-11 Thread Hilaire Fernandes
Indeed, I tracked the changes done to Morph and PasteUpMorph since last September and I did not see any possible related changes. Now I should look at the StandardWindow as the DrGeo canvas is a pasteupmoprh plugged in a StandardWindow. Thanks Hilaire Le 11/05/2014 09:26, stepharo a écrit : > H

Re: [Pharo-users] Creating a subclass from nautilus/Pharo3

2014-05-11 Thread Hilaire Fernandes
Please do so and tell me if I need to record the case in the bug tracker. Regarding Nautilus, it is worth the effort *TWO* people sit down side by side and redesign the menus hierarchy. Hilaire Le 11/05/2014 09:28, stepharo a écrit : > With me it works. > So I will retry in the latest 3.0 -- D

Re: [Pharo-users] Error compiling DrGeo in pahro3

2014-05-11 Thread Hilaire Fernandes
Morning, As I briefly wrote in my previous email in this thread, Opal can't compile the symbol #: (previous compiler can do it), for Opal it should be written #':', so I change in DrGeo source code this unique occurrence and Dr. Geo compilation went to end. In 2.0, this problem does not occure, b

Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)

2014-05-11 Thread stepharo
On 10/5/14 17:51, Ben Coman wrote: kilon alios wrote: Yes I am using MacTex too, it works like a charm. I compile the pdf always before committing to Github to make sure I am not braking enough. I also installed Texmaker which is an even better editor for Tex files and compiling to pdf. htt

Re: [Pharo-users] Error compiling DrGeo in pahro3

2014-05-11 Thread kilon alios
Hilaire just an offtopic , there is a question about games on mobile platforms on pharo dev mailing list that could use your expertise on this field. On Sun, May 11, 2014 at 10:34 AM, stepharo wrote: > I tested it in the latest image without problem. > So did you change the fonts or something l

Re: [Pharo-users] Error compiling DrGeo in pahro3

2014-05-11 Thread stepharo
I tested it in the latest image without problem. So did you change the fonts or something like that? Stef On 11/5/14 09:23, stepharo wrote: Hi hilaire I do not remember if something changes. Can you tell us if if was the same in 2.0? Now in VW and Pharo #':' represents the symbol : Stef On 10

Re: [Pharo-users] Creating a subclass from nautilus/Pharo3

2014-05-11 Thread stepharo
With me it works. So I will retry in the latest 3.0 stef On 10/5/14 15:57, Hilaire Fernandes wrote: Hi, In Nautilus, to creat a subclass I have to go in menu Class 'Refactoring>Class Refactoring>Generate Subclass...' (Why is it refactring? It seems NOT for me), anyway I can input a subclass na

Re: [Pharo-users] Pharo3, what refactoring in morph mouse event?

2014-05-11 Thread stepharo
Hi Hilaire Hi, With Pharo3, each time I click and drag in the DrGeo canvas I have a drag event of the surrounding DrGeo window. Do you have an image that we can have a look? The mouse events doe not reach anymore the canvas as it should be (captured with usuale. Is it possible to know th

Re: [Pharo-users] Creating a subclass from nautilus/Pharo3

2014-05-11 Thread stepharo
Normally there is one refactoring that insert a class inside an hierarchy. A B => A C B now this may be not this one. We should fix that. Can you enter a bug entry. I guess that nobody ever used it. Stef On 10/5/14 15:57, Hilaire Fernandes wrote: Hi, In Nautilus, to creat a subclass I h

Re: [Pharo-users] Error compiling DrGeo in pahro3

2014-05-11 Thread stepharo
Hi hilaire I do not remember if something changes. Can you tell us if if was the same in 2.0? Now in VW and Pharo #':' represents the symbol : Stef On 10/5/14 15:38, Hilaire Fernandes wrote: Hi, I got this error when compiling DrGeo in Pharo3 (screenshot). There is not debug log. Thanks Hil

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-11 Thread stepharo
"PharoPro" ? As you know we want people to be able to make business with Pharo so we are brainstorming on a company offering - migration services - strong supporting - maintained packages Stef On 10 May 2014 04:09, stepharo > wrote: On 9/5/14 21