TsTabControl right to left not working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38264
    Mahmoud
    Participant

    Dear Mr.Mrs.

    i like to note That TsTabControl in bidimode right to left is not working and also when sitting parent on mdichild form after creation in mdi application that has controls gives “can not focus a disabled or invisible window “

    Thanks

    #59528
    Mahmoud
    Participant

    any replay ???

    #59529
    Support
    Keymaster

    Hello!

    Yes, TsTabControl component is inherited from standard TTabControl now, and have some standard limitations.

    I will check soon if some workarounds may be implemented there.

    'Mahmoud' wrote:
    when sitting parent on mdichild form after creation in mdi application that has controls gives “can not focus a disabled or invisible window “

    Please specify, how can I repeat it if I have MDI application already? Just place TsPanel on the MDI Child form?

    #59531
    Mahmoud
    Participant
    'Support' wrote:

    Hello!

    Yes, TsTabControl component is inherited from standard TTabControl now, and have some standard limitations.

    I will check soon if some workarounds may be implemented there.

    Please specify, how can I repeat it if I have MDI application already? Just place TsPanel on the MDI Child form?

    included a project

    thanks

    #59538
    Support
    Keymaster

    Thank you. I have removed all AlphaControls units and components in this demo and issue still exist with standard VCL.

    Something bad in the VCL, you can look this new test-application attached.

    #59540
    Mahmoud
    Participant
    'Support' wrote:

    Thank you. I have removed all AlphaControls units and components in this demo and issue still exist with standard VCL.

    Something bad in the VCL, you can look this new test-application attached.

    Thanks i will try to post it on edn

    #59554
    minou
    Participant

    just add this

    Form2.FormStyle := fsNormal;

    #59555
    Mahmoud
    Participant
    'minou' wrote:

    just add this

    Form2.FormStyle := fsNormal;

    thanks

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