[Pharo-users] Re: Video in Pharo

2023-07-13 Thread Jupiter Jones
> GRunLoop defer: [ xid := myGtkWindow gdkWindow xid ]. > > but this is tied to the x11 system and linux is going out really fast of it > (is being replaced by Wayland). > I can bet there has to be a better way to connect it to a window. > > Esteban > > On Jul 12 20

[Pharo-users] Re: Video in Pharo

2023-07-11 Thread Jupiter Jones
hly > recommend that you execute Pharo using a worker thread (future versions of > Spec-Gtk will require this usage, and is definitively better. > How to execute in worker thread: > pharo --worker MyImage.image --interactive > > I updated the README on pharo-spec/Spec-Gtk to precise t

[Pharo-users] Re: Video in Pharo

2023-07-09 Thread Jupiter Jones
to install it? where are you trying it? > > I don't know the status of the VLC bindings. > > Esteban > > On Jul 9 2023, at 2:53 am, Jupiter Jones wrote: > The stark silence answers my question :) > > So… > > I found a nice binding to VLC [1] and was thinking of

[Pharo-users] Re: Video in Pharo

2023-07-08 Thread Jupiter Jones
looking at this too early :) [1] https://github.com/badetitou/Pharo-LibVLC [2] https://github.com/pharo-spec/Spec-Gtk > On 3 Jul 2023, at 5:07 pm, Jupiter Jones wrote: > > Can anyone point to to some library, documentation or examples of how to play > video in Pharo? > >

[Pharo-users] Video in Pharo

2023-07-03 Thread Jupiter Jones
Can anyone point to to some library, documentation or examples of how to play video in Pharo? Thanks in advance. Cheers, J

[Pharo-users] Re: New to Pharo: Some questions

2023-01-14 Thread Jupiter Jones
This may seem a little over simplistic, but the basics of what NumPy and Pandas offer can be achieved with the standard Smalltalk collection hierarchy. If your data fits in memory, then Pharo will handle the job. If not, then GemStone may do the trick. That said, there’s a bunch of quite

[Pharo-users] Re: Sacrilegeous question : what are compelling use cases for Pharo

2023-01-14 Thread Jupiter Jones
Hey Tim, > On 15 Jan 2023, at 4:59 am, Tim Mackinnon wrote: > > In fact Boolean logic follows suit. This has far reaching implications which > just lead to beautiful, compact, readable code. This is one of the first things I introduce new Smalltalkers to, typically after the question “How do

[Pharo-users] Re: Run old 32-Bit image on 64-Bit macOS

2022-02-03 Thread Jupiter Jones
Wed, 2 Feb 2022, at 9:21 PM, Jupiter Jones wrote: >> I had a similar issue and ended up installing an ubuntu VM under VMWare >> Fusion and running older versions of Pharo there. >> >>> On 3 Feb 2022, at 12:34 am, Steffen Märcker wrote: >>> >>> Hi,

[Pharo-users] Re: Run old 32-Bit image on 64-Bit macOS

2022-02-02 Thread Jupiter Jones
I had a similar issue and ended up installing an ubuntu VM under VMWare Fusion and running older versions of Pharo there. > On 3 Feb 2022, at 12:34 am, Steffen Märcker wrote: > > Hi, > I am looking for a way to run an old 32-Bit image on a modern Mac > (Montery). Pharo launcher gives me the

[Pharo-users] Re: Access to old image / source

2021-11-12 Thread Jupiter Jones
Wow! That’s crazy - it just opened. Thanks Dave for the link. It was getting painful digging through changes. > On 9 Nov 2021, at 8:31 am, David T. Lewis wrote: > > On Mon, Nov 08, 2021 at 07:31:12PM +1100, Jupiter Jones wrote: >> I have an old image I???d like to recover

[Pharo-users] Access to old image / source

2021-11-08 Thread Jupiter Jones
I have an old image I’d like to recover some code from. When I try to launch in Pharo 2 (from memory it was written in Pharo 2) I get this error: This interpreter (vers. 6505) cannot read image file (vers. 6502). It looks close :) How do I go about finding a VM that will open that image?

[Pharo-users] Re: Can traits be removed programatically?

2021-11-04 Thread Jupiter Jones
Hi Marcus, Thanks for your reply - very much appreciated. This is the approach I’ve taken and so far so good :) Cheers, J > On 3 Nov 2021, at 12:41 am, Marcus Denker wrote: > > You can just create > >> On 27 Oct 2021, at 11:07, Jupiter Jones wrote: >> >>

