Re: [Pharo-users] Ghost Proxy

2014-05-20 Thread Luc Fabresse
2014-05-21 8:37 GMT+02:00 Marcus Denker :

> In general, we should think about if is would make sense that the language
> comes with
> a good proxy model by default.
> (this way we would avoid that everyone creates one that is not completely
> working)
>

I completely agree with that.
I think that most people come back to DNU because it is there and simple to
implement.

But some others also told me that they use a different design from the one
of Ghost and I do not know what they change and why.

Luc


>
> On 21 May 2014, at 08:31, Luc Fabresse  wrote:
>
> Hi François,
>
> The code is here http://ss3.gemstone.com/ss/Ghost.html/Latest
> the configuration is working but I do not remember if I tested in Pharo 3
> now
>
> Cheers,
>
> #Luc
>
>
> 2014-05-20 18:15 GMT+02:00 François Stephany :
>
>> What is the best way to load Ghost in Pharo 3.0? Is there a configuration
>> somewhere?
>>
>> Is anyone using it? Voyage does seem to use the
>> ProtoObject+dnu+becomeForward trick. Is there any reason for that?
>>
>>
>
>


Re: [Pharo-users] Ghost Proxy

2014-05-20 Thread Marcus Denker
In general, we should think about if is would make sense that the language 
comes with
a good proxy model by default. 
(this way we would avoid that everyone creates one that is not completely 
working)

On 21 May 2014, at 08:31, Luc Fabresse  wrote:

> Hi François,
> 
> The code is here http://ss3.gemstone.com/ss/Ghost.html/Latest
> the configuration is working but I do not remember if I tested in Pharo 3 now
> 
> Cheers,
> 
> #Luc
> 
> 
> 2014-05-20 18:15 GMT+02:00 François Stephany :
> What is the best way to load Ghost in Pharo 3.0? Is there a configuration 
> somewhere?
> 
> Is anyone using it? Voyage does seem to use the ProtoObject+dnu+becomeForward 
> trick. Is there any reason for that?
> 
> 



Re: [Pharo-users] Ghost Proxy

2014-05-20 Thread Luc Fabresse
Hi François,

The code is here http://ss3.gemstone.com/ss/Ghost.html/Latest
the configuration is working but I do not remember if I tested in Pharo 3
now

Cheers,

#Luc


2014-05-20 18:15 GMT+02:00 François Stephany :

> What is the best way to load Ghost in Pharo 3.0? Is there a configuration
> somewhere?
>
> Is anyone using it? Voyage does seem to use the
> ProtoObject+dnu+becomeForward trick. Is there any reason for that?
>
>


Re: [Pharo-users] glorp

2014-05-20 Thread jtuc...@objektfabrik.de

Hi Pablo,

I guess the best way to get recent info on Glorp is to see if there is 
an updated piece of documentation shipping with the latest version of 
VisualWorks from Cincom.


We do use Glorp for our accounting service for German businesses 
(www.kontolino.de). We're running on VA Smalltalk under Linux and are 
using DB2. We've had a few issues in the past that were either related 
to the VA ST port of Glorp and could be fixed by us or together with 
INstantiations, or, if they were bugs in base Glorp, were fixed by Niall 
and integrated into newer versions. So far I must say I am happy with 
Glorp. It does its job nicely and reliably, and once you accept the 
implications of O/R mapping (aka Impedance mismatch), you can do a lot 
with it.

We also use Glorp for projects that I can not publicly talk about.

There is a Glorp-related discussion Group on Google Groups: 
https://groups.google.com/forum/#!forum/glorp-group


hth

Joachim

--
---
Objektfabrik Joachim Tuchel  mailto:jtuc...@objektfabrik.de
Fliederweg 1 http://www.objektfabrik.de
D-71640 Ludwigsburg  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0 Fax: +49 7141 56 10 86 1




Re: [Pharo-users] glorp

2014-05-20 Thread Clément Bera
Hello,

2014-05-21 6:15 GMT+02:00 Pablo R. Digonzelli :

> Hi all, where can i get updated info about glorp ?.
>

don't know


> Is someone using GLORP in a real business app?
>

Yes, they are using it with DBXTalk to bind relational databases.

People with more knowledge about that can answer you on Pharo-business
mailing list.


>
> Tia
>
> --
> *Ing. Pablo Digonzelli*
> Software Solutions
> IP-Solutiones SRL
> Metrotec SRL
> 25 de Mayo 521
> Email: pdigonze...@softsargentina.com
> pdigonze...@gmail.com
> Cel: 5493815982714
>
>


