Re: [Pharo-users] Bloc Space within a Space

2017-09-23 Thread Sean P. DeNigris
Pharo Smalltalk Users mailing list wrote >> But how to drive it? e.g. simulate events > > ok, so we agree here. Bloc is done in that perspective. > For now, you have to implement your own BlocSpace with an adequate > #processEvents method, > your can also implement your own main loop manager (pol

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread Jan Blizničenko
Hello Just to be sure, if you follow these steps, please, does it still not work? 1) Download whole Pharo 6.1 Windows package from http://files.pharo.org/platform/Pharo6.1-win.zip 2) Unzip it and open it by running Pharo.exe (not the .image file) 3) Load Roassal using following code: Gofer

Re: [Pharo-users] X11 options on Ubuntu VM / Athens rendering problems

2017-09-23 Thread J.F. Rick
Hi Stef, since I'm only doing Athens rendering, it might be possible to do a native window implementation. That said, I don't know how to get started with that. Documentation seems to be hard to find. The last time I saw any work on that it was too early to be usable. I'm also not sure if it solve

Re: [Pharo-users] Usability issues with Calypso

2017-09-23 Thread Sean P. DeNigris
Stephane Ducasse-3 wrote > Calypso is still an enfant and this is > IMPORTANT that people tell what > they do not like so that we can improve. A few more impressions now that I've been using Calypso as my default browser: - Overall really enjoying it! - When browsing a class from its own package,

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread Alexandre Bergel
Hi! Looks like a dll is missing. @Milton: have you experience this problem under windows? Alexandre > On Sep 23, 2017, at 5:57 AM, kmo wrote: > > Is it just me or my systems but is there a major problem with Roassal on > Pharo 6.1 on Windows? > > At work on my Windows 7 machine, Roassal insta

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-23 Thread Dan Wilczak
It does search on LD_LIBRARY_PATH now, it just fails because it finds the 32-bit libcairo before the 64-bit one. The traceback displayed inside Pharo says "Error: External module not found" which is quite misleading. A minimal fix would be to just provide a better error message. There is a trace

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread kmo
All looks OK to me. No font issues. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread Peter Uhnák
Do fonts on the system look weird? If you execute 'hello' asText allBold, ' world' asText is the first half bold? Because sometimes Windows just ups and prevents Pharo from loading some libraries, including Font, and in such cases Roassal also doesn't work. But restart (or two) so far as al

Re: [Pharo-users] Web stack practices (Glorp / QCMagritte)

2017-09-23 Thread Laurent Laffont
Thanks Stef, it would be nice, nevertheless I don't think the boss will pay a consultant :( Laurent Le 22 septembre 2017 18:18:32 GMT+02:00, Stephane Ducasse a écrit : >Laurent > >do you need that we send someone to your place to help? > >Stef > >On Fri, Sep 22, 2017 at 10:28 AM, laurent >w

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-23 Thread Hilaire
What about shipping the dedicated libcairo with the Linux Virtual Image? Hilaire Le 23/09/2017 à 10:03, Esteban Lorenzano a écrit : hi, this is not a bug, UFFI cannot know where a library is (because it can be anywhere). but, not being a bug, this remains a problem:) One solution is to searc

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread kmo
No luck. I cannot say whether this fixes the problem on Windows 7 because I'm not at work. But roassal will not install on my Windows 10 laptop. Other items from the Catalog Browser install OK. So it's a problem with Roassal in particular. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Use

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread Esteban Lorenzano
> On 23 Sep 2017, at 11:07, Esteban Lorenzano wrote: > > Hi, > > it should work, there is nothing that prevents it… can you download latest VM? it should be this one: http://files.pharo.org/get-files/70/pharo-win-latest.zip Esteban > > Esteban > >> On 23 Sep 2017, at 10:57, kmo wrote: >

Re: [Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread Esteban Lorenzano
Hi, it should work, there is nothing that prevents it… can you download latest VM? Esteban > On 23 Sep 2017, at 10:57, kmo wrote: > > Is it just me or my systems but is there a major problem with Roassal on > Pharo 6.1 on Windows? > > At work on my Windows 7 machine, Roassal installs from th

[Pharo-users] Roasssal not working on Windows with Pharo 6.1

2017-09-23 Thread kmo
Is it just me or my systems but is there a major problem with Roassal on Pharo 6.1 on Windows? At work on my Windows 7 machine, Roassal installs from the catalog browser but the examples will not run. I get an error - External module not found. it seems to be looking for the Surface dll which is d

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-23 Thread Esteban Lorenzano
hi, this is not a bug, UFFI cannot know where a library is (because it can be anywhere). but, not being a bug, this remains a problem :) One solution is to search on LD_LIBRARY_PATH but this is not generalised (it should) for the moment. And of course, this is a solution that works for linux a

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-23 Thread Stephane Ducasse
Can you open a bug entry and propose your solution? Stef On Fri, Sep 22, 2017 at 9:56 PM, Dan Wilczak wrote: > That pointed me in the right direction, thanks. I've got it working now. > > I think there's a bug there which may bite other people --- > > If you have both 32-bit and 64-bit versions