[Pharo-users] State of Flamel?

2013-11-12 Thread Stephan Eggermont
Hi, I have some boring refactorings to do, so wanted to try out Flamel. Loading BleedingEdge in latest 3.0 doesn’t work, it hangs. The SmartSuggestions in gisela/Flamel is older than the one in latest. Which combination should work / it would be nice to have a build in contributions? Stephan

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-12 Thread Esteban Lorenzano
On Nov 12, 2013, at 5:58 AM, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: I can confirm I still got the same issue after replacing my VM by the vmLatest found at files.pharo.org/vm/pharo/mac under the name Pharo-VM-mac-latest.zip I will check next week :) When trying to

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-12 Thread Stéphane Ducasse
Richard you should have a look at ROASSAL 3d because ronie improved the shadder part (no more assembler) and his code should be split in two and one part should go to NBOpenGL. Now he is experiencing some problem with NBOpenGL on windows as you. NativeBoost does not work on 64 bits. Yet but

Re: [Pharo-users] Spec - Layout behaviour when resizing

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 04:11, Bahman Movaqar bah...@bahmanm.com wrote:On 11/11/2013 22:52, Benjamin wrote:I do not get the image, but I know what happened :)Oops! Corrected that.No problem :)On 11 Nov 2013, at 20:08, Bahman Movaqar bah...@bahmanm.commailto:bah...@bahmanm.com wrote:When a window is

Re: [Pharo-users] Who uses poolDictionaries? New class template cleanup

2013-11-12 Thread Camille Teruel
+1 On 12 nov. 2013, at 16:39, Johan Fabry jfa...@dcc.uchile.cl wrote: Hi all, I am preparing slides for a course. I came to the typical: Number subclass: #Complex instanceVariableNames: 'real imaginary' classVariableNames: '' poolDictionaries: '' category: 'ComplexNumbers'

[Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread kilon alios
I see in the top right side dropdown menu that there is an option to create a window goup which basically add the current instance of Nautilus in a tab but I dont know hot to add other tabs to it. It would be cool to have multiple tabs for each class selection and not to have to open a new window

Re: [Pharo-users] Spec - Layout behaviour when resizing

2013-11-12 Thread Bahman Movaqar
On 11/12/2013 17:29, Benjamin wrote: On 11 Nov 2013, at 20:08, Bahman Movaqar bah...@bahmanm.com mailto:bah...@bahmanm.com wrote: When a window is resized, every

[Pharo-users] Roadmap

2013-11-12 Thread Bahman Movaqar
Hi all, I tried to find some up-to-date information regarding SMP in Pharo to no avail. Actually, I couldn't find any roadmap documents on the website. I'd appreciate if someone could share a pointer/link here. TIA, -- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread Benjamin
The easier way is to wait for me to finish the new Nautilus with tabs in it :P Ben On 12 Nov 2013, at 17:50, kilon alios kilon.al...@gmail.com wrote: I see in the top right side dropdown menu that there is an option to create a window goup which basically add the current instance of Nautilus

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 19:53, kilon alios kilon.al...@gmail.com wrote: hahahaha nicely played man , nicely played :D of course I will , but so you know, I dont pay overtime ... now I think about it, I dont pay at all, but thats another matter . I would love to see tab in Nautilus , they

Re: [Pharo-users] Spec - Layout behaviour when resizing

2013-11-12 Thread Benjamin
Ben On 12 Nov 2013, at 19:46, b...@openinworld.com wrote: Bahman Movaqar wrote: On 11/12/2013 17:29, Benjamin wrote: On 11 Nov 2013, at 20:08, Bahman Movaqar bah...@bahmanm.com mailto:bah...@bahmanm.com mailto:bah...@bahmanm.com wrote: When a window is resized, every

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread kilon alios
yeah morphic is quite messy , but hey it works Thank you for your effort to bring us a better , cleaner and simpler GUI API. You have my support. I am actually thinking about implementing my own GUI API and I was wondering if I should base it on spec or not. My main focus is custom look guis. But

Re: [Pharo-users] Who uses poolDictionaries? New class template cleanup

2013-11-12 Thread Stéphane Ducasse
+1 On Nov 12, 2013, at 4:39 PM, Johan Fabry jfa...@dcc.uchile.cl wrote: Hi all, I am preparing slides for a course. I came to the typical: Number subclass: #Complex instanceVariableNames: 'real imaginary' classVariableNames: '' poolDictionaries: '' category: 'ComplexNumbers'

Re: [Pharo-users] Current 3.0 download is broken

2013-11-12 Thread Usman Bhatti
I was about to complaint about the issue but good that some people already complained, found the source of the problem and the resolution (sources should be in VM directory and not in image). Good work. The resolution works for me. Now I can revive my pharo settings because I thought the problem

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread Benjamin
What is exactly your goal ? :) Ben On 12 Nov 2013, at 20:46, kilon alios kilon.al...@gmail.com wrote: yeah morphic is quite messy , but hey it works Thank you for your effort to bring us a better , cleaner and simpler GUI API. You have my support. I am actually thinking about

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread kilon alios
Currently I am working on Hyperion a vector graphics editor with similar goals to inkscape and gimp . The second step will be to use Hyperion as a GUI designer, not just to drag and drop ready made widgets but to design from scratch new ones. The third step is to create a GUI api so that those

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 23:07, kilon alios kilon.al...@gmail.com wrote: Currently I am working on Hyperion a vector graphics editor with similar goals to inkscape and gimp . The second step will be to use Hyperion as a GUI designer, not just to drag and drop ready made widgets but to design from

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread kilon alios
Thank you for the wishes. I would not even dream to start something like that if Pharo did not already offer so many awesome libraries and tools. Ah thats very good news indeed , I did not know you were so much close to finalizing at least the core of spec. Documentation is something I am already

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 23:37, kilon alios kilon.al...@gmail.com wrote: Thank you for the wishes. I would not even dream to start something like that if Pharo did not already offer so many awesome libraries and tools. Ah thats very good news indeed , I did not know you were so much close to

