Reply To: popup menu actions? (how?)

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

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

    noticing anothing thing about this:
    say you have:

    m 	= PopupMenu()
    m:addItem(1, "A-11", true, false, Image())
    etc?

    ‘ Image()’ is a function. so presumably you could replace
    that with a different function?

    not sure what, at the moment. any thoughts?

    Ctrlr