[Pharo-users] glorp

2014-05-20 Thread Pablo R. Digonzelli
Hi all, where can i get updated info about glorp ?. 
Is someone using GLORP in a real business app? 

Tia 


Ing. Pablo Digonzelli 
Software Solutions 
IP-Solutiones SRL 
Metrotec SRL 
25 de Mayo 521 
Email: pdigonze...@softsargentina.com 
pdigonze...@gmail.com 
Cel: 5493815982714 



[Pharo-users] Aconcagua Documentation

2014-05-20 Thread Sean P. DeNigris
Is there anything besides
http://stephane.ducasse.free.fr/Teaching/CoursAnnecy/0506-M1-COO/aconcagua-p292-wilkinson.pdf
? There are not many class comments and the tests were a bit overwhelming
for me...

Specifically I'm searching for anything built-in to present measures in the
"most tidy" representation e.g. "125 dollars" instead of "12500 cents", "10
cups" instead of "480 teaspoons", etc.



-
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Aconcagua-Documentation-tp4759781.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-20 Thread Sean P. DeNigris
Christophe Demarey wrote
> but it will not work as it is hosted on another repository

Not that I'm recommending it, but if necessary, you could always copy it
into your project's repo to get around that (or I think you can specify a
repository in the #with: block of the package spec.



-
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Versionner-Specifying-un-configured-packages-as-dependencies-tp4759683p4759746.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread sergio_101
perfect! thanks!


On Tue, May 20, 2014 at 8:50 AM, Sven Van Caekenberghe  wrote:

> It is command-j command-m like in Emacs. You keep de command (apple) key
> pressed.
>
> On 20 May 2014, at 14:31, sergio_101  wrote:
>
> >
> > i noticed last night that the keyboard shortcuts are a bit different in
> pharo 3. for instance, to when i mouse over a method, to run the tests, i
> see there are two keys listed, j, m.
> >
> > i can't seem to figure out which modifiers are required to make this
> work. i am also not sure how i would go about finding out which functions j
> and m would perform. run 'this' test, run 'all' tests.
> >
> > any ideas?
> >
> > thanks!
> >
> > --
> > 
> > peace,
> > sergio
> > photographer, journalist, visionary
> > #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
> >
> > http://www.Village-Buzz.com
> > http://www.ThoseOptimizeGuys.com
> > http://www.CodingForHire.com
> > http://www.coffee-black.com
> > http://www.painlessfrugality.com
> > http://www.twitter.com/sergio_101
> > http://www.facebook.com/sergio101
>
>
>


-- 

peace,
sergio
photographer, journalist, visionary
#BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa

http://www.Village-Buzz.com
http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101


[Pharo-users] Ghost Proxy

2014-05-20 Thread François Stephany
What is the best way to load Ghost in Pharo 3.0? Is there a configuration
somewhere?

Is anyone using it? Voyage does seem to use the
ProtoObject+dnu+becomeForward trick. Is there any reason for that?


Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-20 Thread Christophe Demarey
Hi,

Le 20 mai 2014 à 15:01, Johan Fabry a écrit :

> Hi all,
> 
> I’m using Versionner to make a ConfigurationOf and things are working quite 
> well (thanks for that!) until I want to add the Roassal2Spec package as a 
> dependency. The dialog box only shows packages with a configuration, and 
> Roassal2Spec does not have one. It’s just one package. How can I add this guy 
> to my configuration?

The only way (and not recommended) to add it with Versionner would be to add it 
as a package of your project but it will not work as it is hosted on another 
repository.
Why not adding a new config for this project (in your project repository) or, 
better, in the roassal repository?

smime.p7s
Description: S/MIME cryptographic signature


Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread Guillermo Polito
My guess for that is that the VM is not sending the appropiate event in the
linux vm. So, we have to debug it. And also, I suspect its a mouse event
that is failing, not keyboard event (with the current implementation).


On Tue, May 20, 2014 at 3:22 PM, p...@highoctane.be wrote:

