Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

There are three kinds of people: men, women, and unix.


devel / comp.lang.smalltalk.dolphin / Re: Dialog creation problem

SubjectAuthor
* Dialog creation problemjohn c
`* Re: Dialog creation problempicoVerse
 `* Re: Dialog creation problempicoVerse
  `- Re: Dialog creation problemjohn c

1
Dialog creation problem

<3685bdbb-cee1-4db9-ac85-c3934df15761n@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=9994&group=comp.lang.smalltalk.dolphin#9994

 copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:6214:2684:: with SMTP id gm4mr1399269qvb.131.1641850301420;
Mon, 10 Jan 2022 13:31:41 -0800 (PST)
X-Received: by 2002:a05:6830:c7:: with SMTP id x7mr1369553oto.136.1641850301048;
Mon, 10 Jan 2022 13:31:41 -0800 (PST)
Path: i2pn2.org!rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Mon, 10 Jan 2022 13:31:40 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=50.245.77.125; posting-account=FxwEXgoAAADcSnrOjqy8Iwckyp5OTz8K
NNTP-Posting-Host: 50.245.77.125
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3685bdbb-cee1-4db9-ac85-c3934df15761n@googlegroups.com>
Subject: Dialog creation problem
From: jndbusin...@gmail.com (john c)
Injection-Date: Mon, 10 Jan 2022 21:31:41 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 17
 by: john c - Mon, 10 Jan 2022 21:31 UTC

hi all,

i'm having a problem with a very simple dialog. it has listpresenter and other than ok/cancel, nothing else. i am using the problem dialog as an attribute in another dialog. i instantiate the problem dialog in the initialize method of the containing dialog. when i run a simple test app i'm getting a "duplicate name error" on the list when i create it in createcomponents.

i have deleted the view and started over, same problem. i changed the name of the listpresenter but got the duplicate name on the new name. i created a second version of the dialog, same problem.

i have started with a fresh image and loading my pac. i have uninstalled and reinstalled dolphin. nothing fixes it.

any help or ideas would be appreciated.

john

Re: Dialog creation problem

<5689b1e2-dd5e-4a74-9e32-5eedcf93312dn@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=9995&group=comp.lang.smalltalk.dolphin#9995

 copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:ac8:7f13:: with SMTP id f19mr4015065qtk.670.1641913231851;
Tue, 11 Jan 2022 07:00:31 -0800 (PST)
X-Received: by 2002:aca:741:: with SMTP id 62mr763743oih.87.1641913231439;
Tue, 11 Jan 2022 07:00:31 -0800 (PST)
Path: i2pn2.org!rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 11 Jan 2022 07:00:31 -0800 (PST)
In-Reply-To: <3685bdbb-cee1-4db9-ac85-c3934df15761n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=67.170.96.7; posting-account=xPzC8QkAAACJR3tYIneNbKULYK9sb-Jf
NNTP-Posting-Host: 67.170.96.7
References: <3685bdbb-cee1-4db9-ac85-c3934df15761n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5689b1e2-dd5e-4a74-9e32-5eedcf93312dn@googlegroups.com>
Subject: Re: Dialog creation problem
From: picove...@gmail.com (picoVerse)
Injection-Date: Tue, 11 Jan 2022 15:00:31 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 30
 by: picoVerse - Tue, 11 Jan 2022 15:00 UTC

On Monday, January 10, 2022 at 1:31:41 PM UTC-8, john c wrote:
> hi all,
>
> i'm having a problem with a very simple dialog. it has listpresenter and other than ok/cancel, nothing else. i am using the problem dialog as an attribute in another dialog. i instantiate

i do not understand why you instantiate in the >>initialize Method
i would think that the Dolphin machinery would do that for you
and so if you do it in >>initialize too
then you would be doing it twice
or something
but what do i know
it just sounds funny
if the very simple Dialog VSD is a MVP or a VP = View Presenter
then i would think that you would not instantiate it in >>initialize
just because i have never really seen that before
but i have seen a lot of adding a VP into another VP using the ViewComposer
and Dolphin seems to take care of it
but what do i know
that's all i know
not much
i am tapped out

the problem dialog in the initialize method of the containing dialog. when i run a simple test app i'm getting a "duplicate name error" on the list when i create it in createcomponents.
>
> i have deleted the view and started over, same problem. i changed the name of the listpresenter but got the duplicate name on the new name. i created a second version of the dialog, same problem.
>
> i have started with a fresh image and loading my pac. i have uninstalled and reinstalled dolphin. nothing fixes it.
>
> any help or ideas would be appreciated.
>
> john

Re: Dialog creation problem

<f5d91ebf-2cbd-4d97-bc13-83179b3e020en@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=9996&group=comp.lang.smalltalk.dolphin#9996

 copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:6214:2269:: with SMTP id gs9mr4113988qvb.40.1641913597025;
Tue, 11 Jan 2022 07:06:37 -0800 (PST)
X-Received: by 2002:a05:6808:1647:: with SMTP id az7mr2111781oib.179.1641913596501;
Tue, 11 Jan 2022 07:06:36 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 11 Jan 2022 07:06:36 -0800 (PST)
In-Reply-To: <5689b1e2-dd5e-4a74-9e32-5eedcf93312dn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=67.170.96.7; posting-account=xPzC8QkAAACJR3tYIneNbKULYK9sb-Jf
NNTP-Posting-Host: 67.170.96.7
References: <3685bdbb-cee1-4db9-ac85-c3934df15761n@googlegroups.com> <5689b1e2-dd5e-4a74-9e32-5eedcf93312dn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f5d91ebf-2cbd-4d97-bc13-83179b3e020en@googlegroups.com>
Subject: Re: Dialog creation problem
From: picove...@gmail.com (picoVerse)
Injection-Date: Tue, 11 Jan 2022 15:06:37 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 38
 by: picoVerse - Tue, 11 Jan 2022 15:06 UTC

On Tuesday, January 11, 2022 at 7:00:32 AM UTC-8, picoVerse wrote:
> On Monday, January 10, 2022 at 1:31:41 PM UTC-8, john c wrote:
> > hi all,
> >
> > i'm having a problem with a very simple dialog. it has listpresenter and other than ok/cancel, nothing else. i am using the problem dialog as an attribute in another dialog. i instantiate
>.
so you won't allow indenting and you won't allow blank lines aye
......you google groups you
......now what will you do
......to screw me over
......too
......[ Post message ] round 2
..
i do not understand why you instantiate in the >>initialize Method
......i would think that the Dolphin machinery would do that for you
......and so if you do it in >>initialize too
......then you would be doing it twice
......or something
......but what do i know
it just sounds funny
......if the very simple Dialog VSD is a MVP or a VP = View Presenter
......then i would think that you would not instantiate it in >>initialize
......just because i have never really seen that before
......but i have seen a lot of adding a VP into another VP using the ViewComposer
......and Dolphin seems to take care of it
but what do i know
......that's all i know
not much
......i am tapped out
..
the problem dialog in the initialize method of the containing dialog. when i run a simple test app i'm getting a "duplicate name error" on the list when i create it in createcomponents.
> >
> > i have deleted the view and started over, same problem. i changed the name of the listpresenter but got the duplicate name on the new name. i created a second version of the dialog, same problem.
> >
> > i have started with a fresh image and loading my pac. i have uninstalled and reinstalled dolphin. nothing fixes it.
> >
> > any help or ideas would be appreciated.
> >
> > john

Re: Dialog creation problem

<2919377b-3217-43cf-8c3d-ede37af9bcbbn@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=9997&group=comp.lang.smalltalk.dolphin#9997

 copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:622a:1189:: with SMTP id m9mr4137666qtk.564.1641915027896;
Tue, 11 Jan 2022 07:30:27 -0800 (PST)
X-Received: by 2002:a4a:b546:: with SMTP id s6mr893178ooo.45.1641915027458;
Tue, 11 Jan 2022 07:30:27 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 11 Jan 2022 07:30:27 -0800 (PST)
In-Reply-To: <f5d91ebf-2cbd-4d97-bc13-83179b3e020en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=50.245.77.125; posting-account=FxwEXgoAAADcSnrOjqy8Iwckyp5OTz8K
NNTP-Posting-Host: 50.245.77.125
References: <3685bdbb-cee1-4db9-ac85-c3934df15761n@googlegroups.com>
<5689b1e2-dd5e-4a74-9e32-5eedcf93312dn@googlegroups.com> <f5d91ebf-2cbd-4d97-bc13-83179b3e020en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2919377b-3217-43cf-8c3d-ede37af9bcbbn@googlegroups.com>
Subject: Re: Dialog creation problem
From: jndbusin...@gmail.com (john c)
Injection-Date: Tue, 11 Jan 2022 15:30:27 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 44
 by: john c - Tue, 11 Jan 2022 15:30 UTC

On Tuesday, January 11, 2022 at 10:06:37 AM UTC-5, picoVerse wrote:
> On Tuesday, January 11, 2022 at 7:00:32 AM UTC-8, picoVerse wrote:
> > On Monday, January 10, 2022 at 1:31:41 PM UTC-8, john c wrote:
> > > hi all,
> > >
> > > i'm having a problem with a very simple dialog. it has listpresenter and other than ok/cancel, nothing else. i am using the problem dialog as an attribute in another dialog. i instantiate
> >.
> so you won't allow indenting and you won't allow blank lines aye
> .....you google groups you
> .....now what will you do
> .....to screw me over
> .....too
> .....[ Post message ] round 2
> .
> i do not understand why you instantiate in the >>initialize Method
> .....i would think that the Dolphin machinery would do that for you
> .....and so if you do it in >>initialize too
> .....then you would be doing it twice
> .....or something
> .....but what do i know
> it just sounds funny
> .....if the very simple Dialog VSD is a MVP or a VP = View Presenter
> .....then i would think that you would not instantiate it in >>initialize
> .....just because i have never really seen that before
> .....but i have seen a lot of adding a VP into another VP using the ViewComposer
> .....and Dolphin seems to take care of it
> but what do i know
> .....that's all i know
> not much
> .....i am tapped out
> .
> the problem dialog in the initialize method of the containing dialog. when i run a simple test app i'm getting a "duplicate name error" on the list when i create it in createcomponents.
> > >
> > > i have deleted the view and started over, same problem. i changed the name of the listpresenter but got the duplicate name on the new name. i created a second version of the dialog, same problem.
> > >
> > > i have started with a fresh image and loading my pac. i have uninstalled and reinstalled dolphin. nothing fixes it.
> > >
> > > any help or ideas would be appreciated.
> > >
> > > john
thanks for the tough love.

made me restructure where the "problem dialog" gets created. problem solved.

john

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor