Re: [Pharo-users] SerialPlugin on MacOS

2013-11-12 Thread Bernat Romagosa
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" When trying to write a byte array to the serial port (aSerialPort nextPutAll: #[249]), SerialPort fails with a primitiveFailed: primitive #p

Re: [Pharo-users] Pharo Source Code

2013-11-12 Thread Ignacio Matías Sniechowski
Hi What do you mean by non-Smalltalk "source code" for Pharo? :=) Pharo is 100% Smalltalk, you have to take a look at the VM's source code which is compiled and platform specific. There you will find the answers, like i.e. primitive tables, etc. Hope this answer your question. best regards Nacho

Re: [Pharo-users] Pharo Source Code

2013-11-12 Thread Ignacio Matías Sniechowski
Also, You may want to take a look at Mariano's excellent post on compiling your on VM. http://marianopeck.wordpress.com/tag/vmmaker/ His blog is great and full of very interesting posts (thanks Mariano for sharing all this). cheers N. *Lic. Ignacio Sniechowski, MBA* On Tue, Nov 12, 2013

[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 Bernat Romagosa
Thanks, Esteban. Anything I can do to help, I'm available :) 2013/11/12 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

Re: [Pharo-users] SerialPlugin on MacOS

2013-11-12 Thread Esteban Lorenzano
On Nov 12, 2013, at 5:58 AM, Bernat Romagosa 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 write a byte array to the se

[Pharo-users] NBOpenGL on Pharo 3.0

2013-11-12 Thread Richard Wettel
Hi CodeCity, the project I am working on is based on NBOpenGL. I'd like to start working on it using Pharo 3, but it seems that NBOpenGL does not work yet with Pharo 3.0. I downloaded from jenkins the latest image with Pharo 3 and tried to execute the following code on Windows 7, 64 bits: GLTTRe

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 igo

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

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 04:11, Bahman Movaqar 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 > wrote:When a window

[Pharo-users] Add menu item to Nautilus context menu on selected packages?

2013-11-12 Thread MartinW
Hi, i have a tool that works on packages. So far i added a wizard to the world menu, but i would rather add a menu item to the Nautilus context menu on selected packages - is this possible? Best regards, Martin. -- View this message in context: http://forum.world.st/Add-menu-item-to-Nautilus-c

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

2013-11-12 Thread Johan Fabry
Hi all, I am preparing slides for a course. I came to the typical: Number subclass: #Complex instanceVariableNames: 'real imaginary' classVariableNames: '' poolDictionaries: '' category: 'ComplexNumbers' Which made me think: Who uses poolDictionaries? I suspect extremely few of us. Why

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 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' > > Which made me

[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 f

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 > 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 & Deplo

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 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 in a tab but > I d

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

2013-11-12 Thread btc
Bahman Movaqar wrote: On 11/12/2013 17:29, Benjamin wrote: >>> On 11 Nov 2013, at 20:08, Bahman Movaqar >>> >>> > wrote: >>> When a window is resized, every Row/ColumnLayoutdistributes the width and height evenly among any wid

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

2013-11-12 Thread kilon alios
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 will definitely sort the windows mess. At least partly. On Tue, Nov 12, 2013 a

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

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 19:53, kilon alios 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 will definitely so

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 >> >> >>> >> >>> > wrote: >> >>> >> >> When a window is res

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 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' > > Which made m

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 wa

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 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 implementing my own GUI API

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 widg

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

2013-11-12 Thread Benjamin
On 12 Nov 2013, at 23:07, kilon alios 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 > scratch new ones

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 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 > finalizing at leas

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, awesome

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

2013-11-12 Thread kilon alios
no problem, you give me a stable implementation and foremost documentation ( I love documentation , I am a huge fan) and I will give you a theme builder and designer in a year for spec. Unless someone else beat me to it. This is after all the central focus of my project. On Wed, Nov 13, 2013 at 1

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 Stream>>asPe

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

[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 Evalu

[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 bei