Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Esteban Lorenzano
> On 09 May 2015, at 08:48, jtuc...@objektfabrik.de wrote: > > Esteban, > > Am 09.05.15 um 08:26 schrieb Esteban Lorenzano: >> >>> On 09 May 2015, at 07:54, jtuc...@objektfabrik.de >>> wrote: >>> >>> Hi guys, >>> >>> I am fascinated by Voyage and was about to

Re: [Pharo-users] Problem using Zinc in Pharo 4 (Moose 5.1)

2015-05-08 Thread Sven Van Caekenberghe
> On 09 May 2015, at 02:18, PBKResearch wrote: > > Sven > > Many thanks for the quick response. I always like to try to solve problems > myself before appealing for help, so I had worked out what was wrong, but did > not know how to tell Zinc to use a specific coding. I had tried by reading

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread jtuc...@objektfabrik.de
Esteban, Am 09.05.15 um 08:26 schrieb Esteban Lorenzano: On 09 May 2015, at 07:54, jtuc...@objektfabrik.de wrote: Hi guys, I am fascinated by Voyage and was about to take a look at how much effort it might be to port it to VA Smalltalk for a project that d

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Esteban Lorenzano
> On 09 May 2015, at 07:54, jtuc...@objektfabrik.de wrote: > > Hi guys, > > I am fascinated by Voyage and was about to take a look at how much effort it > might be to port it to VA Smalltalk for a project that doesn't have the > option of moving away from it. that’s cool, I never hear about p

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread jtuc...@objektfabrik.de
Hi guys, I am fascinated by Voyage and was about to take a look at how much effort it might be to port it to VA Smalltalk for a project that doesn't have the option of moving away from it. If I understand correctly, I can now give up on the idea, because Voyage will be using Slots from now o

Re: [Pharo-users] Problem using Zinc in Pharo 4 (Moose 5.1)

2015-05-08 Thread Ben Coman
On Sat, May 9, 2015 at 8:18 AM, PBKResearch wrote: > Sven > > Many thanks for the quick response. I always like to try to solve problems > myself before appealing for help, so I had worked out what was wrong, but > did not know how to tell Zinc to use a specific coding. I had tried by > reading t

Re: [Pharo-users] Problem using Zinc in Pharo 4 (Moose 5.1)

2015-05-08 Thread PBKResearch
Sven Many thanks for the quick response. I always like to try to solve problems myself before appealing for help, so I had worked out what was wrong, but did not know how to tell Zinc to use a specific coding. I had tried by reading through your very full note on Zinc, but did not find the tric

Re: [Pharo-users] Roassal multiline popupText ?

2015-05-08 Thread Alexandre Bergel
hi Phil! As Nicolai said, it is supported. Try: Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On May 7, 2015, at 3:52 PM, p...@highoctane.be wrote: > > I'd love to have multil

Re: [Pharo-users] Problem using Zinc in Pharo 4 (Moose 5.1)

2015-05-08 Thread Sven Van Caekenberghe
Peter, Thanks for the URL, it makes it much easier to help you. The answer is easy: the server is incorrect, it serves a specific encoding without saying so. Consider: (ZnClient new head: 'http://kompakt.handelsblatt-service.com/ff/display.php?msgID=725164109&adr=pe...@pbkresearch.co.uk';

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Alexandre Bergel
> I would add some interests like using Roassal to build data narratives (see > some examples at [1]) and the integration to end user "apps" (grafoscopio[2]) > where Roassal is a core part of the experience > > [1] > http://mutabit.com/offray/static/blog/output/posts/visualizing-politicianspoli

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Alexandre Bergel
>> If you wish to participate, get in touch with us. Since we will probably >> have a sponsoring of the event, it would be nice to know how many will >> attend to ease the logistic and the pizza ordering :-) > > What do you use as a global pizza delivery service? > Or where (timezone) did you plan

[Pharo-users] Problem using Zinc in Pharo 4 (Moose 5.1)

