[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating 'Forms' in Octave
From: |
Andreas Weber |
Subject: |
Re: Creating 'Forms' in Octave |
Date: |
Tue, 30 Aug 2016 17:18:00 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 |
Hi Chip, please use bottom posting on the mailinglist
Am 30.08.2016 um 16:24 schrieb Chip Wachob:
> So I've been able to create the dialog that I need, and I've gotten it
> to run through my calculations.Now, the big question is how to make
> the dialog 'sticky'. I want the data in the dialog to remain so I can
> go back and change one variable and have it recalculate.
> It would also be great if the form didn't disappear when I say 'OK' to
> run the calculations.
> Any suggestions on how to accomplish this?
>
If you want some user interactions I would suggest you use GUI elements
like shown in
http://www.zimagez.com/zimage/bildschirmfoto-10072016-222917.php
sourcecode:
https://bpaste.net/show/31c22d5344d8
-- Andy