[Pharo-users] Persistence on Moose browsers, showing always a selection in trees and making tree labels editable.

2014-08-19 Thread Offray Vladimir Luna Cárdenas
Hi, With the valuable help of the community and the GLMBasicExamples I have been able to build basic outlining interface and functionality. Here is a screenshot: http://www.enlightenment.org/ss/e-53f4243a4dc127.49773492.jpg There are some issues: 1. Now I would like to make the nodes in the

Re: [Pharo-users] Migrate code from Dolphin Smalltalk

2014-08-19 Thread Sean P. DeNigris
Tim Mackinnon wrote > might it be possible to put your script and mock classes on Smalltalk hub > for future reference? +1. That sounds cool :) - Cheers, Sean -- View this message in context: http://forum.world.st/Migrate-code-from-Dolphin-Smalltalk-tp4773556p4773872.html Sent from the Pha

[Pharo-users] Does RoelTyper works?

2014-08-19 Thread Juraj Kubelka
Hi, I play with RoelTyper, but it does not work as I expect. I have a simple class: -=-=-=- Object subclass: #AMock instanceVariableNames: 'color' classVariableNames: '' poolDictionaries: '' category: 'JK-Mocks’ -=-=-=- with method: -=-=-=- initialize su

Re: [Pharo-users] example custom mouse events

2014-08-19 Thread Werner Kassens
mouseOver, i think werner On 08/19/2014 10:17 AM, Ben Coman wrote: It took a bit of hunting around to discover how to use the custom hooks for mouse event, and I needed to make some examples to prove how it worked. I thought others might find this interesting. It just outputs to Transcript fo

[Pharo-users] RBTransformationRule inst var changes initialization

2014-08-19 Thread Mark Rizun
Hello, I have a rewrite rule - subclass of RBTransformationRule. And I want to apply it to specific scope, but before applying it, would be nice to see ChangesBrowser with all future changes. For that I need to have changes inst var initialized, but they are nil. So, the question is, where is inst

[Pharo-users] example custom mouse events

2014-08-19 Thread Ben Coman
It took a bit of hunting around to discover how to use the custom hooks for mouse event, and I needed to make some examples to prove how it worked. I thought others might find this interesting. It just outputs to Transcript for each of the following events. Check the class comments for usa

Re: [Pharo-users] Roassal2 RTDraggable grid and synchronized movement

2014-08-19 Thread Peter Uhnák
I've finally found my way back to it; I added it to same repo as my multiline http://smalltalkhub.com/#!/~peteruhnak/RoassalPrototypes/ ; there's also an example in class side. However there are two main issues: * drawing of the grid is crude, I created an interaction but I haven't seen any way ho