Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Stuck (C++ Builder)

  • 23-11-2004 10:48pm
    #1
    Closed Accounts Posts: 111 ✭✭


    Can't find the answer to this in my notes......

    Which property do I set so that when at runtime, when I maximise a form window, the components sort themselves out proportionally..???

    Thanks for any help...

    T.


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    What version of C++Builder are you using?


  • Closed Accounts Posts: 111 ✭✭TemplarBarna


    its C++ Builder 5...

    I did this a few months ago for my course (beginners stuff), but my notes aren't with me...

    Appreciate any help...


  • Registered Users, Registered Users 2 Posts: 1,529 ✭✭✭zynaps


    It's been years really since I played around with C++ Builder 3, can you not just select all the relevant components and select the evenly spaced icon in the alignment toolbar?

    This might help, anyway.


  • Registered Users, Registered Users 2 Posts: 2,152 ✭✭✭dazberry


    Nothing directly comes to mind for proportional scaling - unless you are talking about either using the Anchors and/or Align properties, so when a form is maximised at runtime - certain components resize to fill up the extra space?

    D.


Advertisement