Hi,
I would like to add a fixed tool bar in the upper side of the word in
Pharo, similar to the one that is in Squeak. I think that having this
kind of fixed places with tools help newbies to find help and launch
stuff. There is any place where I can install or look for a
functionality like
Hi,
Seems pretty interesting. I have an odd behaviour though. Besides the
lateral view in the playground, a new window called "Inspector on a
RTView" is created. When I move the scroller on that new window, the
view in the right part of the playgrond starts to move. Please test what
happens w
On 04/03/15 11:25, Torsten Bergmann wrote:
cleaned up MongoTalk a little bit:
Nice, thank you.
You might want to change baseline17, baseline18
and version170 to point at #'release1.1' of Grease
instead of stable c.q. 1.1.9.
Stephan
1.7.0 loads fine in 3.0 and my code works nicely.
Phil
On Wed, Mar 4, 2015 at 1:04 PM, Torsten Bergmann wrote:
> Phil wrote:
>>Is it in 3.0 repo too?
>
> No, even when you copy it the #stable for 3.0 points to the old one
> because I do not work with such an outdated Pharo version ;)
>
> You can
Hi all,
RTScrollBarBuilder allows you to add a scalable scroll bar or scroll pad to
your Roassal view.
see examples in RTScrollBarBuilderExamples, or try to execute this in a
workspace:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
b := RTMondrian new.
b shape rectangle
> Am 04.03.2015 um 14:26 schrieb Esteban Lorenzano :
>
>>
>> On 04 Mar 2015, at 14:05, Norbert Hartl wrote:
>>
>>
>>> Am 04.03.2015 um 13:04 schrieb Torsten Bergmann :
>>>
>>> Phil wrote:
Is it in 3.0 repo too?
>>>
>>> No, even when you copy it the #stable for 3.0 points to the old one
> On 04 Mar 2015, at 14:05, Norbert Hartl wrote:
>
>
>> Am 04.03.2015 um 13:04 schrieb Torsten Bergmann :
>>
>> Phil wrote:
>>> Is it in 3.0 repo too?
>>
>> No, even when you copy it the #stable for 3.0 points to the old one
>> because I do not work with such an outdated Pharo version ;)
>>
On Wed, Mar 4, 2015 at 1:17 PM, Sean P. DeNigris wrote:
> Sebastian Heidbrink-2 wrote
>> I just returned from a one on one Smalltalk introduction I gave tonight.
>
> Cool!!
>
>
> Sebastian Heidbrink-2 wrote
>> Date fromString: method
>> contains a method comment on Windows and on Ubuntu it doesn't
On Wed, Mar 4, 2015 at 1:04 PM, Torsten Bergmann wrote:
> Phil wrote:
>>Is it in 3.0 repo too?
>
> No, even when you copy it the #stable for 3.0 points to the old one
> because I do not work with such an outdated Pharo version ;)
Well, should work anyway, I'll dump a copy in my own repo and work
> Am 04.03.2015 um 13:04 schrieb Torsten Bergmann :
>
> Phil wrote:
>> Is it in 3.0 repo too?
>
> No, even when you copy it the #stable for 3.0 points to the old one
> because I do not work with such an outdated Pharo version ;)
>
> You can try out and adopt to your needs, I use Pharo 4 already
Sebastian Heidbrink-2 wrote
> I just returned from a one on one Smalltalk introduction I gave tonight.
Cool!!
Sebastian Heidbrink-2 wrote
> Date fromString: method
> contains a method comment on Windows and on Ubuntu it doesn't even
> include an implementation.
Could you give more details abou
Phil wrote:
>Is it in 3.0 repo too?
No, even when you copy it the #stable for 3.0 points to the old one
because I do not work with such an outdated Pharo version ;)
You can try out and adopt to your needs, I use Pharo 4 already.
Norbert wrote:
> are the *-Tests-* package for compatibility reaso
Thanks Torsten,
are the *-Tests-* package for compatibility reasons for pharo 2? Otherwise they
should be called *-Tests, right?
Norbert
> Am 04.03.2015 um 11:25 schrieb Torsten Bergmann :
>
> Hi,
>
> cleaned up MongoTalk a little bit:
>
> - added a new baseline 1.7 with separate test packag
Is it in 3.0 repo too?
Le 4 mars 2015 11:25, "Torsten Bergmann" a écrit :
> Hi,
>
> cleaned up MongoTalk a little bit:
>
> - added a new baseline 1.7 with separate test packages for "BSON" and
> "Core", so tests are now separately loadable
> - more comments and more/better categorizations
> - pri
Hi,
cleaned up MongoTalk a little bit:
- added a new baseline 1.7 with separate test packages for "BSON" and "Core",
so tests are now separately loadable
- more comments and more/better categorizations
- printOn: in database and collections to print the name
- MongoQueries is now "Mongo-Queries"
Hi all.
I would like to use Pharo in my native language (Ukrainian in my case or
Cyrillic), but I cannot enter some capital letters to Workspace / System
Browser because it's fails on letters: CapsLock or Shift+ ->
[~YGJK"V].
That behavior take place only in Pharo ver. 3 and 4. In Pharo 2.0 all key
2015-03-03 23:38 GMT+01:00 Peter Uhnák :
> Well, as you have noticed in Java, C or C++, switching branches does
>>> not call make automatically :)
>>>
>>> You can use git hooks for that.
>>>
>>
>> Ok. Then I would suggest you take the code source of CLANG, LLVM,
>> OpenOffice or of the Lin
ooops.
and created a pharo 3.0 and 4.0 image via the launcher
Sebastian
On 2015-03-04 12:13 AM, Marcus Denker wrote:
On 04 Mar 2015, at 08:45, Sebastian Heidbrink wrote:
Hi!
I just returned from a one on one Smalltalk introduction I gave tonight.
Can you please check for differences in the
Hi Marcus,
he installed the environment in front of my eyes via the Ubuntu ppa
described on the website tonight.
|sudo add-apt-repository ppa:pharo/stable
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install pharo-launcher
|
Sebastian
On 2015-03-04 12:13 AM, Marcus D
Excerpts from Marcus Denker's message of 2015-03-04 09:13:45 +0100:
> > Date fromString: method
> > contains a method comment on Windows and on Ubuntu it doesn't even include
> > an implementation.
> Wow… that means that the sources file is corrupt.
actually, i thought the source file was simply
> On 04 Mar 2015, at 08:45, Sebastian Heidbrink wrote:
>
> Hi!
>
> I just returned from a one on one Smalltalk introduction I gave tonight.
>
> Can you please check for differences in the current Pharo3.0 one-click-images
> for Windows and Linux?
>
> We had issues tonight that make it quite
21 matches
Mail list logo