[Pharo-users] Creating a BaselineOf from a ConfigurationOf>>#baselineXyz:

2017-06-03 Thread Sean P. DeNigris
I'm trying to write a rewrite rule, but can't quite get it. I first want to remove `spec blessing: #baseline.` I tried the following with no effect: RBParseTreeRewriter new replace: '`@expr blessing: `#lit' with: ''; executeTree: methodTree;

Re: [Pharo-users] Morphic or forking bug?

2017-06-03 Thread Milan Vavra via Pharo-users
--- Begin Message --- Sven's Clock example. Just unzip & file in. MyClock.zip Best Regards, Milan Vavra -- View this message in context: http://forum.world.st/Morphic-or-forking-bug-tp4948727p4949170.html Sent from the Pharo Smalltalk Use

Re: [Pharo-users] Morphic or forking bug?

2017-06-03 Thread horrido
Okay, let me explain my application... It displays a Morphic window containing lines of information that are updateable in real time on a periodic basis. As I indicated in the original post, the code skeleton is basically: initA a := ((StringMorph contents: '') color: Color white) positio

[Pharo-users] Deprecating Auto-fix: WOW

2017-06-03 Thread Sean P. DeNigris
Either I died and went to heaven, or my Pharo 6 image just ported all my deprecated methods auto-magically. Very cool! Thanks!!! - Cheers, Sean -- View this message in context: http://forum.world.st/Deprecating-Auto-fix-WOW-tp4949164.html Sent from the Pharo Smalltalk Users mailing list arc

Re: [Pharo-users] planet squeak and friends

2017-06-03 Thread Bruce O'Neel
Hi Stef, Thanks.  Do you mind that planet squeak has Pharo blogs?  I think it's reasonable since they share a history. cheers bruce

Re: [Pharo-users] planet squeak and friends

2017-06-03 Thread Stephane Ducasse
Hi Bruce Thanks for taking care about this. Now I would check because there are many broken old links and it gives the impression of abandonware. Pharo official blog is: https://pharoweekly.wordpress.com and it points to three blogs: - http://astares.blogspot.fr (excellent and active) - ht

Re: [Pharo-users] [Deploy] Deploying application - New Best Practices?

2017-06-03 Thread Pierce Ng
On Fri, Jun 02, 2017 at 12:52:35PM -0700, sergio_101 wrote: > Where can i find a current RFBServer? http://smalltalkhub.com/#!/~PharoExtras/RFB

Re: [Pharo-users] Pharo and QT

2017-06-03 Thread Pieter Swinkels via Pharo-users
--- Begin Message --- One other thing, what part of Qt you would like to use, the widget world or the QML world? I have been thinking about building a UI in QML and using Pharo to implement the model. This could be doable. However, the best idea I came up with (up till now) would require custom

Re: [Pharo-users] Pharo and QT

2017-06-03 Thread Pieter Swinkels via Pharo-users
--- Begin Message --- With regard to  >> the fact that PyQT free version is GPL and commercial is 500 dollars which >> sits of course on top of the commercial version of QT  There is an alternative to PyQt, that the Qt company intends to make a first-class citizen of the Qt ecosystem, namely PySi