[Pharo-users] Halo Menu On Spec Tree Node

2015-05-06 Thread Craig Johnson
Hi All, I had an issue - when I opened a Halo on a Spec tree node in the UI and select the menu Icon, I got a DNU message. However if I selected a normal Morph, the menu Icon worked fine. I'm using Pharo 4.0 released version. Fixed this by changing TreeModeliconFor to: iconFor: aNode

[Pharo-users] Spec - Columns Containing Rows Containing Columns

2015-05-19 Thread Craig Johnson
Hi, Spec has me tearing my hair out again. I'm using a composed layout with two columns in it. In the second column I'd like to place some rows which in turn contain columns. There does not seem to be any way to do this. Everthing that I try only renders one of the two main columns.

Re: [Pharo-users] Detecting image (pharo process) hang?

2015-06-03 Thread Craig Johnson
On 03-06-15 12:07, David wrote: That could work, but can be time expensive. I already have seaside installed (and I am using that) so I may try that. The only problem I see if that if the image is stalled, it can pass more time than desired until it times out the http connection. Use threads,

[Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Craig Johnson
Hi All, I'm getting tired of Pharo 4 beta freezing. It happens whenever a exception occurs while in the debugger. Funny that I don't remember any of the Pharo 4 development images freezing. Which image can I use that won't do this? Craig

Re: [Pharo-users] Pharo 4 Image Freeze

2015-06-01 Thread Craig Johnson
image does not have a problem I was not aware, I would like more to give you a bugfix :) Esteban On 01 Jun 2015, at 22:31, Craig Johnson cr...@hivemind.net wrote: Hi All, I'm getting tired of Pharo 4 beta freezing. It happens whenever a exception occurs while in the debugger. Funny that I

Re: [Pharo-users] Pharo Image Freeze (was Pharo 4 Image Freeze)

2015-06-02 Thread Craig Johnson
Ok Case 15669 https://pharo.fogbugz.com/f/cases/15669/Exception-inside-debugger-causes-lockup opened. Craig On 2015/06/02 10:30 AM, Esteban Lorenzano wrote: yes please and we’ll backport as soon as we have a fix. thanks! On 02 Jun 2015, at 08:25, Craig Johnson cr...@hivemind.net wrote

[Pharo-users] Pharo Image Freeze (was Pharo 4 Image Freeze)

2015-06-02 Thread Craig Johnson
2015-06-01 23:44 GMT+02:00*Nicolai Hess* nicolaihess at web.de mailto:pharo-users%40lists.pharo.org?Subject=Re%3A%20%5BPharo-users%5D%20Pharo%204%20Image%20FreezeIn-Reply-To=%3CCAPED3ST3NWZD1UjO%3DLCz21KJVLy88KkHG7nT70Uy0e7_Tyt2mw%40mail.gmail.com%3E: / / This worked until pharo 40245 - it

Re: [Pharo-users] Slow compilation on one of my Windows PCs

2015-06-30 Thread Craig Johnson
On 2015/06/30 07:42 PM, Peter Uhnák wrote: Debian (host) '4,855 per second' Ubuntu (vbox) '4,709 per second' Win XP (vbox) '504.099 per second' My my Win 7 (host) ( i7 CPU @ 2.10GHz) = 862.000 per second Still a far cry from what the Linux boxes do. I'm watching with interest. Craig

Re: [Pharo-users] FileLocator problem?

2015-07-30 Thread Craig Johnson
On 2015/07/30 11:43 AM, PBKResearch wrote: Hello Out of curiosity I tried to run the snippet which Alexandre Bergel posted yesterday under the name ‘Script of the day’. It failed, but nothing to do with the script itself. The problem is that it fails on the line: ‘FileLocator documents

Re: [Pharo-users] Accessors vs instance variables

2015-10-02 Thread Craig Johnson
Hi, This is a bugbear for me. On 2015/09/30 09:35 PM, Lyn Headley wrote: Hello, As I understand it, in Smalltalk, the instance variables of a class C are "protected" - able to be referenced by methods of C or its subclasses, but not by other objects. This is a useful feature as it clearly

Re: [Pharo-users] Rocket Chat - An open source alternative to Slack

2015-12-17 Thread Craig Johnson
The windows client is a b***h to work with. The channel list is very long and unordered, and there's no search. Craig On 2015/12/17 08:20 AM, John Pfersich wrote: I set up a public #pharo channel. Join it! Sent from my iPad On Dec 16, 2015, at 02:04, Dimitris Chloupis

[Pharo-users] PharoJS Status

2015-11-30 Thread Craig Johnson
Hi All, I'd like to start messing around with PharoJS. Can anybody tell what the status is? (Stable, broken, etc.) And, which Pharo version should I use for this? Craig

[Pharo-users] Noob Question - slicing

2019-03-05 Thread Craig Johnson
Hi All, I was trying to figure an elegant way to slice strings (Python style), and came up empty. What is the simplest way to copy characters between positions 4 and 8 from a string in Pharo? Craig

[Pharo-users] MSWindows Keymapping

2019-03-13 Thread Craig Johnson
Hi All, I'm primarily a Windows user and I am finding the default key mapping very un-windows and it's preventing me from becoming immersed in the environment. Because I'm constantly having to reach for the mouse to switch windows etc. How easy would it be to change the key mapping to

Re: [Pharo-users] Noob Question - slicing

2019-03-07 Thread Craig Johnson
From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of K K Subbu Sent: Wednesday, 06 March 2019 16:45 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Noob Question - slicing > '1234567890' copyFrom: 5 to: 8 "5678" > > Page 207 in Updated Pharo by Example book

[Pharo-users] File-in Issue - Pharo 9

2021-08-15 Thread Craig Johnson
Hi All, I just filed-out a small project that I playing with, and refreshed the image.  The new image cannot file-in the package from the File Browser. "Instance of RubSmalltalkEditor did not understand #fileItIn". Is there another way to file-in the package? Thanks Craig

[Pharo-users] Private Methods

2021-08-17 Thread Craig Johnson
Hi All, Just a newb off-the-wall question. Is there any good reason why we can't create a true private method in a Pharo class by putting that method inside an instance or class variable as a lambda (block). This would reduce one of my biggest bugbears with Pharo, namely the pollution of

[Pharo-users] Re: Personal wiki / information manager

2023-06-26 Thread Craig Johnson
Hi Siemen, I'd be interested in joining you on this journey.  I'm a complete novice to Pharo, but will be willing to help where I can. Craig On 2023/06/26 12:41, siemenbaa...@gmail.com wrote: Hi everyone, (thread at

[Pharo-users] Re: Personal wiki / information manager

2023-06-26 Thread Craig Johnson
Hi Siemen, I'm in CAT time, which is the same as CEST at the moment.  Let's wait a bit to see if others jump-in. Craig On 2023/06/26 14:29, Siemen Baader wrote: Hi Craig, On Mon, Jun 26, 2023 at 12:48 PM Craig Johnson wrote: I'd be interested in joining you on this journey.  I'm

[Pharo-users] Smallscript - A Smalltalk-Inspired Scripting Language

2023-12-01 Thread Craig Johnson
for those who are interested. https://www.codeproject.com/Articles/5373567/Smallscript-A-Smalltalk-Inspired-Scripting-Languag