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 maint
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. While there are some issu
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: ''
cl
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 problem to break Spec base
Hello,
porting my digitalk / dolphin application to pharo (www.trimfox.com) I have
to port my dialog creation part. Unfortunately I can't use Spec because my
dialog creation depends on boundingBox: (Pharo bounds:) by calculation
position and extent in pixels. So I have to use Morphic. There is the
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 chatting with someone
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: p
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.
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 identity
>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 received
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
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 hea
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,
> Sean
> --
> View this
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 point, can you reph
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: 100@3
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 heavily on what the
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 not want, to directly bind model to the v
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
http://forum.world.st/ANN-Twisty-text-with-active-state-framework-td48636
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:
http://forum.world.st/Voyage-collecting-dat
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 backgrou
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 download,
and did not know of the
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
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
> repository: 'http://smallta
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 interesting
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:
> 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. But you probably nee
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 inserting a halt anywher
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
> wrote:
> >
> > it:
>
Go to System > Settings and s
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 is harder to read than green on black. I ju
29 matches
Mail list logo