Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-06 Thread Sven Van Caekenberghe
> On 7 Jun 2018, at 08:16, Norbert Hartl wrote: > > > >> Am 07.06.2018 um 07:29 schrieb Sven Van Caekenberghe : >> >> Tim, >> >>> On 7 Jun 2018, at 01:37, Tim Mackinnon wrote: >>> >>> Hi - I’ve hit some Json where the outputted values (they are field names) >>> are written out in a spec

Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-06 Thread Norbert Hartl
> Am 07.06.2018 um 07:29 schrieb Sven Van Caekenberghe : > > Tim, > >> On 7 Jun 2018, at 01:37, Tim Mackinnon wrote: >> >> Hi - I’ve hit some Json where the outputted values (they are field names) >> are written out in a specific order - and the author hasn’t chosen to use an >> array to r

Re: [Pharo-users] more on "can't get keyboard shortcuts to work on Mac"

2018-06-06 Thread Paul DeBruicker
oh and a typo. Which should have been: not Cmd-t then Cmd-c but Cmd-t-c Paul DeBruicker wrote > Oh. Its not an individual > > Cmd-t then Cmd-t > > Its Cmd-t-c > > So with a browser open on the instance side of a class press and hold the > Cmd key, then hit t then hit c > > At least i

Re: [Pharo-users] more on "can't get keyboard shortcuts to work on Mac"

2018-06-06 Thread Paul DeBruicker
Oh. Its not an individual Cmd-t then Cmd-t Its Cmd-t-c So with a browser open on the instance side of a class press and hold the Cmd key, then hit t then hit c At least it works on my machine™ GreggInCA wrote > Tom, thanks for the detailed instructions. They help, but many of the > short

Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-06 Thread Sven Van Caekenberghe
Tim, > On 7 Jun 2018, at 01:37, Tim Mackinnon wrote: > > Hi - I’ve hit some Json where the outputted values (they are field names) are > written out in a specific order - and the author hasn’t chosen to use an > array to represent those fields in a specific order. > > { ‘field1’ : { ….}, ‘fie

Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-06 Thread Paul DeBruicker
Tim Mackinnon wrote > Hi - I’ve hit some Json where the outputted values (they are field names) > are written out in a specific order - and the author hasn’t chosen to use > an array to represent those fields in a specific order. > > { ‘field1’ : { ….}, ‘field2’: { … } } > > I think this is techn

Re: [Pharo-users] Morph & MVC tutorials

2018-06-06 Thread K K Subbu
On Thursday 07 June 2018 03:07 AM, Matias Maretto wrote: Hi guys, I have been doing some things with Dolphin, actually feel very confortable with it, but now I am trying to learn Pharo. I have noticed that many things are quite similars,  but others are very differents, one of this things is th

Re: [Pharo-users] more on "can't get keyboard shortcuts to work on Mac"

2018-06-06 Thread GreggInCA
Tom, thanks for the detailed instructions. They help, but many of the shortcuts listed in Help (Help window > Pharo Environment Help > Keyboard Shortcuts > Browser Shortcuts) don't work. cmd-b, cmd-m works as you said, but anything that begins with Meta + f (i.e., cmd-f) brings up a Find and Repl

[Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-06 Thread Tim Mackinnon
Hi - I’ve hit some Json where the outputted values (they are field names) are written out in a specific order - and the author hasn’t chosen to use an array to represent those fields in a specific order. { ‘field1’ : { ….}, ‘field2’: { … } } I think this is technically incorrect and should be:

[Pharo-users] Morph & MVC tutorials

2018-06-06 Thread Matias Maretto
Hi guys, I have been doing some things with Dolphin, actually feel very confortable with it, but now I am trying to learn Pharo. I have noticed that many things are quite similars, but others are very differents, one of this things is the Visual Part, can someone point me out some good tutorial

[Pharo-users] SQL Server

2018-06-06 Thread Linkerstorm
Hi. With Pharo 6.1, how to connect to a SQL Server database ? Thanks.