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

2014-05-10 Thread Ben Coman
kilon alios wrote: well in order to include a file in your git repo you will have to add it. The fact that the file or folder exists inside your repo folder does not mean anything to git. So you need to issue a "git add" command.  Because when you git add a folder it git adds all the

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

2014-05-10 Thread kilon alios
well in order to include a file in your git repo you will have to add it. The fact that the file or folder exists inside your repo folder does not mean anything to git. So you need to issue a "git add" command. Because when you git add a folder it git adds all the files and sub folders it contain

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

2014-05-10 Thread Sven Van Caekenberghe
On 10 May 2014, at 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), The class menu in Nautilus is not perfect (in the sense of ordering thi

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

2014-05-10 Thread Ben Coman
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.  http://www.xm1math.net/texmake

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

2014-05-10 Thread kilon alios
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. http://www.xm1math.net/texmaker/ Though so far emacs with pilla

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

2014-05-10 Thread Ben Coman
nacho wrote > 2) Yes you have to have TEXLive installed. > 3) If you install it on Mavericks check the paths. TexLive now install > into a weird location and you should add that location to your path or > else you'll get an error. For me it was not a path issue. I installed MacTex and it added /

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

2014-05-10 Thread Hilaire Fernandes
#: must be written #':' with Opal Hilaire Le 10/05/2014 15:38, Hilaire Fernandes a écrit : > Hi, > > I got this error when compiling DrGeo in Pharo3 (screenshot). There is > not debug log. > > Thanks > > Hilaire > > -- Dr. Geo http://drgeo.eu

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

2014-05-10 Thread Hilaire Fernandes
Hi, With Pharo3, each time I click and drag in the DrGeo canvas I have a drag event of the surrounding DrGeo window. The mouse events doe not reach anymore the canvas as it should be (captured with usuale. Is it possible to know the refactoring in the mouse event and related departments. Thank

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

2014-05-10 Thread Hilaire Fernandes
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 name, then I have this strange dialog with a broken morph. Screen shot enclosed. Hilaire -- Dr. Geo ht

[Pharo-users] Error compiling DrGeo in pahro3

2014-05-10 Thread Hilaire Fernandes
Hi, I got this error when compiling DrGeo in Pharo3 (screenshot). There is not debug log. Thanks Hilaire -- Dr. Geo http://drgeo.eu

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

2014-05-10 Thread Pablo R. Digonzelli
"PharoPro" ? Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 - Mensaje original - De: "Robert Shiplett" Para: "Any question about pharo is welcome" Enviados

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

2014-05-10 Thread Robert Shiplett
"PharoPro" ? On 10 May 2014 04:09, stepharo wrote: > > On 9/5/14 21:54, Andy Burnett wrote: > > ᐧ > Thanks everyone, I shall try the DBXTalk approach. It seems as though it > is being actively developed. > > As a side note, I think it would be great if Pharo could identify a > 'main stream' r

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

2014-05-10 Thread stepharo
On 9/5/14 21:54, Andy Burnett wrote: ᐧ Thanks everyone, I shall try the DBXTalk approach. It seems as though it is being actively developed. As a side note, I think it would be great if Pharo could identify a 'main stream' route for dealing with RDBMS. It would be similar to the way in whic