Board index » cppbuilder » TForm::OnResize does not work

TForm::OnResize does not work

Hello,

In a very simple test application with a few buttons,  from the IDE I set
the OnResize event on the main form  and it simply refuses to work.
OnCanResize and OnConstrainedResize events are fired, but not OnResize.

I have tried to  build a new application and set the OnResize event handler
on the main form, and it works fine. But in another small test application,
the event is simply not fired.

Anyone has a clue to what is going on? Are there other properties that I
have set that can prevent this event from firing?

Thanks

Henri

 

Re:TForm::OnResize does not work


Hi, Henri!

We need to know more about any differences between the apps and the way
you are testing them.

------
Mark Cashman (TeamB - C++ Builder), creator of The Temp{*word*203}Doorway at
http://www.temporaldoorway.com
- Original digital art, writing, music and more -
C++ Builder / JBuilder Tips and The C++ Builder Programmer's Webring
(Join us!)
http://www.temporaldoorway.com/programming/index.htm
------

Other Threads