Re: [DUG] Adding button to form

2008-10-13 Thread Colin/Mina
Thanks 1. The button is placed on the Panel at design time and shows in the Object Inspector. It doesn't show up anywhere on the form when I Build and Run the application. 2. Directly copying and pasting an existing button, that does show, then renaming it doesn't make it visible when I run th

Re: [DUG] Adding button to form

2008-10-13 Thread Todd Martin
Are you using form inheritance? > Hi > > Try copying a button on the panel that does show, does it show? (there > might be code hiding components based on something obscure - like tag > value)? > > What about changing the name of the new button to that of the old > (rename old) does it work now

Re: [DUG] Adding button to form

2008-10-13 Thread Stacey Verner
A few questions: - Are you absolutely sure that you are editing the right form? o Could it be a different copy of the form that isn't the one being compiled? ยง I have found myself editing a form from a different branch, and getting frustrated that the changes aren't getting into the

Re: [DUG] Adding button to form

2008-10-13 Thread Robert martin
Hi Try copying a button on the panel that does show, does it show? (there might be code hiding components based on something obscure - like tag value)? What about changing the name of the new button to that of the old (rename old) does it work now. Must be code changing it. Colin/Mina wro

Re: [DUG] Adding button to form

2008-10-13 Thread Neven MacEwan
Colin/Mina wrote: Designtime or runtime? > Hi, > > I'm modifying an old application that was written in D5. I have a > form amongst others on which there is a Panel on which there is a > TButton. All works fine. I need to add another button on the same > Panel but having done so it doesn't

[DUG] Adding button to form

2008-10-13 Thread Colin/Mina
Hi, I'm modifying an old application that was written in D5. I have a form amongst others on which there is a Panel on which there is a TButton. All works fine. I need to add another button on the same Panel but having done so it doesn't show up at Run Time. It is enabled and its 'Visible' pr