| View previous topic :: View next topic |
| Author |
Message |
will Guest
|
Posted: Fri Nov 14, 2003 4:54 pm Post subject: ToolBar Buttons are not visible at runtime |
|
|
I have a tool bar that was working great. Now 5 out of the 6 buttons do not
show up at runtime.
I have check the visible and enable states of the toolbar.
Is this a bug ?
Will.
|
|
| Back to top |
|
 |
Jon E. Scott Guest
|
Posted: Fri Nov 14, 2003 7:15 pm Post subject: Re: ToolBar Buttons are not visible at runtime |
|
|
It's possible you need to update your Comctl32.dll file. You can get the
latest common controls DLL from
http://www.microsoft.com/msdownload/ieplatform/ie/comctrlx86.asp
However, at the time of this writing the site seems to be down.
--
Thanks,
Jon E. Scott
Blue Orb Software
http://www.blueorbsoft.com
"will" <will (AT) willsCompany (DOT) Com> wrote
| Quote: | I have a tool bar that was working great. Now 5 out of the 6 buttons do
not
show up at runtime.
I have check the visible and enable states of the toolbar.
Is this a bug ?
Will.
|
|
|
| Back to top |
|
 |
Peter Below (TeamB) Guest
|
Posted: Fri Nov 14, 2003 8:37 pm Post subject: Re: ToolBar Buttons are not visible at runtime |
|
|
In article <3fb5097b$1 (AT) newsgroups (DOT) borland.com>, Will wrote:
| Quote: | I have a tool bar that was working great. Now 5 out of the 6 buttons do not
show up at runtime.
I have check the visible and enable states of the toolbar.
Is this a bug ?
|
Absolutely. In your code or form property settings, of course <g>. Have you
checked the properties of the *buttons*? Do you use actions connected to the
buttons? If you cannot find anything suspicious in the Object Inspector switch
the form to text view (Alt-F12) and copy the declaration of the toolbar (*not
the whole form please!*) and post it here.
--
Peter Below (TeamB)
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be
|
|
| Back to top |
|
 |
will Guest
|
Posted: Thu Dec 04, 2003 7:39 pm Post subject: Re: ToolBar Buttons are not visible at runtime |
|
|
Thanks for the replies.
The problem was caused by the tool bar resizing automatically. it lloked
good in design mode but when compiled it would change and buttons would
dissappear. I fiddled with it and it is working again.
Will.
"will" <will (AT) willsCompany (DOT) Com> wrote
| Quote: | I have a tool bar that was working great. Now 5 out of the 6 buttons do
not
show up at runtime.
I have check the visible and enable states of the toolbar.
Is this a bug ?
Will.
|
|
|
| Back to top |
|
 |
|