Reply To: popup menu actions? (how?)

Home Forums General Programming popup menu actions? (how?) Reply To: popup menu actions? (how?)

#73025
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    little question on popups again:
    how do you define how many rows/columns?
    or more precisely, if i want my items in ‘stacks’ of, say, 8,
    how is that achieved?

    what do these entries represent? i know the last one it item height:
    ret = m:show(0,0,0,25)

    ccheeerzzz…

    edit: ah: answer to that here:

    https://www.juce.com/doc/classPopupMenu#acd7bdfe5db59180d929a5dac90bcacce

    but this doesn’t seem to allow me to organise columns/rows…

    Ctrlr