Groups | Search | Server Info | Login | Register


Groups > comp.os.linux.misc > #76210

Re: Fancy-smanchy installers that don't work?

From John Ames <commodorejohn@gmail.com>
Newsgroups comp.os.linux.misc
Subject Re: Fancy-smanchy installers that don't work?
Date 2025-10-15 15:11 -0700
Organization A noiseless patient Spider
Message-ID <20251015151104.0000397c@gmail.com> (permalink)
References (15 earlier) <BNGcnVyffphfQHD1nZ2dnZfqn_WdnZ2d@giganews.com> <ml6ahnFhs47U2@mid.individual.net> <34ecncooOcDVeXP1nZ2dnZfqn_WdnZ2d@giganews.com> <20251015090025.0000151f@gmail.com> <mlaho4Fb1aaU5@mid.individual.net>

Show all headers | View raw


On 15 Oct 2025 21:24:20 GMT
rbowman <bowman@montana.com> wrote:

> QtDesigner isn't too bad for a drag and drop visual editor. 

Oh, there are reasonable *layout* tools for the major frameworks - but
what set VB apart back in the day was that it abandoned the whole idea
of a form's layout and code being separate entities, at least in the
way it normally presents that to the programmer.

Open up a *.frm file in a text editor and you'll see a bunch of object
declarations for the form and its elements, followed by their methods -
but open it in the IDE and it's just a collection of objects, with all
the glue handled by VB itself; the programmer doesn't have to slog
through all the definition boilerplate to get to an object's on-click
method when they can just double-click on the object itself in the form
designer, nor do they have to trawl through the editor looking for the
line with one particular property of an object when they can select the
object itself and edit it in the properties list.

Of course, that has its downsides (it never did properly support non-
GUI applications,) but compared to the "edit layout in the form
designer -> specify behavior in separate source file(s) -> compile,
link, test -> repeat" process of most GUI development environments,
it's incredibly straightforward. Just, y'know, a shame about its very
real *other* issues... :/

