Re: [Pharo-users] Dark theme and white vs. green color

2017-04-28 Thread john pfersich
Thanks, I was looking for "color" in an already open settings browser. That doesn't work. Sent from my iPhone > On Apr 28, 2017, at 18:15, Ben Coman wrote: > > > >> On Sat, Apr 29, 2017 at 5:02 AM, john pfersich wrote: >> I agree, that dark theme

Re: [Pharo-users] Dark theme and white vs. green color

2017-04-28 Thread Ben Coman
On Sat, Apr 29, 2017 at 5:02 AM, john pfersich wrote: > I agree, that dark theme is harder to read than green on black. I just > want the old light theme, how do I get it? > > Sent from my iPhone > > > On Apr 28, 2017, at 09:42, Juraj Kubelka >

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Ben Coman
On Sat, Apr 29, 2017 at 4:20 AM, Rob Rothwell wrote: > Hi Peter, > > Thanks again for the advice. I've reduced my number of infinite loops and > crashes by creating copies of pertinent classes and using them for testing, > but I have quickly learned to save my image after

Re: [Pharo-users] Voyage - collecting data from Mongo

2017-04-28 Thread Holger Freyther
> On 28. Apr 2017, at 14:27, Mark Rizun wrote: > > Hi, Hi! > Is it possible to retrieve data from Mongo collection if it was not created > via Voyage? > Meaning that I do not have a class in Pharo that would correspond to said > collection (should I implement one?). Yes.

Re: [Pharo-users] Dark theme and white vs. green color

2017-04-28 Thread john pfersich
I agree, that dark theme is harder to read than green on black. I just want the old light theme, how do I get it? Sent from my iPhone > On Apr 28, 2017, at 09:42, Juraj Kubelka wrote: > > it:

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Rob Rothwell
Hi Peter, Thanks again for the advice. I've reduced my number of infinite loops and crashes by creating copies of pertinent classes and using them for testing, but I have quickly learned to save my image after inserting a halt anywhere! The parallel Spec implementation conversation is

Re: [Pharo-users] Neural Networks in Pharo

2017-04-28 Thread francesco agati
now work all good with last version of polymath thanks :-) 2017-04-27 17:29 GMT+02:00 Oleks : > Hello, > > I have finally added a configuration to the NeuralNetwork project. Now you > can use this Metacello script to load it into your Pharo image: > > Metacello new >

Re: [Pharo-users] Dark theme and white vs. green color

2017-04-28 Thread Offray Vladimir Luna Cárdenas
I think that green reads better. Something like solarized will be really nice [1]. But maybe that is a lot of work now. [1] http://ethanschoonover.com/solarized Cheers, Offray On 28/04/17 11:42, Juraj Kubelka wrote: Hi, While we were improving the DiffMorph for the dark theme, we conclude

Re: [Pharo-users] MOOC offline download

2017-04-28 Thread Ben Coman
On Fri, Apr 28, 2017 at 5:11 PM, Stephane Ducasse wrote: > Hi ben > > I do not really get the request? > Because people can download the file and the portal. > I could not find a whole zip file of entire course, only the individual files which would be a pain to

[Pharo-users] Dark theme and white vs. green color

2017-04-28 Thread Juraj Kubelka
Hi, While we were improving the DiffMorph for the dark theme, we conclude that it is much harder to read the text. I personally also often miss a new debugger window on a big screen. Something I have not experienced before. And this discussion reminds me the old computers where the

[Pharo-users] Voyage - collecting data from Mongo

2017-04-28 Thread Mark Rizun
Hi, Is it possible to retrieve data from Mongo collection if it was not created via Voyage? Meaning that I do not have a class in Pharo that would correspond to said collection (should I implement one?). Cheers, Mark -- View this message in context:

Re: [Pharo-users] Basic controls does not change selection

2017-04-28 Thread Denis Kudriashov
2017-04-28 12:58 GMT+02:00 bachitoph : > Is there any recommendation about the different morphs. What is the best > button, droplist, input field .., because this is a great bulk of classes. > For input field look at Twisty

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Denis Kudriashov
2017-04-28 12:59 GMT+02:00 Denis Kudriashov : > 2017-04-28 12:26 GMT+02:00 Peter Uhnak : > >> > backend specific like createMorphicView: and we need hierarchy of >> backends >> > here which will choose appropriate message. >> >> Which is exactly what we do

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Denis Kudriashov
2017-04-28 12:26 GMT+02:00 Peter Uhnak : > > In fact they are not adapters. They are factories which creates backend > > views (morphs). And now there are completely no logic behind them: every > > adapter just passes state received from model to view instance. > > This depends

