On 13/04/17 10:00, Mark Morgan Lloyd wrote:
I've not used Freevision/Turbovision before, but am experimenting with
James Clarke's DialEdit as an experiment to see whether I can create a
fallback user interface for use if an interactive program is running in
a shell session. The Lazarus side of things isn't a problem, I know from
the past how to break out before the GUI is initialised and so on.

I was mistaken, this can't be done easily so there's no advantage in trying to build a single program for both GUI and text modes.

My first problem is that there's a name clash between the Freevision and
LCL variants of some units.

With two separate programs this ceases to be a problem, Lazarus or a straight FPC compilation works.

Is anybody currently using Freevision dialog(ue)s? I've got some very odd problems transferring initial values onto the screen and getting stuff back, at least some of which appears to be platform-specific (comparing x86_64, i386 and arm, all Linux).

For example, the checkboxes in a group appear to be numbered $10, $20 instead of $01 etc., and I've not yet found how to interface with radiobuttons: only 0 works.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to