Re: [Pharo-users] Smalltalks video recordings?

2015-11-12 Thread Dimitris Chloupis
me too :) On Fri, Nov 13, 2015 at 3:11 AM Stephan Eggermont wrote: > On 12/11/15 19:57, Esteban A. Maringolo wrote: > > It is being recorded. And the slides being collected. So I guess they > > will be made public soon. > > Great. I'm looking forward to them > > Stephan > > > >

Re: [Pharo-users] Smalltalks video recordings?

2015-11-12 Thread Stephan Eggermont
On 12/11/15 19:57, Esteban A. Maringolo wrote: It is being recorded. And the slides being collected. So I guess they will be made public soon. Great. I'm looking forward to them Stephan

Re: [Pharo-users] FileDialog from Spec

2015-11-12 Thread Henrik Nergaard
Hi Jeff, Here is an example to bring up the file dialog answering a file reference. | reference | reference := UIManager default fileSave: 'Save as?' extensions: #('pdf' 'png' 'stuff') path: Smalltalk imageDirectory. For other examples see MorphicUIManager where methods start with file*

Re: [Pharo-users] FileDialog from Spec

2015-11-12 Thread Jeff Gray
I just want to call a dialog on a button click. What approach do I take with the Polymorph one? Do I have to open a Polymorph window which then calls the dialog or can I bake the Polymorph dialog into my spec window? -- View this message in context: http://forum.world.st/FileDialog-from-Spec-

Re: [Pharo-users] Smalltalks video recordings?

2015-11-12 Thread Esteban A. Maringolo
It is being recorded. And the slides being collected. So I guess they will be made public soon. El nov. 12, 2015 11:51 AM, "Stephan Eggermont" escribió: > Looking at the tweet stream of #Smalltalks2015, I wonder if > #Smalltalks2015 is being recorded? Are there already slides available? > > Steph

[Pharo-users] Smalltalks video recordings?

2015-11-12 Thread Stephan Eggermont
Looking at the tweet stream of #Smalltalks2015, I wonder if #Smalltalks2015 is being recorded? Are there already slides available? Stephan

[Pharo-users] catalog projects in spotter (Was: Re: Changing playground and monticello shortcuts)

2015-11-12 Thread Tudor Girba
Hi, I changed the title of the message :). > On Nov 12, 2015, at 2:04 PM, Torsten Bergmann wrote: > >> People are saying that they do not want to have the Catalog Projects >> displayed by default > > Why do you generalize that people wants to have them "not displayed”? > It's for people with

Re: [Pharo-users] Changing playground and monticello shortcuts

2015-11-12 Thread Thierry Goubier
Profiling a Spotter open ? Thierry 2015-11-12 14:25 GMT+01:00 Torsten Bergmann : > kilon wrote: > >I am on a 100kb/s connection and never had an issue with Spotter, are we > >sure here that is just slow connections or maybe something else ? > > Tried on a slow mobile line now again as well witho

Re: [Pharo-users] Changing playground and monticello shortcuts

2015-11-12 Thread Stephan Eggermont
On 12-11-15 14:08, Dimitris Chloupis wrote: I am on a 100kb/s connection and never had an issue with Spotter, are we sure here that is just slow connections or maybe something else ? There are two aspects to slow connections: bandwidth and delay. Low bandwidth is probably less of an issue as t

[Pharo-users] Changing playground and monticello shortcuts

2015-11-12 Thread Torsten Bergmann
kilon wrote: >I am on a 100kb/s connection and never had an issue with Spotter, are we >sure here that is just slow connections or maybe something else ? Tried on a slow mobile line now again as well without any problem. I get the same impression that we talk about something else that slows it do

Re: [Pharo-users] Changing playground and monticello shortcuts

2015-11-12 Thread Dimitris Chloupis
I am on a 100kb/s connection and never had an issue with Spotter, are we sure here that is just slow connections or maybe something else ? On Thu, Nov 12, 2015 at 3:06 PM Torsten Bergmann wrote: > >People are saying that they do not want to have the Catalog Projects > displayed by default > > Wh

[Pharo-users] Changing playground and monticello shortcuts

2015-11-12 Thread Torsten Bergmann
>People are saying that they do not want to have the Catalog Projects displayed >by default Why do you generalize that people wants to have them "not displayed"? It's for people with a slow connection and they lament about the slowdown - not the functionality. For this group it feels slow when

Re: [Pharo-users] FileDialog from Spec

2015-11-12 Thread Nicolai Hess
2015-11-12 7:23 GMT+01:00 Jeff Gray : > In Pharo 4. > I'm writing a ui in spec and I want to be able to select and open a file on > a button click. > I can see one example in polymorph but I don't know if that can be used > from > spec. > Or am I missing something obvious? > We don't have a spec