Re: [Pharo-users] Basic controls does not change selection

2017-04-28 Thread bachitoph
Hi Esteban, >>why you say you cannot doit with Spec? As I understand Spec it depends on a SpecLayout which uses columns and rows instead of rectangles. Is there any way to define in Spec a dialog with explicite setting to any control view, something like aControlMorph bounds: (50@50 extent:

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Denis Kudriashov
2017-04-28 12:26 GMT+02:00 Peter Uhnak : > > backend specific like createMorphicView: and we need hierarchy of > backends > > here which will choose appropriate message. > > Which is exactly what we do not want, to directly bind model to the view; > but I feel I am missing your

Re: [Pharo-users] improving audio/video quality of pharo days recordings

2017-04-28 Thread Stephane Ducasse
Ok we will have a mic now I do not know how to record it. On Thu, Apr 27, 2017 at 5:18 AM, Sean P. DeNigris wrote: > Peter Uhnak wrote > > clip-on microphone > > Yes! Even a cheap lapel mic like the Sony ECM-CS3 would make a world of > difference > > > > - > Cheers,

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Peter Uhnak
On Fri, Apr 28, 2017 at 11:50:48AM +0200, Denis Kudriashov wrote: > In fact they are not adapters. They are factories which creates backend > views (morphs). And now there are completely no logic behind them: every > adapter just passes state received from model to view instance. This depends

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Peter Uhnak
Hi Rob, > I need to find a good starting point because you can't poke at the existing > code too much since even the debugger is built with Spec! I don't know what Pharo you are on, but this is not the case. Debugger itself is based on Glamour (there used to be SpecDebugger, but it is no longer

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Denis Kudriashov
>From design point of view I think we should remove adapters at all. They bring parallel hierarchy which is always bad. In fact they are not adapters. They are factories which creates backend views (morphs). And now there are completely no logic behind them: every adapter just passes state

Re: [Pharo-users] Basic controls does not change selection

2017-04-28 Thread Esteban Lorenzano
Hi, why you say you cannot doit with Spec? If I understand correctly, what you want to do is to attach the windows you do to the Pharo world. For doing that with Spec you would do something like this: myMorph := mySpecModel buildWithSpec. World addMorph: myMorph fullFrame: LayoutFrame

Re: [Pharo-users] Modal Menu in Pharo5

2017-04-28 Thread bachitoph
Peter Thanks, that's it :) cjb -- View this message in context: http://forum.world.st/Re-Modal-Menu-in-Pharo5-tp4944703p4944716.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Modal Menu in Pharo5

2017-04-28 Thread PBKResearch
Christoph It looks as though MenuMorph>>invokeModal should do what you want. The method comment has a useful code demo. HTH Peter Kenny -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Christoph J. Bachinger Sent: 28 April 2017 09:25 To:

Re: [Pharo-users] MOOC offline download

2017-04-28 Thread Stephane Ducasse
Hi ben I do not really get the request? Because people can donwload the file and the portal. I wanted to get a CD delivery services but I failed to find one (because I have all the files to be uploaded). Stef On Thu, Apr 27, 2017 at 5:50 PM, Ben Coman wrote: > I was just

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Denis Kudriashov
Hi Ben 2017-04-28 4:32 GMT+02:00 Ben Coman : > > Would your remote IDE [1] be suitable to help Rob to hack around Spec > without blowing up his IDE? > Yes. But I think it is easy to just use Calypso tools to hack Spec. Calypso not depends on Spec. And it would be not a

[Pharo-users] Modal Menu in Pharo5

2017-04-28 Thread Christoph J. Bachinger
Hello, I'm looking for a modal menu. It should stop method code execution until any left mouse klick. I tried MenuMorph with code like below, but this does not stop execution. Any hint? thank you cjb ComposableModel subclass: #BachitophTestWindow instanceVariableNames: ''

Re: [Pharo-users] Spec Adapter Advice

2017-04-28 Thread Stephane Ducasse
This is a cool news. We could have a new adapter for Mars. I'm really interested in getting this working. Stef On Thu, Apr 27, 2017 at 11:10 PM, Rob Rothwell wrote: > Hello, > > I have recently been lucky enough to get the Cocoa portion of Mars working > on Pharo 5.0.

[Pharo-users] Smalltalk job offer in Germany [ collphir-bewerb...@collogia.de ]

2017-04-28 Thread Stephane Ducasse
Dear Pharoers For our business unit Pension Management we are currently looking for a *Software-Developer (m/w) **About us* Collogia Unternehmensberatung AG is based in Cologne (Germany) and focused on IT-Consulting and software development. Since 1979 we successfully carry out projects and