-
Dodfr (03.09.08 12:30) [0]Hi,
I don't know why but since two days when I compile my application, the Panels inside TabControl are cropped and slided top left of the form when I run it ?
Here are two screenshots that will show the problem :
http://pesoft.com/kol1.gif
http://pesoft.com/kol2.gif
I tried to create a new TabControl with 4 tabs inside and cut/paste all controls inside each tabs into the new tabs but problem is still there.
regards. -
Dodfr (04.09.08 12:19) [1]I found something else very strange, I added a button to resize the panels inside TabControl but I cannot access them using their names as it should. MyKolPanel1 MyKolPanel2 MyKolPanel3 MyKolPanel4 = NIL, so calling MyKolPanel1.top crash app.
I added a MyKolPanel.OnClick event with a TKolPanel(sender).top inside and this worked as usual.