Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  nodelist  faq  login

"It's not just a computer -- it's your ass." -- Cal Keegan


programming / comp.lang.smalltalk.dolphin / Organizing user-created parts

SubjectAuthor
* Organizing user-created partsVince Refiti
`* Re: Organizing user-created partsJohn Aspinall
 `- Re: Organizing user-created partsVince Refiti

1
Subject: Organizing user-created parts
From: Vince Refiti
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 25 Feb 2020 05:14 UTC
X-Received: by 2002:a37:9f92:: with SMTP id i140mr7393878qke.353.1582607677300;
Mon, 24 Feb 2020 21:14:37 -0800 (PST)
X-Received: by 2002:a81:610b:: with SMTP id v11mr878366ywb.488.1582607676874;
Mon, 24 Feb 2020 21:14:36 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.snarked.org!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, 24 Feb 2020 21:14:36 -0800 (PST)
Complaints-To: groups-abuse@google.com
Injection-Info: google-groups.googlegroups.com; posting-host=59.167.168.68; posting-account=5_w1_goAAAB1Y5P4_YBwBlB76XHrI38U
NNTP-Posting-Host: 59.167.168.68
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <24ff1a49-9778-494a-b342-2feadf6f4f43@googlegroups.com>
Subject: Organizing user-created parts
From: vin...@gmail.com (Vince Refiti)
Injection-Date: Tue, 25 Feb 2020 05:14:37 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 4
View all headers
When I create my own gui parts, they all get put into 'Misc' in the View Composer 'View Toolbox'.

How do I create my own container to put my own gui parts into?

Thanks


Subject: Re: Organizing user-created parts
From: John Aspinall
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 25 Feb 2020 09:29 UTC
References: 1
X-Received: by 2002:ac8:2263:: with SMTP id p32mr4555418qtp.326.1582622954790; Tue, 25 Feb 2020 01:29:14 -0800 (PST)
X-Received: by 2002:a25:7142:: with SMTP id m63mr25389440ybc.362.1582622954493; Tue, 25 Feb 2020 01:29:14 -0800 (PST)
Path: i2pn2.org!i2pn.org!news.uzoreto.com!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.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, 25 Feb 2020 01:29:14 -0800 (PST)
In-Reply-To: <24ff1a49-9778-494a-b342-2feadf6f4f43@googlegroups.com>
Complaints-To: groups-abuse@google.com
Injection-Info: google-groups.googlegroups.com; posting-host=85.203.78.110; posting-account=OQ6sIwoAAAC1iWrFEUhdmRsgEkeDOgOm
NNTP-Posting-Host: 85.203.78.110
References: <24ff1a49-9778-494a-b342-2feadf6f4f43@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <927427b9-9552-40df-8658-a901dc4899f2@googlegroups.com>
Subject: Re: Organizing user-created parts
From: john.asp...@gmail.com (John Aspinall)
Injection-Date: Tue, 25 Feb 2020 09:29:14 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 29
View all headers
Hi Vince,

To move resources to an existing group you can use drag-and-drop.

You can move resources to a new group using the View Browser and the Category... menu item from the View menu on the menu bar. There's an equivalent context menu item in both the View Browser and the toolbox ares in the View Composer but it doesn't appear to work (a command routing issue I suspect).

You can also set categories programmatically by adding a category to the owning class, using the special prefix 'MVP-Resources-'. For example:

   Chat includeInCategory: 'MVP-Resources-Examples'.

....will add the Chat default view to a new category 'Examples'.

Cheers,

John


On Tuesday, February 25, 2020 at 5:14:37 AM UTC, Vince Refiti wrote:
When I create my own gui parts, they all get put into 'Misc' in the View Composer 'View Toolbox'.

How do I create my own container to put my own gui parts into?

Thanks



Subject: Re: Organizing user-created parts
From: Vince Refiti
Newsgroups: comp.lang.smalltalk.dolphin
Date: Wed, 26 Feb 2020 06:35 UTC
References: 1 2
X-Received: by 2002:ad4:55e8:: with SMTP id bu8mr3411218qvb.61.1582698922208;
Tue, 25 Feb 2020 22:35:22 -0800 (PST)
X-Received: by 2002:a25:c382:: with SMTP id t124mr3045011ybf.39.1582698921863;
Tue, 25 Feb 2020 22:35:21 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder7.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 25 Feb 2020 22:35:21 -0800 (PST)
In-Reply-To: <927427b9-9552-40df-8658-a901dc4899f2@googlegroups.com>
Complaints-To: groups-abuse@google.com
Injection-Info: google-groups.googlegroups.com; posting-host=59.167.168.68; posting-account=5_w1_goAAAB1Y5P4_YBwBlB76XHrI38U
NNTP-Posting-Host: 59.167.168.68
References: <24ff1a49-9778-494a-b342-2feadf6f4f43@googlegroups.com> <927427b9-9552-40df-8658-a901dc4899f2@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <31387da8-d211-4538-9132-71b413afd942@googlegroups.com>
Subject: Re: Organizing user-created parts
From: vin...@gmail.com (Vince Refiti)
Injection-Date: Wed, 26 Feb 2020 06:35:22 +0000
Content-Type: text/plain; charset="UTF-8"
View all headers
Got it!

Thanks John


1
rocksolid light 0.8.3
clearneti2ptor