Re: [Pharo-users] Use of -> in Pharo Code

2016-11-29 Thread p...@highoctane.be
Would be nice to have a video with that. Phil On Wed, Nov 30, 2016 at 6:25 AM, Martin McClure wrote: > On 11/29/2016 06:48 PM, Bruce Prior wrote: > > I have been away from smalltalk coding for a while. On returning to the > fold, I often see the use of a right arrow in code. Is this something n

Re: [Pharo-users] Use of -> in Pharo Code

2016-11-29 Thread Martin McClure
On 11/29/2016 06:48 PM, Bruce Prior wrote: I have been away from smalltalk coding for a while. On returning to the fold, I often see the use of a right arrow in code. Is this something new? Today in a Teapot app example, I saw, Teapot on GET: '/welcome' -> 'Hello World!'; start. What is the

Re: [Pharo-users] Use of -> in Pharo Code

2016-11-29 Thread Sebastian Heidbrink via Pharo-users
--- Begin Message --- Hi Bruce, good to see you around, again! The arrow is an Association in short... Sebastian Am 29.11.2016 um 18:48 schrieb Bruce Prior: I have been away from smalltalk coding for a while. On returning to the fold, I often see the use of a right arrow in code. Is this so

[Pharo-users] Use of -> in Pharo Code

2016-11-29 Thread Bruce Prior
I have been away from smalltalk coding for a while. On returning to the fold, I often see the use of a right arrow in code. Is this something new? Today in a Teapot app example, I saw, Teapot on GET: '/welcome' -> 'Hello World!'; start. What is the arrow for?

Re: [Pharo-users] Pharo 5 and retina displays in 2016?

2016-11-29 Thread Stephan Eggermont
On 29/11/16 00:34, Tim Mackinnon wrote: Or is this still the same issue that’s been hanging around for a long time as its hard to easily fix? Tobias Pape wrote some vm changes that solved the problem this summer, and they somehow interfered, so were reverted. I posted some pictures on twitter

Re: [Pharo-users] UDBCSQLite and the location of the sqlite3 binary

2016-11-29 Thread Offray Vladimir Luna Cárdenas
Hi, On 29/11/16 13:20, Esteban A. Maringolo wrote: In Unix you can create a symlink at the vm directory pointing at the location of the shared object. That's what I do. Regards! Esteban A. Maringolo Yes, I do the same, but that's precisely what I want to avoid. Having a setter for the sqli

Re: [Pharo-users] UDBCSQLite and the location of the sqlite3 binary

2016-11-29 Thread Esteban A. Maringolo
In Unix you can create a symlink at the vm directory pointing at the location of the shared object. That's what I do. Regards! Esteban A. Maringolo 2016-11-29 13:48 GMT-03:00 Offray Vladimir Luna Cárdenas : > Hi, > > From time to time, we use UDBCSQLite for our workshops and interactive > docu

[Pharo-users] UDBCSQLite and the location of the sqlite3 binary

2016-11-29 Thread Offray Vladimir Luna Cárdenas
Hi, From time to time, we use UDBCSQLite for our workshops and interactive documentation examples and is a pretty good project for bridging the Smalltalk world and the relational database world. A common glitch is locating the binary of sqlite3 for 32 bits and putting it in a place that is a

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Thierry Goubier
Hi Dario, this is good that you tested with Roassal. We have a more general issue... 2016-11-29 15:56 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > Hi Dario, > > 2016-11-29 14:00 GMT+01:00 Trussardi Dario Romano < > dario.trussa...@tiscali.it>: > >> >> >> >> 2016-11

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Trussardi Dario Romano
Ciao, > Hi Dario, > > 2016-11-29 14:00 GMT+01:00 Trussardi Dario Romano > : > >> >> >> 2016-11-29 11:55 GMT+01:00 Trussardi Dario Romano >> : >> Ciao, >> >> IMPORTANT CONSIDERATION: >> >> If i started the Pharo 5.0 image from the desktop icon all >> works fine. > >

