Re: [Pharo-users] SerialPlugin on MacOS

2014-02-20 Thread Bernat Romagosa
Hi list, I've been too busy to look into this lately, but today I tried the latest MacOS version and I still get the same PrimitiveFailed error when trying to write a byte array through the serial port. Has there been any further development on this? Thanks! Best, Bernat. 2013-11-12 13:07 GMT

Re: [Pharo-users] SerialPlugin on MacOS

2014-02-20 Thread Esteban Lorenzano
Hi Bernat, yes, I’m committed to have it ready before Pharo3 release. Esteban On 20 Feb 2014, at 12:54, Bernat Romagosa wrote: > Hi list, > > I've been too busy to look into this lately, but today I tried the latest > MacOS version and I still get the same PrimitiveFailed error when trying

Re: [Pharo-users] SerialPlugin on MacOS

2014-02-20 Thread Bernat Romagosa
Hi Esteban! Oh, good to know! The offer stays on, I can't help much more than testing, but I'm available for anything you need me to do :) Gracias! Bernat. 2014-02-20 13:30 GMT+01:00 Esteban Lorenzano : > Hi Bernat, > > yes, I’m committed to have it ready before Pharo3 release. > > Esteban >

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

2014-02-20 Thread kmo
Great to see that application menus have arrived in Spec! Many thanks Benjamin. I suppose it shows how well Spec has been designed and coded that the menus could be added so quickly. -- View this message in context: http://forum.world.st/Spec-and-an-application-menu-tp4744164p4745357.html Sent

[Pharo-users] Contact for pharo association?

2014-02-20 Thread Johan Fabry
Hi all, whom do I need to mail for questions regarding the pharo association and billing? The association web site has no contact information (or at least I cannot find it). Also, I think it would be good to add contact information to the association web site. (Or make it more prominent.) ---

Re: [Pharo-users] Dowser edges

2014-02-20 Thread Hernán Morales Durand
I know one of the guys in Object Profile was working on this feature before his vacations, maybe you could check in a week or so. Not a cool solution but right now if you click on each item lines will stay there. Cheers, Hernán 2014-02-18 16:35 GMT-03:00 rosariosm : > Hi all, > > Is there a w

[Pharo-users] neo json and valueSchema for integer attributes ...

2014-02-20 Thread itli...@schrievkrom.de
I have a class with an instance attribute "x" and this one contains an integer value. No when exporting this to json I want to write a string instead of this number to the json string ... neoJsonMapping: mapper mapper for: self do: [ :mapping | (mapping mapInstVar: #x to: 'x') valueSchema: