Different behavior between Standard VCL and AlphaSkins controls

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57483
    mol
    Participant

    2000 components on one form using a TPageControl? High time to rethink your design choices. Why on earth are you using a TPageCtrl instead of TFrame? You can create and destroy the latter on demand and keep the footprint on your form really small.

    -Uwe

    #57490
    Support
    Keymaster

    Hello Stéphane

    The problem is that standard and thirdparty controls are handled after creation immediately, because later initialization may be too late.

    If control is initialized when showing is changed then we can have some ugly blinking or other not good things. I hope, you understand what I mean.

    Can you send me this huge form to the support@alphaskins.com?

    I will research it and make some tests. Maybe I will have some suggestions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.