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

2017-11-18 Thread J.F. Rick
. that run full screen), if it > doesn’t go back into it until a new full screen app starts up it would > account for the improvement. > > > > Andrew > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *Fro

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

2017-11-06 Thread J.F. Rick
Just a quick follow up: We've found that if we are in fullscreen Pharo mode on Linux and hit the ALT button twice, the Athens-based rendering speeds up significantly. The first ALT brings the Unity launcher to the foreground. The second ALT bring fullscreen Pharo back to the foreground. I'm not sur

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-04 Thread J.F. Rick
I've often used Pharo and Squeak for presentations, particularly when interactive widgets can get me beyond typical presentation stuff. The main hurdle I see in getting a really awesome Pharopoint is that I'd like to have a presenter interface that is different for me the presenter than what the au

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

2017-09-30 Thread J.F. Rick
Hi Igor et al., thanks for taking a look at this. I appreciate it a lot. I've been swamped with work et al. but I'm back. If I understand it correctly, Igor is still fighting with drivers to make it work on his system. Let me know when you want me to try something. Cheers, Jeff On Fri, Sep 29,

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

2017-09-24 Thread J.F. Rick
t;> publish a zip. >> >> Stef >> >> >> >> On Sun, Sep 24, 2017 at 9:39 AM, Stephane Ducasse >> wrote: >> > Yes I will share a dropbox with you for now. >> > >> > On Sat, Sep 23, 2017 at 9:44 PM, J.F. Rick wrote: >> >&

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

2017-09-23 Thread J.F. Rick
native window. > > stef > > On Fri, Sep 22, 2017 at 3:11 PM, J.F. Rick wrote: > > I'm running a fullscreen Pharo application on Ubuntu and I've noticed > that > > Athens rendering gets way worse (maybe 10 updates per second) when I > switch > > to fu

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

2017-09-22 Thread J.F. Rick
I'm running a fullscreen Pharo application on Ubuntu and I've noticed that Athens rendering gets way worse (maybe 10 updates per second) when I switch to fullscreen mode from inside Pharo. Ideally, I'd love for that to be fixed. In lieu of that, it would be cool if I could just maximize Pharo to t

Re: [Pharo-users] Pharo Audio?

2017-05-08 Thread J.F. Rick
>>>> ogg or wav? > >>>> > >>>> Volkert > >>>> > >>>> Am 07.05.2017 um 18:12 schrieb p...@highoctane.be: > >>>>> > >>>>> > >>>>> And sound is not working

Re: [Pharo-users] Pharo Audio?

2017-05-07 Thread J.F. Rick
Yes, you need to install PharoSound from the Catalog Browser (World Menu -> Tools -> Catalog Browser). Cheers, Jeff On Sun, May 7, 2017 at 8:42 AM volkert wrote: > Dear all, > > it is possible to play some audio (wav, ogg, mp3, ...) in Pharo? > > - I need to play an effect on a key/mouse event

Re: [Pharo-users] Older Pharo on MacOS Sierra

2017-01-14 Thread J.F. Rick
So, what's the proper procedure? I just moved my Pharo4 to the Application directory and it didn't work? Launched but the window is black. Is there a new Pharo4 VM for MacOS? If so, where is it? Thanks, Jeff On Fri, Jan 13, 2017 at 3:12 PM Hilaire wrote: > Ok, nice to hear that. I will have to

[Pharo-users] Older Pharo on MacOS Sierra

2017-01-13 Thread J.F. Rick
While Pharo5 works in Sierra if I place it in the Applications directory, older Pharo versions don't. While the image opens, I just get a giant black window. Any way around this? Happy New Year! Jeff

Re: [Pharo-users] Retina support in Pharo

2016-05-18 Thread J.F. Rick
My guess is that retina support through Athens rendering and 64-bit are critical to greater adoption of Pharo for several reasons: (1) First impressions matter greatly. If I try to get someone into Pharo and the first thing they see is a pixelated screen, they will have an immediate bad reaction. M

Re: [Pharo-users] Modern Events Touch and Gestures in Pharo.

2015-06-30 Thread J.F. Rick
Awesome! There's a reasonable chance that I can contribute to this (or at least utilize it), depending on what contracts I get. If I do get that in the near future, who do I contact about contributing? Cheers, Jeff On Tue, Jun 30, 2015 at 1:18 PM stepharo wrote: > Thanks Thales for the sponsor

Re: [Pharo-users] Athens question - #openInSceneView

2014-02-14 Thread J.F. Rick
Incomplete, though EllipseMorph would be quite easy to implement. You would have to implement drawOnAthensCanvas: on EllipseMorph. It is currently just inheriting that from Morph. Cheers, Jeff On Wed, Feb 12, 2014 at 10:09 PM, Torsten Bergmann wrote: > If I understand correctly #openInSceneVi