Re: [Pharo-users] Using the Debugger to write code

2017-07-11 Thread Sven Van Caekenberghe
Yes, but these are all inside the method editor. I wanted to start with (Motivation fromString: 'foo') sayIt. in a playground/workspace. But with just a DNU it works. > On 12 Jul 2017, at 08:49, p...@highoctane.be wrote: > > What is not working? Check this: > > > > Hit Define new class and

Re: [Pharo-users] Using the Debugger to write code

2017-07-11 Thread Sven Van Caekenberghe
> On 12 Jul 2017, at 08:42, Marcus Denker wrote: > > >> On 12 Jul 2017, at 08:35, K K Subbu wrote: >> >> On Wednesday 12 July 2017 08:33 AM, horrido wrote: >>> But for the life of me, I can't figure out how to create new classes for my >>> application from within the Debugger. Must I create n

Re: [Pharo-users] Using the Debugger to write code

2017-07-11 Thread Marcus Denker
> On 12 Jul 2017, at 08:35, K K Subbu wrote: > > On Wednesday 12 July 2017 08:33 AM, horrido wrote: >> But for the life of me, I can't figure out how to create new classes for my >> application from within the Debugger. Must I create new classes using the >> System Browser first before I can con

Re: [Pharo-users] Using the Debugger to write code

2017-07-11 Thread K K Subbu
On Wednesday 12 July 2017 08:33 AM, horrido wrote: But for the life of me, I can't figure out how to create new classes for my application from within the Debugger. Must I create new classes using the System Browser first before I can continue adding new methods from within the Debugger? What's t

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-11 Thread Sabine Manaa
Hi Thierry, this would be nice and exactly what I was looking for. I ask myself if iceberg would be able to solve this/will it be able to solve it in a later version. Regards Sabine 2017-07-11 23:13 GMT+02:00 Thierry Goubier [via Smalltalk] < ml+s1294792n4954413...@n4.nabble.com>: > Hi Sabine,

[Pharo-users] Using the Debugger to write code

2017-07-11 Thread horrido
The *Pharo By Example* book says that you can use the Debugger to write code. So if you have a "does not understand" error, you're given the option of Creating a new method. That's cool. But for the life of me, I can't figure out how to create new classes for my application from within the Debugge

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-11 Thread Thierry Goubier
Hi Sabine, I have a slightly different script, a Makefile, which uses another trick: put everything into a pharo/ subdirectory. Like that, just rm -rf pharo/ erases everything before rebuilding. I think I would implement the support you need for you to simply be able to write: Metacello ne

[Pharo-users] 2018: 2nd Call for Papers

2017-07-11 Thread Sylvia Grewe
2018 : The Art, Science, and Engineering of Programming Mon 9 - Thu 12 April 2018 Nice, France http://2018.programming-conference.org/ In 2017, we started a new conference and journal focused on everything t

[Pharo-users] Seasidehosting...

2017-07-11 Thread Carl Hans
Hi, I'm running a private website at seasidehosting. Obviously this free service is not available anymore because both the site as well as the seasidehosting page are not reachable. I've tried to get information about the current staus of seasidehosting via google but couldn't find anything. Does

Re: [Pharo-users] The method Form>>rotateBy: slows down if applied several times to the same form

2017-07-11 Thread Matteo via Pharo-users
--- Begin Message --- On 10/07/17 21:54, Nicolai Hess wrote: 2017-07-04 23:54 GMT+02:00 Matteo via Pharo-users : -- Weitergeleitete Nachric

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-11 Thread Ramon Leon
On 07/11/2017 10:05 AM, sergio ruiz wrote: Oh! i forgot to mention.. this method belongs to Order.. so that part is working just fine.. Doesn't matter where the method is, your state machine clearly has blocks stored as instance variables and you're trying to save the state machine as part o

[Pharo-users] Problems with PunQLite

2017-07-11 Thread PBKResearch
Hello I have decided to have another try with PunQLite, having failed to get it working before. For the record, I am using Windows 10 Home with all recent updates applied. I tried the following: 1. Download latest image of Moose 6.1 (Pharo 6.0 Latest update: #60507). 2. Searc

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-11 Thread sergio ruiz
Oh! i forgot to mention.. this method belongs to Order..  so that part is working just fine.. On July 11, 2017 at 10:41:20 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: So to be able serialize such object you need to replace #guarded block with message send like: guarded:( MessageSend re

[Pharo-users] Pharo 6.0 don't start

2017-07-11 Thread Trussardi Dario Romano
Ciao, I'm interested to understund how git support work in Pharo. i download and unzip Pharo 6.0 from http://files.pharo.org/platform/Pharo6.0-mac.zip Now when i open the application on the desktop the system open a dialog with : Pharo 6.0 it closed unexpectedly.

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-11 Thread Denis Kudriashov
2017-07-11 16:25 GMT+02:00 sergio ruiz : > I am setting up the state machine on initialization using (where state > machine is an instance variable): > > > setupStatemachine > > | stCustomerIncomplete stNoImages stImagesAttached stSizeSelected > stOrderComplete | > > statemachine := SsStateMachine

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-11 Thread sergio ruiz
If you are not using blocks directly then the reason could be related to sorted collection which is usually created with sorted block. Here you also need convert sort block to message send with two args. i’m not sure i understand what is going on.. it seems to be hung up trying to save SsStat

Re: [Pharo-users] How do you develop for gemstone in open source tools (pharo)?

2017-07-11 Thread Denis Kudriashov
Hi 2017-06-22 23:16 GMT+02:00 Petr Fischer : > There is amazing new browser for Pharo, Calypso, which has remote browsing > capabilities (but probably different remoting/proxy layer than gt tools) - > is possible to utilize this project for remote Gemstone browsing in future? Calypso itself is

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-11 Thread Sabine Manaa
After several questions and trials I ended with a script like this: cd /Applications/Pharo5.0-7.app/Contents/Resources rm Pharo.image rm Pharo.changes curl get.pharo.org/50 | bash rm -rf spfClonedGitlabRepository git clone http://192.168.1.61:3/SPF/Spesenfuchs.git --branch 1.0 spfClonedGitlabR

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-11 Thread Denis Kudriashov
2017-07-11 2:16 GMT+02:00 sergio ruiz : > When I try to save the order, I get the following error: > > 'An ActiveRecord can not reference any sub instances of instruction > stream. Make sure you are not saving blocks. ‘ > I think Sandstone do not support block serialization. To fix it in your a