> What is it on Linux?
>
> I mean the thing to get the -click on a class/method name and it
> goes there
>
> Nothing seems to work. But alt and ctrl-p/d/i do work (both)
>
> Phil
>
>
> On Tue, May 20, 2014 at 2:56 PM, Yuriy Tymchuk wrote:
>
>> Ok, then maybe on linux it’s ctrl :)
>>
>> On 20 May 2014, at 14:54, kilon alios  wrote:
>>
>> no, on Windows is actually ALT.
>>
>>
>> On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk wrote:
>>
>>> Hi,
>>>
>>> there is only one modifier. On mac it is cmd, on win it’s ctrl and on
>>> linux it’s probably alt. The thing that you see when gower, is a sequence
>>> that you have to press. So you hold cmd and press ‘j' and then press ‘m’.
>>>
>>> Uko
>>>
>>> On 20 May 2014, at 14:31, sergio_101  wrote:
>>>
>>>
>>> i noticed last night that the keyboard shortcuts are a bit different in
>>> pharo 3. for instance, to when i mouse over a method, to run the tests, i
>>> see there are two keys listed, j, m.
>>>
>>>  i can't seem to figure out which modifiers are required to make this
>>> work. i am also not sure how i would go about finding out which functions j
>>> and m would perform. run 'this' test, run 'all' tests.
>>>
>>> any ideas?
>>>
>>> thanks!
>>>
>>> --
>>> 
>>> peace,
>>> sergio
>>> photographer, journalist, visionary
>>> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
>>>
>>> http://www.Village-Buzz.com 
>>> http://www.ThoseOptimizeGuys.com 
>>> http://www.CodingForHire.com 
>>> http://www.coffee-black.com
>>> http://www.painlessfrugality.com
>>> http://www.twitter.com/sergio_101
>>> http://www.facebook.com/sergio101
>>>
>>>
>>>
>>
>>
>


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

2014-05-20 Thread Stephan Eggermont
And of course there is no need to have a lower number of screenshots 
now you can generate them from the image.

Stephan



Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread p...@highoctane.be
What is it on Linux?

I mean the thing to get the -click on a class/method name and it
goes there

Nothing seems to work. But alt and ctrl-p/d/i do work (both)

Phil


On Tue, May 20, 2014 at 2:56 PM, Yuriy Tymchuk  wrote:

> Ok, then maybe on linux it’s ctrl :)
>
> On 20 May 2014, at 14:54, kilon alios  wrote:
>
> no, on Windows is actually ALT.
>
>
> On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk wrote:
>
>> Hi,
>>
>> there is only one modifier. On mac it is cmd, on win it’s ctrl and on
>> linux it’s probably alt. The thing that you see when gower, is a sequence
>> that you have to press. So you hold cmd and press ‘j' and then press ‘m’.
>>
>> Uko
>>
>> On 20 May 2014, at 14:31, sergio_101  wrote:
>>
>>
>> i noticed last night that the keyboard shortcuts are a bit different in
>> pharo 3. for instance, to when i mouse over a method, to run the tests, i
>> see there are two keys listed, j, m.
>>
>>  i can't seem to figure out which modifiers are required to make this
>> work. i am also not sure how i would go about finding out which functions j
>> and m would perform. run 'this' test, run 'all' tests.
>>
>> any ideas?
>>
>> thanks!
>>
>> --
>> 
>> peace,
>> sergio
>> photographer, journalist, visionary
>> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
>>
>> http://www.Village-Buzz.com 
>> http://www.ThoseOptimizeGuys.com 
>> http://www.CodingForHire.com 
>> http://www.coffee-black.com
>> http://www.painlessfrugality.com
>> http://www.twitter.com/sergio_101
>> http://www.facebook.com/sergio101
>>
>>
>>
>
>


[Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-20 Thread Johan Fabry
Hi all,

I’m using Versionner to make a ConfigurationOf and things are working quite 
well (thanks for that!) until I want to add the Roassal2Spec package as a 
dependency. The dialog box only shows packages with a configuration, and 
Roassal2Spec does not have one. It’s just one package. How can I add this guy 
to my configuration?

Thanks in advance,

---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile




Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread Yuriy Tymchuk
Ok, then maybe on linux it’s ctrl :)

On 20 May 2014, at 14:54, kilon alios  wrote:

> no, on Windows is actually ALT. 
> 
> 
> On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk  wrote:
> Hi,
> 
> there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux 
> it’s probably alt. The thing that you see when gower, is a sequence that you 
> have to press. So you hold cmd and press ‘j' and then press ‘m’.
> 
> Uko
> 
> On 20 May 2014, at 14:31, sergio_101  wrote:
> 
>> 
>> i noticed last night that the keyboard shortcuts are a bit different in 
>> pharo 3. for instance, to when i mouse over a method, to run the tests, i 
>> see there are two keys listed, j, m.
>> 
>> i can't seem to figure out which modifiers are required to make this work. i 
>> am also not sure how i would go about finding out which functions j and m 
>> would perform. run 'this' test, run 'all' tests.
>> 
>> any ideas? 
>> 
>> thanks!
>> 
>> -- 
>> 
>> peace,
>> sergio
>> photographer, journalist, visionary
>> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
>> 
>> http://www.Village-Buzz.com
>> http://www.ThoseOptimizeGuys.com
>> http://www.CodingForHire.com
>> http://www.coffee-black.com
>> http://www.painlessfrugality.com
>> http://www.twitter.com/sergio_101
>> http://www.facebook.com/sergio101
> 
> 



Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread kilon alios
no, on Windows is actually ALT.