Re: [Pharo-users] How to add tabs in Nautilus

2013-11-12 Thread kilon alios
wow it works, thank you , thank you, this is exactly what i was asking for. I tried on windows and it did not work, maybe I was doing it the wrong way, I will try again tomorrow but in macos it works like a charm. This makes my life much easier. I was able to even put a transcript inside,

Re: [Pharo-users] PetitParser and external streams

2013-11-12 Thread Sean P. DeNigris
Federico.Balaguer wrote Hello, I am developing a parser with PetitParser and one of the options I would like to try is to get my parser to read from an external stream (file) and produce the output to another external stream (another file) Is this possible? I found that

Re: [Pharo-users] Spec - Layout behaviour when resizing

2013-11-12 Thread Bahman Movaqar
On 11/12/2013 22:58, Benjamin wrote: Put in other words: 1. The default behaviour (if there's any other behaviour) of a text box in Spec, doesn't accept ENTER. A multi-line text entry without ENTER doesn't make sense, no? What enter does then ? Nothing :-) 2. The default behaviour

[Pharo-users] SmalltalkHub - Forgot password

2013-11-12 Thread Bahman Movaqar
Hi all, I forgot my SmalltalkHub password. What should I do? I don't see any recover password type of links or any links to the support team on the website. For the administrator(s), please reset the password for username 'bahman' :-) TIA, -- Bahman Movaqar (http://BahmanM.com) ERP

[Pharo-users] Message naming

2013-11-12 Thread Bahman Movaqar
Let's say I have a method with signature in a language like Java as below: gregorianDayToJulianDay(year, month, day) What could be a proper naming for this method in Smalltalk? I'm a bit confused as I'm so used to the concept of methods being verbs which accept some arguments. I'd appreciate

Re: [Pharo-users] Message naming

2013-11-12 Thread jtuc...@objektfabrik.de
Bahman, Am 13.11.13 08:43, schrieb Bahman Movaqar: Let's say I have a method with signature in a language like Java as below: gregorianDayToJulianDay(year, month, day) What could be a proper naming for this method in Smalltalk? I'm a bit confused as I'm so used to the concept of methods