Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Modified TGroupPanel not containing RadioButtons now
Thu, Jun 16 2016 11:35 AMPermanent Link

TD

Advanced Data Systems, Inc.

I copied the TGroupPanel.wbi interface to my custom interfaces folder and then opeb it in EWB2 and changed the font size and location of the caption label.  I then rebuilt the libray.

Ever since if I place a TGroupPanel component on the form and then place a TRadioButton inside this panel, if I move the panel around on the form the panel the radiobuttons stay where they are.

I have other custom interfaces that work just fine.

How can I fix this?
TD
Thu, Jun 16 2016 10:37 PMPermanent Link

TD

Advanced Data Systems, Inc.

TD wrote:

Ever since if I place a TGroupPanel component on the form and then place a TRadioButton inside this panel, if I move the panel around on the form the panel the radiobuttons stay where they are.

I didn't word that very well.  What is happening is after modifying the TGroupPanel component, any component I place on the TGroupPanel does not stay with the TGroupPanel.  If I move the TGroupPanel round on the form the components I placed on it just stay at their original location on the form.

How can I fix this?
Thanks,
TD
Thu, Jun 16 2016 10:42 PMPermanent Link

Raul

Team Elevate Team Elevate

On 6/16/2016 10:37 PM, TD wrote:
> I didn't word that very well.  What is happening is after modifying the TGroupPanel component, any component I place on the TGroupPanel does not stay with the TGroupPanel.  If I move the TGroupPanel round on the form the components I placed on it just stay at their original location on the form.
> How can I fix this?

Are you sure it's actually "inside" the group panel and not just on top
of it ? if you move the component to the edge of the group panel does it
get hidden by group panel or just move off it.

Easy test is to pick components and cut it into clipboard (Ctrl+X),
select the group panel with the mouse and then paste the component
(Ctrl-v) - this should ensure component is inside group panel. What
happens now ?

Raul
Fri, Jun 17 2016 11:18 AMPermanent Link

TD

Advanced Data Systems, Inc.

Raul wrote:

Are you sure it's actually "inside" the group panel and not just on top
of it ? if you move the component to the edge of the group panel does it
get hidden by group panel or just move off it.

Easy test is to pick components and cut it into clipboard (Ctrl+X),
select the group panel with the mouse and then paste the component
(Ctrl-v) - this should ensure component is inside group panel. What
happens now ?

Raul

Well I had tried that but when I do that nothing appears in the TGroupPanel.  THEN , I had the bright idea to enlarge the panel ... a lot and there the TRadioButtons where; they were just out of sight.

I am new to EWB2 and I had figured by modifying the interface I had somehow caused this problem.  My bad, thanks Raul!

TD
Image