On Tue, May 20, 2014 at 3:49 PM, Yuriy Tymchuk  wrote:

> Hi,
>
> there is only one modifier. On mac it is cmd, on win it’s ctrl and on
> linux it’s probably alt. The thing that you see when gower, is a sequence
> that you have to press. So you hold cmd and press ‘j' and then press ‘m’.
>
> Uko
>
> On 20 May 2014, at 14:31, sergio_101  wrote:
>
>
> i noticed last night that the keyboard shortcuts are a bit different in
> pharo 3. for instance, to when i mouse over a method, to run the tests, i
> see there are two keys listed, j, m.
>
> i can't seem to figure out which modifiers are required to make this work.
> i am also not sure how i would go about finding out which functions j and m
> would perform. run 'this' test, run 'all' tests.
>
> any ideas?
>
> thanks!
>
> --
> 
> peace,
> sergio
> photographer, journalist, visionary
> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
>
> http://www.Village-Buzz.com 
> http://www.ThoseOptimizeGuys.com 
> http://www.CodingForHire.com 
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
>
>
>


Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread Sven Van Caekenberghe
It is command-j command-m like in Emacs. You keep de command (apple) key 
pressed.

On 20 May 2014, at 14:31, sergio_101  wrote:

> 
> i noticed last night that the keyboard shortcuts are a bit different in pharo 
> 3. for instance, to when i mouse over a method, to run the tests, i see there 
> are two keys listed, j, m.
> 
> i can't seem to figure out which modifiers are required to make this work. i 
> am also not sure how i would go about finding out which functions j and m 
> would perform. run 'this' test, run 'all' tests.
> 
> any ideas? 
> 
> thanks!
> 
> -- 
> 
> peace,
> sergio
> photographer, journalist, visionary
> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
> 
> http://www.Village-Buzz.com
> http://www.ThoseOptimizeGuys.com
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101




Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread Yuriy Tymchuk
Hi,

there is only one modifier. On mac it is cmd, on win it’s ctrl and on linux 
it’s probably alt. The thing that you see when gower, is a sequence that you 
have to press. So you hold cmd and press ‘j' and then press ‘m’.

Uko

On 20 May 2014, at 14:31, sergio_101  wrote:

> 
> i noticed last night that the keyboard shortcuts are a bit different in pharo 
> 3. for instance, to when i mouse over a method, to run the tests, i see there 
> are two keys listed, j, m.
> 
> i can't seem to figure out which modifiers are required to make this work. i 
> am also not sure how i would go about finding out which functions j and m 
> would perform. run 'this' test, run 'all' tests.
> 
> any ideas? 
> 
> thanks!
> 
> -- 
> 
> peace,
> sergio
> photographer, journalist, visionary
> #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa
> 
> http://www.Village-Buzz.com
> http://www.ThoseOptimizeGuys.com
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101



[Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread sergio_101
i noticed last night that the keyboard shortcuts are a bit different in
pharo 3. for instance, to when i mouse over a method, to run the tests, i
see there are two keys listed, j, m.

i can't seem to figure out which modifiers are required to make this work.
i am also not sure how i would go about finding out which functions j and m
would perform. run 'this' test, run 'all' tests.

any ideas?

thanks!

-- 

peace,
sergio
photographer, journalist, visionary
#BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa

http://www.Village-Buzz.com
http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101


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

2014-05-20 Thread Tudor Girba
Yes, but drawings should be vector graphics :)

Doru


On Tue, May 20, 2014 at 9:55 AM, Stephan Eggermont  wrote:

> Damien Cassou wrote:
> >- PDF is a vector graphics format.
>
> Uhm, pdf is a compound format. It is an unsuitable format for figures. It
> just adds overhead.
> Screenshots should be png, photo's jpg.
>
> Stephan
>



-- 
www.tudorgirba.com

"Every thing has its own flow"


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

2014-05-20 Thread Stephan Eggermont
Damien Cassou wrote:
>- PDF is a vector graphics format. 

Uhm, pdf is a compound format. It is an unsuitable format for figures. It just 
adds overhead. 
Screenshots should be png, photo's jpg.

Stephan