Since it seems it's gonna be a couple of days <g> until I get my D6 Pro, I
would like to know from the already-users
if my long-time wish to have non-visual components removed from the working
form is now a reality with the Object
Treeview.
IOW, I want to know if I can keep the datasets, datasources, dialogs, etc,
only "visible" in the treeview, and not cluttering
the form where they're declared (obviously not talking datamodules here).
If it's not possible, it shouldn't be too hard to implement..... If so,
please write it down as my top D7 wish.
Damian Marquez wrote:
>
> I know I'm very insisting but ...
>
> Since it seems it's gonna be a couple of days <g> until I get my D6 Pro, I
> would like to know from the already-users
> if my long-time wish to have non-visual components removed from the working
> form is now a reality with the Object
> Treeview.
>
No, non-visual components are still visible on the form.
--
Jeff Overcash (TeamB) I don't think there are any Russians
(Please do not email And there ain't no Yanks
me directly unless Just corporate criminals
asked. Thank You) Playing with tanks. (Michael Been)
Presumably, you'd need to hack into the form designer, and make it paint
only controls that descend from TControl?
--
Dave Nottage
Or you could have a unit that calls RegisterNoIcon for all components that
you know of.
RegisterNoIcon makes the component not appear on the component palette.
Calling RegisterNoIcon for components that are already registered to appear
on the palette would/should have no effect.
Follow-up set to borland.public.delphi.ide
--
Dave Nottage
I see, via the OTA.... I hope somebody does the job, else I will try when I
get D6...:)
By "hack" I meant hack. OTA is intended for extending the IDE. I dont think
there'd be a way of doing what I said via OTA.
> I hope somebody does the job, else I will try when I get D6...:)
I'll have a (very) brief look, but post the findings (if any) to .ide
--
Dave Nottage
I have not yet upgraded to D6, so this may not be relevant (depends on the
amount of change required for D6 experts), but am using an free expert in D5
written by PuterSoft.Com Inc (correct spelling .. they originally wrote the
FilterBox component sold by DreamCompany) which does what you want on a form
by form basis.
Their web site is pretty bare, so I am not sure of their status. Give them a
try first (at http://www.puterSoft.Com), and if you have no luck I can send
you what I have got.
HTH
Regards,
Steve
"Damian Marquez" <dmarq...@hotmail.com> wrote in message
news:3b366529_2@dnews...
--
-------------------------------------------------
"The differences between theory and practice are
greater in practice than they are in theory."
Does it??? In what version? I'm not sure if I saw this before in LMD...
>I'll have a (very) brief look, but post the findings (if any) >to .ide
You're right. This belongs there.
It probably would be good to have an option to display non-visual components
or not - there are actually OTA wizards that do this. I downloaded one the
other day at home. I'll have a look for it when I get home and post it to
the newsgroups - if someone else hasn't already done this.
"Damian Marquez" <dmarq...@hotmail.com> wrote in message
news:3b366529_2@dnews...
[...snip...]
> if my long-time wish to have non-visual components removed from the
working
> form is now a reality with the Object
> Treeview.
[...snip...]
TLMDHideNonVC:
Ancestor
TLMDComponent
Unit
lmdnonva
Description
This small but useful component allows you to hide non visual components on
your form at designtime (the component has no function at runtime).
There's one property: UsetagInfo. If set True the Tag-Property will be used
for saving the component's position, otherwise a component will be placed
at 0,0 if you redisplay it. You should not deactive this option unless
there's an important reason.
Showing or hiding of components is to be done by a design window: Simply
doubleclick on the TLMDHideNonVC component and hide or show single or all
nonvisual components on the form by selecting components from the listbox.
To get access to the properties of a hidden component simply click on the
entry in the list of components. Click right mousebutton for accessing the
contextmenu of the component if available.
The component doesn't do anything at runtime and it can be removed or added
to a form at any time.
2 VERY IMPORTANT NOTES!
There are two cases where the component will fail to work:
· Don't change the creation order of the non visual components. If you have
to do so please close the form and reload it again, otherwise unexpected
results may follow.
· The component will not work if display of component titles in Delphi32 is
enabled.
LMD-Tools Help File (C) LMD Innovative
damian marquez wrote:
--
It's in the free version or in the commercial one?
Good.... Please indicate the link..
It has the full source code too.
Seems that puterSoft has been "bought" by Dream-Company (www.puterSoft.com).
"Damian Marquez" <dmarq...@hotmail.com> wrote in message
news:3b37accb_2@dnews...
Richard <rgrossman-De...@techIII.com> wrote in message
news:3B3804CE...@techIII.com...
http://delphi.icm.edu.pl/ftp/d30free/pschidee.zip
"David McCallum" <dm...@actual-systems.com> wrote in message
news:3b3842c0$1_1@dnews...
> BTW, they have taken some dream company stuff!!! (not outbar.... too bad)
Ooops, read too fast, they *sold* some components to dream co. in the
past....
Could you please send it to me? (dmarq...@hotmail.com) The site is bare as
you say.... Thank you!
> Seems that puterSoft has been "bought" by Dream-Company
(www.puterSoft.com).
Too bad, given the current Dream Co. situation.....