ConfigurationOfDrGeo for Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

ConfigurationOfDrGeo for Pharo

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

Fernando olivero
Hi Hilaire,

I've   downloaded DrGeo using this script (maybe you could advertise it the squeaksource page), 

Gofer new
url: 'http://www.squeaksource.com/DrGeoII'  ;
package: 'ConfigurationOfDrGeo';
load.
((Smalltalk at: #ConfigurationOfDrGeo ) perform:#load.


But how do i start the app?
Thanks,
Fernando


On Mar 24, 2010, at 3:29 PM, Hilaire Fernandes wrote:

Hello,

I have updated DrGeo to make it compliant to Pharo 1.0 (hello Laurent).
I took the opportunity to write a ConfigurationOfDrGeo using Metacello
package management facility.

The Configuration is for now in the DrGeo repository:
http://squeaksource.com/DrGeoII/

in case someone want to test it.

Hilaire


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

Fernando olivero
I managed to open it,

DrGeo new.

but got a DNU.

FlapTab>>showFlap
PasteUpMorph>>adapToWorld:
EventHandler->does not understand #adaptToWorld



On Mar 24, 2010, at 3:55 PM, Fernando olivero wrote:

Hi Hilaire,

I've   downloaded DrGeo using this script (maybe you could advertise it the squeaksource page), 

Gofer new
url: 'http://www.squeaksource.com/DrGeoII'  ;
package: 'ConfigurationOfDrGeo';
load.
((Smalltalk at: #ConfigurationOfDrGeo ) perform:#load.


But how do i start the app?
Thanks,
Fernando


On Mar 24, 2010, at 3:29 PM, Hilaire Fernandes wrote:

Hello,

I have updated DrGeo to make it compliant to Pharo 1.0 (hello Laurent).
I took the opportunity to write a ConfigurationOfDrGeo using Metacello
package management facility.

The Configuration is for now in the DrGeo repository:
http://squeaksource.com/DrGeoII/

in case someone want to test it.

Hilaire


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

<ATT00001..txt>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

hilaire
In reply to this post by Fernando olivero
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

Patrick Barroca
Hello,

Working great for me on rc3.

On Wed, Mar 24, 2010 at 4:22 PM, Hilaire Fernandes
<[hidden email]> wrote:

> Right, I should document and fix that:
>
> DrGeo sample openInWorld
>
> Hilaire
>
> Fernando olivero a écrit :
>>
>> Hi Hilaire,
>>
>> I've   downloaded DrGeo using this script (maybe you could advertise it
>> the squeaksource page),
>> Gofer new
>> url: 'http://www.squeaksource.com/DrGeoII'  ;
>> package: 'ConfigurationOfDrGeo';
>> load.
>> ((Smalltalk at: #*ConfigurationOfDrGeo* ) perform:#load.
>>
>>
>> But how do i start the app?
>> Thanks,
>> Fernando
>>
>>
>> On Mar 24, 2010, at 3:29 PM, Hilaire Fernandes wrote:
>>
>>> Hello,
>>>
>>> I have updated DrGeo to make it compliant to Pharo 1.0 (hello Laurent).
>>> I took the opportunity to write a ConfigurationOfDrGeo using Metacello
>>> package management facility.
>>>
>>> The Configuration is for now in the DrGeo repository:
>>> http://squeaksource.com/DrGeoII/
>>>
>>> in case someone want to test it.
>>>
>>> Hilaire
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Patrick Barroca

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

Stéphane Ducasse
In reply to this post by hilaire
this is cool hilaire!

Stef

On Mar 24, 2010, at 3:29 PM, Hilaire Fernandes wrote:

> Hello,
>
> I have updated DrGeo to make it compliant to Pharo 1.0 (hello Laurent).
> I took the opportunity to write a ConfigurationOfDrGeo using Metacello package management facility.
>
> The Configuration is for now in the DrGeo repository: http://squeaksource.com/DrGeoII/
>
> in case someone want to test it.
>
> Hilaire
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

Lukas Renggli
DrGeo is a really cool system. It is great to see it in action in Pharo.

Are there any plan to integrate it into a window with menu and/or
toolbar? First I had some troubles to find out how it works :-)

Lukas

On 24 March 2010 16:49, Stéphane Ducasse <[hidden email]> wrote:

> this is cool hilaire!
>
> Stef
>
> On Mar 24, 2010, at 3:29 PM, Hilaire Fernandes wrote:
>
>> Hello,
>>
>> I have updated DrGeo to make it compliant to Pharo 1.0 (hello Laurent).
>> I took the opportunity to write a ConfigurationOfDrGeo using Metacello package management facility.
>>
>> The Configuration is for now in the DrGeo repository: http://squeaksource.com/DrGeoII/
>>
>> in case someone want to test it.
>>
>> Hilaire
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfDrGeo for Pharo

hilaire
CONTENTS DELETED
The author has deleted this message.