Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-09 Thread p...@highoctane.be
+1 to what Sabine says. Very useful behavior. Phil On Sun, Jun 9, 2013 at 8:03 AM, Sabine Knöfel wrote: > I should give an example why this is not useful for me. > > While developing, I use >>inspect to see, what is in any object AND I want > the app to proceed. > E.g. while creating a report,

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-09 Thread Marcus Denker
On Jun 8, 2013, at 8:30 PM, Sabine Knöfel wrote: > Hi, > > while developing my app with seaside, I sometimes use inspect within any > statement. > I am used from Pharo 1.4 and from other smalltalk dialects, that >>inspect > returns the receiver itself. > But in Pharo 2.0 it returns an instance

Re: [Pharo-users] DateAndTime>>asTime

2013-06-09 Thread José Comesaña
Done. Sorry for my ignorance, :). Thanks 2013/6/7 Stéphane Ducasse > thanks :) > This is less work for us and the process can automatically check the code > and run the tests automatically. > Stef > >

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-09 Thread Stéphane Ducasse
but halt is really a simple method you can introduce myHalt Object>>myHalt Halt signal. and you are done. Stef On Jun 9, 2013, at 9:58 AM, p...@highoctane.be wrote: > +1 to what Sabine says. Very useful behavior. > > Phil > > > On Sun, Jun 9, 2013 at 8:03 AM, Sabine Knöfel > wro

Re: [Pharo-users] DateAndTime>>asTime

2013-06-09 Thread Stéphane Ducasse
you are welcome :) On Jun 9, 2013, at 12:53 PM, José Comesaña wrote: > Done. > > Sorry for my ignorance, :). > > Thanks > > 2013/6/7 Stéphane Ducasse > thanks :) > This is less work for us and the process can automatically check the code and > run the tests automatically. > Stef > >

Re: [Pharo-users] inspect returns iOf SystemWindow and not receiver

2013-06-09 Thread Igor Stasenko
On 9 June 2013 08:03, Sabine Knöfel wrote: > I should give an example why this is not useful for me. > > While developing, I use >>inspect to see, what is in any object AND I want > the app to proceed. > E.g. while creating a report, I want to see the table columns in an > inspector. > I don't wan

Re: [Pharo-users] Spec: custom layouts for sub-models

2013-06-09 Thread Benjamin
Sorry for the delay, I was on holidays :) Can you tell me more please ? Ben Ben On May 28, 2013, at 9:14 PM, Sean P. DeNigris wrote: > I have a UI, let's call it ParentUI, which includes ChildUI - another > ComposableModel. In the default layout, ChildUI includes a toolbar. > > When embedded

Re: [Pharo-users] Spec #add:withSpec: Bug?

2013-06-09 Thread Benjamin
What you wanna do is model := DynamicComposableModel new. model instantiateModels: {#accessor. #TextInputFieldModel}. layout := SpecLayout composed. layout add: #accessor withSpec: #defaultSpec. model openWithSpecLayout: layout. maybe the message should be add:withSpecSelector: Ben On May 28,

Re: [Pharo-users] ui slowness on newly installed ubuntu 13.04 64bit

2013-06-09 Thread Sven Van Caekenberghe
I think that we do have a problem, and I think it is VM related. This is what I see on my Ubuntu 13.04 64-bit machine (AMD Athlon(tm) II X4 640, 4GB, AMD Radeon HD 7750) using a Pharo 3.0 #30189 image. Using the vm from get.pharo.org/30+vm [ SystemNavigation new allCallsOn: #ifTrue: ] timeToRun

Re: [Pharo-users] Spec & Roassal?

2013-06-09 Thread Benjamin
You have two solutions: - write a spec model for roassal - if presume that Roassal ends up as a Morph or something close. In spec you can embed a morph for free Ben On May 30, 2013, at 11:45 AM, MartinW wrote: > =Seems one has to resubscribe to the new mailing-lists? sorry if t

Re: [Pharo-users] account search

2013-06-09 Thread Benjamin
Me indeed :) Some holidays needed, and I do not trust me about not having a look at fogbugz (and I knew that you just can't remove an account) Ben On Jun 7, 2013, at 2:50 PM, Sean P. DeNigris wrote: > Camillo Bruni-3 wrote >> who is > >> remove@ > >> on fogbugz? > > I thought maybe it wa

Re: [Pharo-users] Spec & Roassal?

2013-06-09 Thread MartinW
Benjamin Van Ryseghem-2 wrote > You have two solutions: > - write a spec model for roassal > - if presume that Roassal ends up as a Morph or something close. In spec > you can embed a morph for free > >> how can i combine a Roassal visualization and a Spec UI? The snippet below gener

Re: [Pharo-users] Spec & Roassal?

2013-06-09 Thread Benjamin
Spec acts at a lower level, so you will need more code for this result (I am working on that, but it will not be here before a couple of month) If you want to embedded Roassal in spec, just wrap it in a morph, it's easier for you :) To learn how to do it, you can find some documentation here: h

[Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Jeff Gray
So does anyone have ideas for what to print on our mugs etc? The pharo lighthouse logo and a web address? An inspirational pharo/ Smalltalk phrase maybe? It would be cool if i were on the train and someone saw the sticker on my laptop and asked me about it. For that we'd need more than just the log

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
Being that 'Pharo' is very easily confused with the Pharos of ancient Egypt, perhaps we can capitalize on that with some catchy phrase like: 'Build your best pyramid with the beacon of Pharo'

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
How about this phrase: 'Let Pharo set you free', with the allusion being the biblical Pharo of Exodus (except this time around he's a really good guy). It's definitely a conversation starter... - Original message - From: Paul Davidowitz To: pharo-users@lists.pharo.org Subject: Re: [Pharo-

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Mariano Martinez Peck
Hi Jeff, This is not fully related but in https://gforge.inria.fr/frs/?group_id=1299 under "Media" category you can find lots of icons, logos, etc. Cheers, On Sun, Jun 9, 2013 at 10:48 PM, Paul Davidowitz wrote: > How about this phrase: 'Let Pharo set you free', with the allusion being > the b

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
umm, how about making it a little Smalltalkish: '[Pharo free: self] value' - Original message - From: Paul Davidowitz To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Mugs 'n' stuff - logo and message Date: Sun, 09 Jun 2013 21:48:31 -0400 How about this phrase: 'Let Pharo set y

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Marcus Denker
On Jun 10, 2013, at 3:48 AM, Paul Davidowitz wrote: > How about this phrase: 'Let Pharo set you free', with the allusion being > the biblical Pharo of Exodus (except this time around he's a really good > guy). > It's definitely a conversation starter… > I don't know… sounds a bit strange.

Re: [Pharo-users] Pharo consultants

2013-06-09 Thread Jesus Nuñez
IMHO the key to success is certification. Certified courses should be delivered to consolidate the community, starting by offering on universities. I think the reasons for this are somewhat clear. 2013/6/3 p...@highoctane.be > Get the bosses to trust you and sign the check. The you use the tech