Re: JvNetscapeSplitter



Have you tried looking at what its properties and events are?

I've never used the control, but I've just looked at the unit's interface
section, and I see some events named OnMinimize, OnMaximize, and
OnRestore, which should tell you when the control is clicked. The control
also descends from TJvExSplitter, which descends from the VCL's TSplitter,
so you also have access to all the inherited events.

I also see properties like Maximized and Minimized. You should be able to
figure out its other state based on where it is on the form -- its Left
and Top properties.



It has OnMaximize, OnMinimize, OnRestore, OnClose. But the thing is, when I
put control on form and write those handlers nothing happens, looks like
they only work when there is another splitter next to it. I have no idea
how to use it. :(


.