Antwort auf: Navigation Bar

Startseite Foren Deutsches LiveCode-Forum Navigation Bar Antwort auf: Navigation Bar

#703
DanielStriffler
Teilnehmer

    Ich habe es:

    on hiliteChanged
    put the hilitedItemName of me into tItemClicked
    switch tItemClicked
    case “contacts”
    if contacts is “contacts” then
    go to card “contacts”
    end if
    break
    case “favorites”
    if contacts is “favorites” then
    go to card “favorites”
    break
    case “trash”
    if contacts is “trash” then
    go to card “trash”
    break
    end switch
    end hiliteChanged

    Leider wird das so nirgends bei LiveCode beschrieben. Durch Zufall entdeckt 🙂