(I'd forgotten about GAMBAS when I was writing the preceding message -
on cursory inspection, that appears to be the *only* modern development
environment I've found that actually took that lesson from VB's success
and is attempting to imitate it, aside from a couple projects that aim
to be direct clones. The form designer could use some polish and I have
no idea how easy it is or isn't to redistribute software built with it,
but it's nice to see someone recognizing a good idea when they see it,
at least.)

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Fancy-smanchy installers that don't work? Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> - 2025-10-07 16:07 +0300
  Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-07 14:39 +0100
  Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-07 22:52 +0000
  Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-08 01:35 -0400
    Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-08 10:53 +0200
      Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-08 21:06 +0000
        Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-09 21:25 +0200
          Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-09 21:45 +0000
            Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-09 21:41 -0400
              Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-10 09:21 +0200
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-10 13:21 +0000
                Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-10 21:15 +0200
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-10 21:53 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-11 02:46 -0400
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-11 02:38 -0400
      Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-09 02:09 -0400
        Re: Fancy-smanchy installers that don't work? Rich <rich@example.invalid> - 2025-10-09 18:52 +0000
          Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-09 21:33 -0400
            Re: Fancy-smanchy installers that don't work? Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-10-11 15:10 +0000
              Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-11 17:48 +0000
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-11 19:01 +0000
                Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-11 19:08 +0000
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-11 19:32 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-11 22:29 -0400
                Re: Fancy-smanchy installers that don't work? Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-10-12 11:07 +0000
                Re: Fancy-smanchy installers that don't work? John Ames <commodorejohn@gmail.com> - 2025-10-13 09:06 -0700
                Re: Fancy-smanchy installers that don't work? Rich <rich@example.invalid> - 2025-10-18 16:24 +0000
                Re: Fancy-smanchy installers that don't work? Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-10-18 21:02 +0000
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-19 01:36 +0000
                Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-19 13:39 +0200
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-20 02:10 +0000
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-20 05:36 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-20 02:33 -0400
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-20 02:31 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-20 19:21 +0000
                Re: Fancy-smanchy installers that don't work? Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-10-19 12:17 +0000
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-19 02:22 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-19 04:28 -0400
                Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-19 11:19 +0100
                Re: Fancy-smanchy installers that don't work? John Ames <commodorejohn@gmail.com> - 2025-10-20 09:20 -0700
                Re: Fancy-smanchy installers that don't work? Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-10-25 12:49 +0000
                Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-25 16:45 +0100
                Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-25 22:16 +0000
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-26 01:51 +0000
                Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-26 04:40 +0000
                Re: Fancy-smanchy installers that don't work? Richard Kettlewell <invalid@invalid.invalid> - 2025-10-26 08:42 +0000
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-26 09:11 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-26 00:57 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-26 07:14 +0000
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-26 02:00 +0000
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-25 22:03 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-25 21:19 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-26 01:50 +0000
                Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-26 04:40 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-19 03:36 -0400
              Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-11 19:31 +0000
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-12 01:33 +0000
              Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-11 22:52 +0200
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-11 22:48 +0000
                Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-12 02:43 +0200
                Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-12 12:12 +0100
              Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-11 22:02 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-12 06:39 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-12 02:59 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-12 19:20 +0000
                Re: Fancy-smanchy installers that don't work? candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-10-13 16:50 +0000
                Re: Fancy-smanchy installers that don't work? Nuno Silva <nunojsilva@invalid.invalid> - 2025-10-13 18:38 +0100
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-14 01:38 -0400
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-14 01:45 -0400
                Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-12 12:17 +0100
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-13 03:28 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-13 03:41 -0400
                Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-13 10:20 +0100
                Re: Fancy-smanchy installers that don't work? "Carlos E.R." <robin_listas@es.invalid> - 2025-10-13 11:55 +0200
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-13 21:56 +0000
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-14 00:35 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-14 01:21 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-14 06:56 +0000
                Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-14 17:20 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-14 20:01 -0400
                Re: Fancy-smanchy installers that don't work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-10-15 05:36 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-15 03:33 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-15 21:18 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-16 02:24 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-15 06:31 +0000
                Re: Fancy-smanchy installers that don't work? John Ames <commodorejohn@gmail.com> - 2025-10-15 09:00 -0700
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-15 21:24 +0000
                Re: Fancy-smanchy installers that don't work? John Ames <commodorejohn@gmail.com> - 2025-10-15 15:11 -0700
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-16 02:27 -0400
                Re: Fancy-smanchy installers that don't work? rbowman <bowman@montana.com> - 2025-10-16 07:22 +0000
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-17 22:24 -0400
                Lazarus [Was: Fancy-smanchy installers that don't work?] "Carlos E.R." <robin_listas@es.invalid> - 2025-10-18 20:08 +0200
                Re: Lazarus [Was: Fancy-smanchy installers that don't work?] c186282 <c186282@nnada.net> - 2025-10-19 04:15 -0400
                Re: Lazarus [Was: Fancy-smanchy installers that don't work?] "Carlos E.R." <robin_listas@es.invalid> - 2025-10-19 13:46 +0200
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-16 04:36 +0000
                Re: Fancy-smanchy installers that don't work? John Ames <commodorejohn@gmail.com> - 2025-10-16 10:29 -0700
                Re: Fancy-smanchy installers that don't work? c186282 <c186282@nnada.net> - 2025-10-16 01:49 -0400
                Re: Fancy-smanchy installers that don't work? John Ames <commodorejohn@gmail.com> - 2025-10-16 15:43 -0700
                Re: Fancy-smanchy installers that don't work? candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-10-14 21:30 +0000
                Re: Fancy-smanchy installers that don't work? Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-10-14 22:11 +0000
              Re: Fancy-smanchy installers that don't work? The Natural Philosopher <tnp@invalid.invalid> - 2025-10-12 12:10 +0100

csiph-web