Results 1 to 3 of 3

Thread: Button array insert nieuwe buttons

  1. #1

    Button array insert nieuwe buttons

    Hallo allemaal,

    Ik heb een Button Array van 3 buttons horizontaal en 4 buttons verticaal.
    Hoe kan ik tussen de tweede en derde regel een nieuw aantal Buttons invoegen.

    regel 1 Btn1 Btn2 Btn3
    regel 2 Btn4 Btn5 Btn6
    regel 3 Btn7 Btn8 Btn9
    regel 4 BtnA BtnB BtnC

    moet worden:
    ---------------
    regel 1 Btn1 Btn2 Btn3
    regel 2 Btn4 Btn5 Btn6
    nieuw BtnD BtnE BtnF
    regel 3 Btn7 Btn8 Btn9
    regel 4 BtnA BtnB BtnC


    Alvast bedankt, Frans

  2. #2
    Bedoel je in code of gewoon in de ide?
    In de ide kun je de buttons eronder allemaal selecteren en verplaatsen.
    In code is het niet zo simpel.
    Daar zul je handmatig door alle vokgende buttons moeten lopen om die te verplaatsen.

    Misschien is het dan handiger om de buttons in een rij op een eigen panel te plaatsen.

  3. #3
    mov rax,marcov; push rax marcov's Avatar
    Join Date
    Apr 2004
    Location
    Ehv, Nl
    Posts
    10,357
    insert() werkt ook op dynamic arrays?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •