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
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,
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.
>
>
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
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
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
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
If you need fullscreen show:
Form setBackgroundFromImageFileNamed:'path/(.jpg|.png)'.
>
>
> 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
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
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:
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 )
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.
>
>
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
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
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
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
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
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?
--- 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
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
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
22 matches
Mail list logo