[Pharo-users] Pharo 11 Spec2 Problem with Transmissions

2023-09-09 Thread voxkmp
Hi - I thought I'd use Spec2 transmissions to implement an album exporer. that is, a list of albums next to a list of the tracks on that album next to some information about the track: A structure like this: albumlist ==> trackList ==> track details I've had no trouble connecting the album li

[Pharo-users] Re: PharoJs with JQuery/JQuery-ui

2022-05-09 Thread voxkmp
Thanks

[Pharo-users] PharoJs with JQuery/JQuery-ui

2022-05-06 Thread voxkmp
Hi - Can anyone give an example of how to use Jquery-ui in PharoJs? I would like to use PharoJs to generate a page with a jquery-ui Slider widget and process its events through its slide function. To give an illustration - what is the PharoJs equivalent to this javascript (in the $(document).r

[Pharo-users] Why is there both a standard VM and a headless VM?

2021-08-01 Thread voxkmp
This may be a silly question but why are there two VMs? Since the headless VM seems to do everything the standard VM does plus you can write proper Gtk apps with it, why would you ever use anything else? I seem to recall someone saying a while ago that the headless VM had not been optimised yet