[Pharo-users] Magritte seaside save

2018-12-29 Thread Vitor Medina Cruz
Hello, So: > > MyObject new asComponent addValidatedForm > How do I define save callBack? I tried: MyObject new asComponent addValidatedForm : {#save -> 'save'. #cancel -> > 'cancel'}. > and defined save in both instance or class side of MyObject, but that didn't work. Regards, Vitor.

Re: [Pharo-users] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-29 Thread Offray Vladimir Luna Cárdenas
Hi Doru, This one is still pending: https://www.list.inf.unibe.ch/pipermail/moose-dev/2018-December/027542.html Of course we have slow days at end of year and I don't expect immediate answer, but now that discussion was active is good to point some pending conversation, even to be taken after

Re: [Pharo-users] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-29 Thread Offray Vladimir Luna Cárdenas
On 23/12/18 3:21, Gour wrote: > On Sat, 22 Dec 2018 12:53:16 -0500 > Offray Vladimir Luna Cárdenas > wrote: > >> I don't know yet, but I would like to use Tonel and some import/export >> tools to use Fossil as my backend for file based storage instead of >> Git. > I can fully understand you -

Re: [Pharo-users] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-29 Thread Tudor Girba
Hi Offray, I believe I replied to all your emails. If I missed one, please point me to it. Cheers, Doru > On Dec 28, 2018, at 5:12 PM, Offray Vladimir Luna Cárdenas > wrote: > > > On 28/12/18 8:03, Tudor Girba wrote: >>> On Dec 28, 2018, at 1:08 PM, Kjell Godo wrote: >>> >>> WOW >> :) >>

[Pharo-users] how to use indexes to copy a substring out of a string

2018-12-29 Thread Roelof Wobben
Hello, Still working on AdventOfCode Im struggeling to see how this can be solved. Now, a nice string is one with all of the following properties: It contains a pair of any two letters that appears at least twice in the string without

[Pharo-users] désabonnement

2018-12-29 Thread bruno barske via Pharo-users
--- Begin Message --- --- End Message ---

Re: [Pharo-users] Subscribing to streaming input with ZnClient

2018-12-29 Thread Sven Van Caekenberghe
Very nice, and thank you for the feedback. > On 28 Dec 2018, at 23:16, Jimmie Houchin wrote: > > On 12/27/18 9:00 AM, Sven Van Caekenberghe wrote: >> Hi Jimmie, >> >>> On 27 Dec 2018, at 15:15, Jimmie Houchin wrote: >>> >>> Hello, >>> >>> I am wanting to subscribe to a perpetual stream of

Re: [Pharo-users] how to use indexes to copy a substring out of a string

2018-12-29 Thread Hernán Morales Durand via Pharo-users
--- Begin Message --- Hi Roelof You may have a look at my StringExtensions package at https://github.com/hernanmd/StringExtensions I wrote several algorithms for working with substrings like:

Re: [Pharo-users] how to use indexes to copy a substring out of a string

2018-12-29 Thread Ben Coman
On Sun, 30 Dec 2018 at 00:29, Roelof Wobben wrote: > Hello, > > Still working on AdventOfCode > > I'm struggling to see how this can be solved. > > Now, a nice string is one with all of the following properties: > >- It contains a pair of any two letters that appears at least twice in >

Re: [Pharo-users] how to use indexes to copy a substring out of a string

2018-12-29 Thread Roelof Wobben
Op 29-12-2018 om 21:05 schreef Hernán Morales Durand via Pharo-users: Thanks, I will look at these but I think there are too advanced for Aoc challenges but maybe I see a way to solve it more easily

Re: [Pharo-users] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-29 Thread Tudor Girba
Hi, Thanks for the link. For some strange reason, I do not see the linked email in my inbox. I am happy to hear that you could install GT. > * The new interfaces and some demo of the graphical elements look > pretty good > * After just some operations including window resizing I just