Hi,
I would like to have a browser with an actionList, and an action who triggers a close of the browser window.
Is that possible? If it is not... how do glamour should manage something like this? (I would like to have this, as a first step for "modal browsers")
cheers,
Esteban
On Jul 5, 2011, at 4:46 PM, Stéphane Ducasse wrote:
> please have a look.
>
How do I load it?
right now the Jenkis does this:
((Smalltalk at: #ConfigurationOfFilesystem) project version: '2.0.1-baseline') load.!
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
On Jul 5, 2011, at 10:17 AM, Tudor Girba wrote:
> Hi,
>
> The issue is this. The first step Metacello does with a configuration is to go through all versions and reify them. If this step fails, the loading stops.
>
But if we now would have continued the Full image and made a new version for *every* trivial change, would this scale?
Considering that it already takes 45 Minutes to build Pharo 1.3...
Marcus
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.
Hi,
The Moose build fails because the Fuel configuration is broken. In particular, in baseline15: there was an error because FuelWithProgressBarBenchmarks was not defined anymore, but it was required. So, I simply removed the requirement. Martin, please take a look.
Please pay attention when building a new version in a Metacello configuration because Metacello tries to reify every version in the Configuration, even if that version is not used. I keep on arguing that this is not a good thing, but at the moment we have to pay more attention :).
Cheers,
Doru
--
www.tudorgirba.com
"Live like you mean it."
Hi Fabrizio,
Please take a look at the MooseJEE build because it is broken since several days.
Cheers,
Doru
--
www.tudorgirba.com
"Live like you mean it."
Hi
I am looking to release a new version of the fuel extension to
export/import. This version speed-ups the time to export, around 15% in my
machine.
Now, my problem:
I dowloaded the one-click file, 4.6 build 461, and Windows is my platform.
There, one test fails. But it is green if I open the same image in a more
recent vm.
- in one-click:
Smalltalk vmVersion.. 'Croquet Closure Cog VM [CoInterpreter
VMMaker-oscog.51]'
- in my vm:
Smalltalk vmVersion. 'Croquet Closure Cog VM [CoInterpreter
VMMaker.oscog-eem.56]'.
Is it possible to update the cog vm it is used to deploy the one-click? Or
it is not important?
Cheers,
Martin
>>
>
> Grease has a method called String>>#truncate:ellipsis:.
Which reminds me that we should think about merging the useful extensions of Grease into
Pharo...
Marcus
--
Marcus Denker -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.