Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Hilaire Fernandes
Le 17/02/2014 20:22, kmo a écrit : Yes - there's no problem with menus if you use Morphs. Here's an interface that uses a ToolDockingBarMorph to implement a menu. http://forum.world.st/file/n471/PharoScreenshot.3.png It is already there as Morph: UITheme exampleWindowWithToolbars

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Hilaire Fernandes
Le 17/02/2014 21:44, kilon alios a écrit : Whats stops you from using Morphic and Spec at the same time ? Entropy control? -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Goubier Thierry
Le 18/02/2014 09:12, Hilaire Fernandes a écrit : Le 17/02/2014 20:22, kmo a écrit : Yes - there's no problem with menus if you use Morphs. Here's an interface that uses a ToolDockingBarMorph to implement a menu. http://forum.world.st/file/n471/PharoScreenshot.3.png It is already

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Goubier Thierry
Has been moved to: WidgetExamples new exampleWindowWithToolbars in Pharo 3.0 Le 18/02/2014 09:12, Hilaire Fernandes a écrit : UITheme exampleWindowWithToolbars -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Goubier Thierry
Le 18/02/2014 09:36, Hilaire Fernandes a écrit : Le 18/02/2014 09:26, Goubier Thierry a écrit : Now I want to try something: populate the menu bar with all possible menu/shortcuts commands defined in my app (i.e. tree node contextual menu, code pane contextual menu, smart-suggestions type

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread btc
Goubier Thierry wrote: Le 18/02/2014 09:36, Hilaire Fernandes a écrit : Le 18/02/2014 09:26, Goubier Thierry a écrit : Now I want to try something: populate the menu bar with all possible menu/shortcuts commands defined in my app (i.e. tree node contextual menu, code pane contextual menu,

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Benjamin
I do agree with you all :) The things is many people ask for more things into Spec, but at the end, I am still the only one implementing them :) And as you can imagine, my time is not infinite :P I will end up proposing a kickstarted project I think :P Ben On 18 Feb 2014, at 09:36, Hilaire

Re: [Pharo-users] TextModel and TextInputFieldModel font-size bug?

2014-02-18 Thread Benjamin
I think it’s time to open a bug entry :) Ben On 18 Feb 2014, at 03:18, Hernán Morales Durand hernan.mora...@gmail.com wrote: I confirm this issue using a vanilla Pharo 3. PluggableTextFieldMorph new openInWindow If you comment last line here it works PluggableTextFieldMorphinitialize

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Johan Fabry
And I agree with Ben :-) Also, since a UI framework is something very large and complicated, with many possible uses, it's not realistic to expect a few developers to be able to do a 'big bang' release that is 100% feature complete. Spec, as is, is very complete and useful for a large variety

[Pharo-users] Process Browser: bug or feature?

2014-02-18 Thread Arturo Zambrano
I'm running the beta version of Pharo3. working with some background processes, I notice that process browser does not update correctly. If I launch a new process it is not updated. When process browser is relaunched the process is there. The same happens when the process is terminated... the

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Goubier Thierry
Le 18/02/2014 14:32, Johan Fabry a écrit : And I agree with Ben :-) Also, since a UI framework is something very large and complicated, with many possible uses, it's not realistic to expect a few developers to be able to do a 'big bang' release that is 100% feature complete. Spec, as is,

Re: [Pharo-users] Process Browser: bug or feature?

2014-02-18 Thread Esteban Lorenzano
it is not a bug… you need to turn auto update on. (right button on the left panel of the process browser… there is an option) On 18 Feb 2014, at 14:56, Arturo Zambrano arturo.zambr...@gmail.com wrote: I'm running the beta version of Pharo3. working with some background processes, I notice

Re: [Pharo-users] Removing an obsolete class

2014-02-18 Thread Esteban A. Maringolo
This is still in the image, adding AnObsolete prefix everytime I want to remove it... :-/ AnObsoleteAnObsoleteAnObsoleteAnObsoleteGptRouteItemRegistration How Obsolete it must be before it's gone? :) Esteban A. Maringolo

Re: [Pharo-users] Process Browser: bug or feature?

2014-02-18 Thread Arturo Zambrano
thanks On Tue, Feb 18, 2014 at 11:05 AM, Esteban Lorenzano esteba...@gmail.comwrote: it is not a bug... you need to turn auto update on. (right button on the left panel of the process browser... there is an option) On 18 Feb 2014, at 14:56, Arturo Zambrano arturo.zambr...@gmail.com wrote:

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread kmo
Spec can only get better and more complete as time goes on. I'm sure the effort will be turn out to be worthwhile. I'm just a bit disappointed that stuff like a menu widget is missing. It's not difficult to surmise what an application developer might want - there's probably less than a dozen

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Johan Fabry
Just to motivate the browser example: we did try to find a different example but it's not so easy. If you want an application example, you need to explain the application and its' needs. The advantage of the browser is that you do not need to explain it. Also the browser has all the elements

[Pharo-users] Dowser edges

2014-02-18 Thread rosariosm
Hi all, Is there a way in dowser to open a builder wich edges are immediately shown instead of appearing when you pass the mouse over the different nodes? I want to create a sort of static image. Thanks, Rosario -- View this message in context:

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Sven Van Caekenberghe
I takes a long time and a lot of work to write decent documentation: once again, thanks Johan and Ben. There is nothing to prevent others from writing extra tutorials, blog posts or whatever, showing how to build cool stuff using Spec. You can refer to the base documentation and then get

[Pharo-users] Class renaming issue with Pharo3 + keyboard navigation in editor

2014-02-18 Thread Manfred Kröhnert
Hi, I am currently playing with Pharo3 and encountered an issue with class renaming in a 30767 image. The image was obtained and started with PharoLauncher for Mac rev40 from Jenkins on OS X 10.6.8. Here are the steps which lead to the problem: 1. Open Nautilus 2. Add Package: Rename-Test 3.

[Pharo-users] FileHandleTest#testTruncate

2014-02-18 Thread Markus Fritsche
Hello, according to fogbugz, issue 10852 has been closed. I was just running the test in Pharo3.0 on Ubuntu 13.10 64bit with btrfs filesystem and I see the test failing. handle size answers 5. Is anyone else seeing this? https://pharo.fogbugz.com/f/cases/10852/ Regards, Markus

Re: [Pharo-users] Spec and an application menu

2014-02-18 Thread Benjamin
Spec provides today a new missing feature: a menu toolbar.As recently suggested in the mailing list, a menu toolbar is often a requirement to build an application.In order to provide an easy way to add a menu toolbar, Spec reuse **MenuModel** to generate the toolbar entries.So now, a **MenuModel**

[Pharo-users] Test for the string class available on SmalltalkHub

2014-02-18 Thread Daniela Meneses
Hi to all, I'm writing missing test for the String class methods to improve the test coverage. I will commit my changes in this project at SmalltalkHub: http://smalltalkhub.com/#!/~DanielaMeneses/ImprovingStringAPI Feel free to take a look. Any feedback will be really welcome and useful. :D --