Re: What module do I use to create a "windows"?

2017-03-27 Thread ToddAndMargo

On 03/27/2017 12:40 PM, Timo Paulssen wrote:



On 03/27/2017 09:25 PM, ToddAndMargo wrote:

Hi Timo,

Thank you!

Just out of curiosity -- I don't need it now -- is
there a similar module for Windows?

-T


GTK::Simple is already portable across linux, mac os, and windows.

Here's someone who patched zenity so it compiles to windows:
https://github.com/kvaps/zenity-windows

That zenity-windows repo has a windows installer in its releases
(there's a link to it from inside the readme)

HTH
  - Timo



Hi Timo,

Thank you!

Cool on Zenity.  I use it a lot in Linux from bash scripts,
but it is annoyingly limiting at times.  It is about time
I learned to do it directly.

-T

--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: What module do I use to create a "windows"?

2017-03-27 Thread Timo Paulssen


On 03/27/2017 09:25 PM, ToddAndMargo wrote:
> Hi Timo,
>
> Thank you!
>
> Just out of curiosity -- I don't need it now -- is
> there a similar module for Windows?
>
> -T
>
GTK::Simple is already portable across linux, mac os, and windows.

Here's someone who patched zenity so it compiles to windows:
https://github.com/kvaps/zenity-windows

That zenity-windows repo has a windows installer in its releases
(there's a link to it from inside the readme)

HTH
  - Timo


Re: What module do I use to create a "windows"?

2017-03-27 Thread ToddAndMargo

On 03/27/2017 12:25 PM, ToddAndMargo wrote:

On 27/03/17 20:52, ToddAndMargo wrote:

Hi All,

RHEL 7.2 and Fedora 25.

I would like to create a window that presents the user
with a dynamically generated list for him to choose from,
along with a "next" and a "cancel" button.

What module do I use to create this?


Many thanks,
-T




On 03/27/2017 11:53 AM, Timo Paulssen wrote:

Do it with GTK::Simple, or shell out to zenity


And it comes with examples too!
https://github.com/perl6/gtk-simple/tree/master/examples


Re: What module do I use to create a "windows"?

2017-03-27 Thread ToddAndMargo

On 27/03/17 20:52, ToddAndMargo wrote:

Hi All,

RHEL 7.2 and Fedora 25.

I would like to create a window that presents the user
with a dynamically generated list for him to choose from,
along with a "next" and a "cancel" button.

What module do I use to create this?


Many thanks,
-T




On 03/27/2017 11:53 AM, Timo Paulssen wrote:
> Do it with GTK::Simple, or shell out to zenity
>
>

Hi Timo,

Thank you!

Just out of curiosity -- I don't need it now -- is
there a similar module for Windows?

-T

--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: What module do I use to create a "windows"?

2017-03-27 Thread Timo Paulssen
Do it with GTK::Simple, or shell out to zenity


On 27/03/17 20:52, ToddAndMargo wrote:
> Hi All,
>
> RHEL 7.2 and Fedora 25.
>
> I would like to create a window that presents the user
> with a dynamically generated list for him to choose from,
> along with a "next" and a "cancel" button.
>
> What module do I use to create this?
>
>
> Many thanks,
> -T
>


What module do I use to create a "windows"?

2017-03-27 Thread ToddAndMargo

Hi All,

RHEL 7.2 and Fedora 25.

I would like to create a window that presents the user
with a dynamically generated list for him to choose from,
along with a "next" and a "cancel" button.

What module do I use to create this?


Many thanks,
-T

--

Yesterday it worked.
Today it is not working.
Windows is like that.