2015-05-08 Thread PBKResearch
Hello I have been trying to use Soup class>> fromUrl: to access the contents of a web page. It halts with a message from Zinc about malformed UTF-8. The page displays perfectly in Firefox, so I copied the page source from there to a local file and tried to read it from there. Again a message fr

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Offray Vladimir Luna Cárdenas
Hi, Really good news! More comments inline. El 07/05/15 a las 09:48, Alexandre Bergel escribió: Dear Colleagues and Friends, We are happy to announce we will organize a CampSmalltalk about the Roassal visualization engine, on _Sunday 12 July_. As far as we have seen, the interests are multipl

[Pharo-users] MorphicDraw, now with Spec, Glamour & PolyMorph

2015-05-08 Thread Stephan Eggermont
After starting with a PolyMorph window & toolbar, I've now added a Glamour and Spec one. Code: http://www.smalltalkhub.com/mc/StephanEggermont/MorphicDraw/main Documentation: https://github.com/StephanEggermont/MorphicDraw I find it difficult to explain the choices for event handling. I'm using

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Stephan Eggermont
On 08/05/15 16:55, Serge Stinckwich wrote: I guess this will be just before ESUG conference ;-) Uhmm, yep, that makes sense. Stephan

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Serge Stinckwich
I guess this will be just before ESUG conference ;-) On Fri, May 8, 2015 at 1:43 PM, Stephan Eggermont wrote: > On 07/05/15 16:48, Alexandre Bergel wrote: >> >> If you wish to participate, get in touch with us. Since we will probably >> have a sponsoring of the event, it would be nice to know ho

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Henrik Johansen
> On 08 May 2015, at 2:12 , Mariano Martinez Peck wrote: > > > > On Fri, May 8, 2015 at 9:00 AM, Henrik Johansen > wrote: > Hi Esteban! > As we talked about on IRC yesterday, I had hoped to employ the fast become > discussed in > http://forum.world.st/Ig

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Henrik Johansen
A few mistakes were revealed when testing using a real application; 1) I'd forgotten to hook up the classFor: method to the proxy creation methods, so it was never actually used...2) Since copyFrom: is just a pseudo-forwardBecome:, we need to explicitly replace existing references to the value retu

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Mariano Martinez Peck
On Fri, May 8, 2015 at 9:00 AM, Henrik Johansen < henrik.s.johan...@veloxit.no> wrote: > Hi Esteban! > As we talked about on IRC yesterday, I had hoped to employ the fast become > discussed in > > http://forum.world.st/Igor-s-fast-become-for-CompiledMethods-in-Cog-td4345568.html > to bring faster

Re: [Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Esteban Lorenzano
cool, thanks! copied and merged :P Esteban > On 08 May 2015, at 14:00, Henrik Johansen > wrote: > > Hi Esteban! > As we talked about on IRC yesterday, I had hoped to employ the fast become > discussed in > http://forum.world.st/Igor-s-fast-become-for-CompiledMethods-in-Cog-td4345568.html >

[Pharo-users] New fast path for proxy loading in Voyage

2015-05-08 Thread Henrik Johansen
Hi Esteban!As we talked about on IRC yesterday, I had hoped to employ the fast become discussed in http://forum.world.st/Igor-s-fast-become-for-CompiledMethods-in-Cog-td4345568.htmlto bring faster proxy loading untill Spur arrives.Sadly, it's not present in any current VM's, for reasons unknown*.Lu

Re: [Pharo-users] Roassal Camp Smalltalk, July 12

2015-05-08 Thread Stephan Eggermont
On 07/05/15 16:48, Alexandre Bergel wrote: If you wish to participate, get in touch with us. Since we will probably have a sponsoring of the event, it would be nice to know how many will attend to ease the logistic and the pizza ordering :-) What do you use as a global pizza delivery service? O

Re: [Pharo-users] Roassal multiline popupText ?

2015-05-08 Thread Nicolai Hess
popupText:[: ...| 'line1\line2' withCRs ] does this work? 2015-05-07 21:52 GMT+02:00 p...@highoctane.be : > I'd love to have multiline popupText. > > dsEvents := RTDataSet new. > dsEvents interaction > popupText: [ :point | > > 'coll: {1} - ts: {2} / {