Re: [Pharo-users] Add gitfiletree:// Error

2016-11-29 Thread Thierry Goubier
2016-11-29 14:49 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > after load the GitFileTree on Pharo 5.0 ( I use the desktop Pharo image ) > > when in Monticello Browser i add a new repository based on gitfiletree:// > > > after select a directory (on the local disk )

[Pharo-users] Add gitfiletree:// Error

2016-11-29 Thread Trussardi Dario Romano
Ciao, after load the GitFileTree on Pharo 5.0 ( I use the desktop Pharo image ) when in Monticello Browser i add a new repository based on gitfiletree:// after select a directory (on the local disk ) the system answer: PrimitiveFailed: primitive #loadSymbol:module:

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Thierry Goubier
Hi Dario, 2016-11-29 14:00 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > > > > 2016-11-29 11:55 GMT+01:00 Trussardi Dario Romano < > dario.trussa...@tiscali.it>: > >> Ciao, >> >> IMPORTANT CONSIDERATION: >> >> If i started the Pharo 5.0 image from the desktop icon all works fi

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Trussardi Dario Romano
> > > 2016-11-29 11:55 GMT+01:00 Trussardi Dario Romano > : > Ciao, > > IMPORTANT CONSIDERATION: > > If i started the Pharo 5.0 image from the desktop icon all > works fine. Do you note this difference?! > > But i have a working Pharo5.0-161126.i

Re: [Pharo-users] Flashing short duration images in a window

2016-11-29 Thread Denis Kudriashov
If you need fullscreen show: Form setBackgroundFromImageFileNamed:'path/(.jpg|.png)'.

Re: [Pharo-users] [Esug-list] Any Pharo 5 in the industrial setup?

2016-11-29 Thread Alejandro Infante
Hi Yuriy, I’m planning on porting my start-up app from Pharo4 to Pharo5 in mid-december. Maybe we could talk on January after I spend some time using it :). Alejandro > On Nov 29, 2016, at 7:45 AM, Yuriy Tymchuk wrote: > > Dear all, > > my name is Yuriy Tymchuk, I am a researcher from Bern U

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Thierry Goubier
2016-11-29 11:55 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > IMPORTANT CONSIDERATION: > > If i started the Pharo 5.0 image from the desktop icon all works fine. > > But i have a working Pharo5.0-161126.image into the Pharo 5.0 package > Contents/ Resource/ director

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Trussardi Dario Romano
Ciao, IMPORTANT CONSIDERATION: If i started the Pharo 5.0 image from the desktop icon all works fine. But i have a working Pharo5.0-161126.image into the Pharo 5.0 package Contents/ Resource/ directory. I open it with Pharo

[Pharo-users] Any Pharo 5 in the industrial setup?

2016-11-29 Thread Yuriy Tymchuk
Dear all, my name is Yuriy Tymchuk, I am a researcher from Bern University and the author of QualityAssistant and other quality-related tweaks and experiments in Pharo. I am interested to know is anybody uses Pharo 5 in industry as I've spent plenty of time to develop QualityAssistant and I am

Re: [Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Thierry Goubier
Hi Dario, can you tell a bit more about what is happening exactly? Thierry 2016-11-29 10:57 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > i have aPharo5.0Latest update: #50763 > imagerun on MacBook Pro with OS X 10.7.5. > >

[Pharo-users] GitFileTree on Pharo 5.0

2016-11-29 Thread Trussardi Dario Romano
Ciao, i have aPharo5.0Latest update: #50763 image run on MacBook Pro with OS X 10.7.5. When i load the GitFileTree support the environment go in loop and i need to shut it. Considerations? Thanks,

Re: [Pharo-users] ZnClient GET, but just the content of the tag?

2016-11-29 Thread PBKResearch
Paul Further to my previous post, I have found a way to use XMLHTMLParser to give what you want (more or less). The method is pretty hackish, and I am sure it could be tidied up, but here it is: par := XMLHTMLParser onURL: 'http://pharo.org'. par parseDocumentUntil: [|top| (top := par