[Pharo-users] Can traits be removed programatically?

2021-10-27 Thread Jupiter Jones
Does anyone know how to remove a trait programatically? Thanks in advance for any information. Cheers, J

[Pharo-users] Re: why do I not see the menu here in my seaside project

2021-09-30 Thread Jupiter Jones
Have you tried: html div class: 'menu'; with: [ html render: self menuComponent ] > On 27 Sep 2021, at 2:46 am, Roelof Wobben via Pharo-users > wrote: > > Hello, > > > > I have done this in a seaside tutorial but whatever I try I do not see the > menu appearing. > > Can

[Pharo-users] How to flatten traits

2020-06-03 Thread Jupiter Jones
Hi All, There used to be a method to #flattenDownTraits that I can’t find the equivalent in Pharo 8. How do you go about flattening traits now? Thanks for any advice. Cheers, J

Re: [Pharo-users] Why do I not see the transactions when opening a customer

2019-08-19 Thread Jupiter Jones
Hi Deigo, Apologies Roelof for jumping in to your thread. :) This solves the issue of storing passwords, however, Richard made the case for malevolent or broken code… - you not only provide a getter for the password, but a setter! This means that malevolent/broken code

Re: [Pharo-users] As a SmallTalk youngster: A few questions...

2019-08-17 Thread Jupiter Jones
Also if you add #FOO to UserGlobals you should be able to reference it like: FOO add: user ie. without the symbol hash (#) > On 17 Aug 2019, at 11:28 pm, ian wrote: > > --- > #FOO add: user > ---

Re: [Pharo-users] As a SmallTalk youngster: A few questions...

2019-08-17 Thread Jupiter Jones
> The difficulty I am having is that when I want to query the UserManager db > with something like: > > --- > RcIdentityBag(users) select: [ :each | each name := 'somename' ] > — Not sure if it’s just a typo, but it appears you’re trying to use assignment ( := ) rather than comparison ( = ) so

Re: [Pharo-users] GemStone/S on Docker?

2018-04-10 Thread Jupiter Jones
I’ve copied this to the GemStone list to continue the discussion. > I wouldn't. The excellent work of Norbert was later > inspired/continuated/extended officially by GemStone under a much bigger > project called GsDevKit [1] > > [1] https://github.com/GsDevKit/GsDevKit_home >

Re: [Pharo-users] depending on a group of a BaselineOf

2018-02-27 Thread Jupiter Jones
(I hope this isn’t posted twice - I accidentally sent it from an address that wasn’t subscribed so this is a repost - apologies) Hi Peter, I’ve never had to use the provides: method even with fairly complex Baselines. This is an example of the kind of thing I’ve been using: baseline: spec

Re: [Pharo-users] Easy question about syntax.

2017-03-10 Thread Jupiter Jones
Also, you’re not setting the instance variable - just returning an OrderedCollection - is that what you want to do? e.g. setting the trees instance variable: trees ^ trees ifNil: [ trees := OrderedCollection new ] like Bernardo said, when you call #trees from within the #trees method (with

Re: [Pharo-users] Pier3 with latest Pillar?

2016-12-04 Thread Jupiter Jones
Hi Peter, >> Gofer new >>smalltalkhubUser: 'Pier' project: 'Pillar'; >>configuration; >>loadDevelopment. Loads perfectly, and (as expected) loads fine with the new Metacello api: Metacello new configuration: 'Pillar'; repository: 'http://smalltalkhub.com/mc/Pier/Pillar/main’

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-16 Thread Jupiter Jones
Hey Stephane, >> It would be nice to see Pillar return to being a cross platform project as >> well. One of the beautiful things about Seaside/Magritte/Pier was it’s >> compatibility across many dialects of Smalltalk. The “develop in Pharo and >> deploy in GemStone” was a big draw for me :)

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-11 Thread Jupiter Jones
+1 from me, and would love to help where I can. It would be nice to see Pillar return to being a cross platform project as well. One of the beautiful things about Seaside/Magritte/Pier was it’s compatibility across many dialects of Smalltalk. The “develop in Pharo and deploy in GemStone” was a

[Pharo-users] Pharo & macOS Sierra

2016-10-06 Thread Jupiter Jones
Hi All, I see that the latest PharoVM for 5 and 6 are again working on macOS Sierra, but not 4 or 3. The versions I’m using are from the ZeroConf site… curl get.pharo.org/vm30 | bash Is it likely there will be a fix for this? Thanks for your help, J