Re: I reproduced one of the errors!

2020-06-03 Thread ToddAndMargo via perl6-users
On 2020-06-02 22:15, Peter Pentchev wrote: On Tue, Jun 02, 2020 at 07:39:16PM -0700, ToddAndMargo via perl6-users wrote: On 2020-06-01 23:02, Peter Pentchev wrote: https://docs.raku.org/language/classtut Error 522 Ray ID: 59d609616954eb79 • 2020-06-03 02:38:12 UTC Connection timed out Poop!

Re: I reproduced one of the errors!

2020-06-03 Thread Fernando Santagata
On Wed, Jun 3, 2020 at 10:07 AM ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > Is there a way to write a methods as I would write > a sub and avoiding the class thing? > I re-read the whole thread, but I still fail to understand what a "method as a sub, avoiding the class thing" is

Re: I reproduced one of the errors!

2020-06-03 Thread Richard Hainsworth
This is so good as a reply!!! Makes the tedium of questioning worth paying attention to. On 02/06/2020 16:41, Parrot Raiser wrote: I suspect that "methods" were originally distinguished from "subroutines" because it made the rain-dance about the new cure for all civilisation's ills and the hear

Re: I reproduced one of the errors!

2020-06-03 Thread Richard Hainsworth
Is there a way to write a methods as I would write a sub and avoiding the class thing? -T I suppose if a sensei were to ask what blue and yellow make - after explaining colour mixing in great detail - then get the answer red, would the sensei hit her head upon a wall? ... if the aspirant is

Re: I reproduced one of the errors!

2020-06-03 Thread Peter Pentchev
On Wed, Jun 03, 2020 at 01:06:33AM -0700, ToddAndMargo via perl6-users wrote: > On 2020-06-02 22:15, Peter Pentchev wrote: > > On Tue, Jun 02, 2020 at 07:39:16PM -0700, ToddAndMargo via perl6-users > > wrote: > > > On 2020-06-01 23:02, Peter Pentchev wrote: > > > > https://docs.raku.org/language/c

Re: I reproduced one of the errors!

2020-06-03 Thread Veesh Goldman
I assume he means a multi method. On Wed, Jun 3, 2020, 12:22 Peter Pentchev wrote: > On Wed, Jun 03, 2020 at 01:06:33AM -0700, ToddAndMargo via perl6-users > wrote: > > On 2020-06-02 22:15, Peter Pentchev wrote: > > > On Tue, Jun 02, 2020 at 07:39:16PM -0700, ToddAndMargo via perl6-users > wrote

Re: I reproduced one of the errors!

2020-06-03 Thread Peter Pentchev
On Wed, Jun 03, 2020 at 01:12:41PM +0300, Veesh Goldman wrote: > On Wed, Jun 3, 2020, 12:22 Peter Pentchev wrote: > > > On Wed, Jun 03, 2020 at 01:06:33AM -0700, ToddAndMargo via perl6-users > > wrote: > > > On 2020-06-02 22:15, Peter Pentchev wrote: > > > > On Tue, Jun 02, 2020 at 07:39:16PM -07

I need a GTK pop up with time out

2020-06-03 Thread ToddAndMargo via perl6-users
Hi All, Okay, now I know I am pushing it. Can anyone point me to an example of a GTK information pop up with a time out feature? Or similar? Many thanks, -T

Re: I reproduced one of the errors!

2020-06-03 Thread ToddAndMargo via perl6-users
On 2020-06-03 01:25, Fernando Santagata wrote: On Wed, Jun 3, 2020 at 10:07 AM ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: Is there a way to write a methods as I would write a sub and avoiding the class thing? I re-read the whole thread, but I still fail to under

Re: I reproduced one of the errors!

2020-06-03 Thread ToddAndMargo via perl6-users
On 2020-06-03 02:21, Peter Pentchev wrote: On Wed, Jun 03, 2020 at 01:06:33AM -0700, ToddAndMargo via perl6-users wrote: On 2020-06-02 22:15, Peter Pentchev wrote: On Tue, Jun 02, 2020 at 07:39:16PM -0700, ToddAndMargo via perl6-users wrote: On 2020-06-01 23:02, Peter Pentchev wrote: https://

Re: I need a GTK pop up with time out

2020-06-03 Thread Tom Browder
On Wed, Jun 3, 2020 at 20:56 ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: ... > Can anyone point me to > an example of a GTK information pop up with a time out > feature? Or similar? Have you looked at the examples in the GTK::Simple repo? Go to modules.raku.org, search on GTK,

Re: I need a GTK pop up with time out

2020-06-03 Thread ToddAndMargo via perl6-users
On 2020-06-03 19:12, Tom Browder wrote: On Wed, Jun 3, 2020 at 20:56 ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: ...  Can anyone point me to an example of a GTK information pop up with a time out feature?  Or similar? Have you looked at the examples in the G