Re: fill in form

2020-05-16 Thread Peter Pentchev
On Fri, May 15, 2020 at 04:42:44PM -0700, ToddAndMargo via perl6-users wrote: > On 2020-05-15 15:23, Peter Pentchev wrote: > > On Fri, May 15, 2020 at 02:51:10PM -0700, ToddAndMargo via perl6-users > > wrote: > > > On 2020-05-13 14:05, Peter Pentchev wrote: > > > > So... I believe Timo gave you

Re: fill in form

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-15 15:23, Peter Pentchev wrote: On Fri, May 15, 2020 at 02:51:10PM -0700, ToddAndMargo via perl6-users wrote: On 2020-05-13 14:05, Peter Pentchev wrote: So... I believe Timo gave you that as an example how to use a grid to position the various controls (buttons, text labels, input

Re: fill in form

2020-05-15 Thread Peter Pentchev
On Fri, May 15, 2020 at 02:51:10PM -0700, ToddAndMargo via perl6-users wrote: > On 2020-05-13 14:05, Peter Pentchev wrote: > > So... I believe Timo gave you that as an example how to use a grid to > > position the various controls (buttons, text labels, input fields). > > You start there, you

Re: fill in form

2020-05-15 Thread ToddAndMargo via perl6-users
On 2020-05-13 14:05, Peter Pentchev wrote: So... I believe Timo gave you that as an example how to use a grid to position the various controls (buttons, text labels, input fields). You start there, you figure out what text labels, what input fields, what buttons you need, and then you use the

Re: fill in form

2020-05-13 Thread ToddAndMargo via perl6-users
On 2020-05-13 15:29, ToddAndMargo via perl6-users wrote: 03-grid.p6 does not show how to extract the information. But he does make this comment: Once again we're free to directly define and assign a variable to hold the widget for later on. Which totally blows my mind.

Re: fill in form

2020-05-13 Thread ToddAndMargo via perl6-users
On 2020-05-13 14:05, Peter Pentchev wrote: On Wed, May 13, 2020 at 07:58:08AM -0700, Todd Chester via perl6-users wrote: On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote: On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote: Hi All, I want to create a fill in form in Windows: city

Re: fill in form

2020-05-13 Thread Peter Pentchev
On Wed, May 13, 2020 at 07:58:08AM -0700, Todd Chester via perl6-users wrote: > > On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote: > >>> On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote: > >>>> Hi All, > >>>> > >>>> I wa

Re: fill in form

2020-05-13 Thread Todd Chester via perl6-users
> On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote: >>> On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote: >>>> Hi All, >>>> >>>> I want to create a fill in form in Windows: city, >>>> state, etc

Re: fill in form

2020-05-13 Thread Timo Paulssen
00:47, ToddAndMargo via perl6-users wrote: > >> Hi All, > >> > >> I want to create a fill in form in Windows: city, > >> state, etc., you fill in the data. > >> > >> Is there some library out there for that? > >> > >> Any w

Re: fill in form

2020-05-12 Thread ToddAndMargo via perl6-users
> On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote: >> Hi All, >> >> I want to create a fill in form in Windows: city, >> state, etc., you fill in the data. >> >> Is there some library out there for that? >> >> Any words of wisdom? &

Re: fill in form

2020-05-12 Thread Timo Paulssen
so it (almost) touches the end of the label, so different words ("city" vs "first name") could result in different-sized text inputs. hope that helps   - Timo On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote: > Hi All, > > I want to create a fill in form i

Re: fill in form

2020-05-12 Thread WFB
via perl6-users < perl6-users@perl.org> wrote: > On 2020-05-11 17:14, ToddAndMargo via perl6-users wrote: > > On 2020-05-11 15:47, ToddAndMargo via perl6-users wrote: > >> Hi All, > >> > >> I want to create a fill in form in Windows: ci

Re: fill in form

2020-05-12 Thread ToddAndMargo via perl6-users
On 2020-05-11 17:14, ToddAndMargo via perl6-users wrote: On 2020-05-11 15:47, ToddAndMargo via perl6-users wrote: Hi All, I want to create a fill in form in Windows: city, state, etc., you fill in the data. Is there some library out there for that? Any words of wisdom? Many thanks, -T

Re: fill in form

2020-05-11 Thread ToddAndMargo via perl6-users
On 2020-05-11 15:47, ToddAndMargo via perl6-users wrote: Hi All, I want to create a fill in form in Windows: city, state, etc., you fill in the data. Is there some library out there for that? Any words of wisdom? Many thanks, -T GTK::Simple does work in Window, but I am at a loss

fill in form

2020-05-11 Thread ToddAndMargo via perl6-users
Hi All, I want to create a fill in form in Windows: city, state, etc., you fill in the data. Is there some library out there for that? Any words of wisdom? Many thanks, -T