Re: [Pharo-project] Progress bar in the top left

2012-05-24 Thread Igor Stasenko
On 24 May 2012 17:32, Stéphane Ducasse wrote: > Indeed. > >> Is it possible to have an uniform way to present announcement. There >> is already the growl-like announcements of tests used by the Nautilus >> Browser done ob botton left. Maybe progress bar should be done in the >> same screen area. >

Re: [Pharo-project] Progress bar in the top left

2012-05-24 Thread Igor Stasenko
On 23 May 2012 14:33, Sean P. DeNigris wrote: > > Mariano Martinez Peck wrote >> >> I think it is much better since   it does not disturb you. >> > > Fine by me, but the progress bar usually blocks the UI anyway, only updating > itself. Do we want it to drive the world instead? That way we can kee

Re: [Pharo-project] Progress bar in the top left

2012-05-24 Thread Sean P. DeNigris
Sean P. DeNigris wrote > > As I've been working on NewSystemProgressMorph > NewSystemProgressMorph feels ready... The most significant change is that now, when you use methods like String>>displayProgressFrom:to:during:, you have a real API for updating the progress bar. Instead of sending sym

Re: [Pharo-project] Progress bar in the top left

2012-05-24 Thread Esteban Lorenzano
On 24/05/2012, at 18:06, "Sean P. DeNigris" wrote: > > Stéphane Ducasse wrote >> >> Now sometimes we should have a blocking UI. >> > > As I've been working on NewSystemProgressMorph, I've been toying with > whether the progress bar should be directly manipulated, as is the case now, > or

Re: [Pharo-project] Suggestions about Nautilus Look

2012-05-24 Thread Fabrizio Perin
Hi, > Fabrizio Perin-3 wrote > > > > 1 - If the Nautilus browser is a package browser why an infinity stack of > > grey packages is shown? I think it is possible to safely remove all the > > grey package icons since they are not really useful nor meaningful. This > > will make the visual impact o

[Pharo-project] Bug fixes for 1.4

2012-05-24 Thread Sean P. DeNigris
There is a bug in 1.4 where a trailing slash causes FileReference>>exists to return false e.g. on my machine, "(FileLocator home asFileReference / '.jenkins/') exists" -> false "(FileLocator home asFileReference / '.jenkins') exists" -> true I noticed it has been fixed in 2.0 and tracked the chang

Re: [Pharo-project] Update stream for released images

2012-05-24 Thread Mariano Martinez Peck
On Thu, May 24, 2012 at 10:32 PM, Sean P. DeNigris wrote: > Now that there will be bug fixes for released images, it seems like we > should > we keep "Software update" in the world menu, no? > > yes, it starts to make sense once again now :) > Sean > > -- > View this message in context: > http:/

Re: [Pharo-project] Posible bug

2012-05-24 Thread Sean P. DeNigris
Camillo Bruni-3 wrote > > check the HOWTOBUILD file in the git repository > + there is an image.sh script in the /image folder of the git repo > > I think the git repo should be the place to keep track of such > documentation! > I don't know enough about the process - will that guarantee a wor

[Pharo-project] Update stream for released images

2012-05-24 Thread Sean P. DeNigris
Now that there will be bug fixes for released images, it seems like we should we keep "Software update" in the world menu, no? Sean -- View this message in context: http://forum.world.st/Update-stream-for-released-images-tp4631743.html Sent from the Pharo Smalltalk mailing list archive at Nabble

Re: [Pharo-project] Progress bar in the top left

2012-05-24 Thread Sean P. DeNigris
Stéphane Ducasse wrote > > Now sometimes we should have a blocking UI. > As I've been working on NewSystemProgressMorph, I've been toying with whether the progress bar should be directly manipulated, as is the case now, or should just be another subscriber for progress announcements. This way i

Re: [Pharo-project] Suggestions about Nautilus Look

2012-05-24 Thread Sean P. DeNigris
Fabrizio Perin-3 wrote > > I have a couple of propositions about the Nautilus look: > Great feedback! Thanks for taking the time to start the discussion... Fabrizio Perin-3 wrote > > 1 - If the Nautilus browser is a package browser why an infinity stack of > grey packages is shown? I think i

Re: [Pharo-project] Progress bar in the top left

2012-05-24 Thread Stéphane Ducasse
Indeed. > Is it possible to have an uniform way to present announcement. There > is already the growl-like announcements of tests used by the Nautilus > Browser done ob botton left. Maybe progress bar should be done in the > same screen area. Now sometimes we should have a blocking UI. Stef > >

[Pharo-project] Suggestions about Nautilus Look

2012-05-24 Thread Fabrizio Perin
Hi all, I have a couple of propositions about the Nautilus look: 1 - If the Nautilus browser is a package browser why an infinity stack of grey packages is shown? I think it is possible to safely remove all the grey package icons since they are not really useful nor meaningful. This will make the

[Pharo-project] [update 2.0] #20094

2012-05-24 Thread Marcus Denker
20094 - Issue 5959: Failing test: SpecInterpreterTest>>testBuildWindowFor http://code.google.com/p/pharo/issues/detail?id=5959 Issue 5966: DropListMorph do not pop the list when the text field is clicked http://code.google.com/p/pharo/issues/detail?id=5966 --

Re: [Pharo-project] [ANN] 5965 Can't allocate semaphores? VirtualMachine>>maxExternalSemaphores: aSize | Not enough space for external objects, set a larger size at startup!

2012-05-24 Thread Sebastian Sastre
I agree with Henrik (both clarifications) For the record, the error happens with a surprising value in aSize. It happens when aSize is as low as 260 o.O sebastian o/ On May 24, 2012, at 5:33 AM, Henrik Sperre Johansen wrote: > On 23.05.2012 20:18, Sven Van Caekenberghe wrote: >>

Re: [Pharo-project] Pressed Morph feedback on PharoTheme

2012-05-24 Thread Goubier Thierry
Le 24/05/2012 09:19, Goubier Thierry a écrit : Another bug shown with my change is, if you start to scroll with the slider, it depresses correctly, but, as soon as you move outside the bounds of the scrollbar, even while pressing the left mouse button, then the slider goes back to the "not presse

Re: [Pharo-project] [ANN] 5965 Can't allocate semaphores? VirtualMachine>>maxExternalSemaphores: aSize | Not enough space for external objects, set a larger size at startup!

2012-05-24 Thread Henrik Sperre Johansen
On 23.05.2012 20:18, Sven Van Caekenberghe wrote: On 23 May 2012, at 19:48, Marcus Denker wrote: No, the image as it is now just quits. Delayed our deployment of the ESUG registration server for some weeks... normal seaside use, image quites after a day. It's far from obvious. I think the im

Re: [Pharo-project] Pharo Conference

2012-05-24 Thread Craig Latta
Hi all-- Unfortunately I'm not able to attend either; other matters conspire to keep me in Amsterdam today. I do apologize. I hope you're all having a great time! I add my voice to the chorus eager for videos, and please do let me know if there's some way I can participate from here.

Re: [Pharo-project] Pressed Morph feedback on PharoTheme

2012-05-24 Thread Goubier Thierry
Le 23/05/2012 17:31, Stéphane Ducasse a écrit : It makes the default interaction a lot more reactive (i.e. you notice on screen when you are pressing on a button). Now with your change I do not understand why and when a button is becoming blue. I think this is when the button has a true sta