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? >> >> Many thanks, >> -T On 2020-05-12 08:18, Timo

Re: fill in form

2020-05-12 Thread Timo Paulssen
Hi Todd, normally I'd expect you want to create a grid with labels on the left and text inputs on the right. the examples/ folder in the GTK::Simple distribution (or the source on github) has an example of the Grid class, which is very powerful. The grid is possibly more complicated than you

Re: fill in form

2020-05-12 Thread WFB
Years ago I played around with qt and GTK::Simple. It works fine, but the installation process on Windows is poor, to say at least. It might be not better, but you could use the PowerShell to show a GUI and store something in a txt file you then parse. On Tue, 12 May 2020 at 10:22, ToddAndMargo

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