Antwort auf: Browser Adresse einstellen

Startseite Foren Deutsches LiveCode-Forum Browser Adresse einstellen Antwort auf: Browser Adresse einstellen

#13520
Klaus Major
Administrator

    Tja, wie gesagt, bei mir klappt das in der IDE, habe es gerade mit einem Menü getestet:

    on menupick Linie
       switch Linie
          case "60"
             set the url of widget 1 to  "https://drive.google.com/open?id=1xE77VVTYKwfGXbXEY6hz-TU3m9AxJVGZ"
             break
          case "601"
             set the url of widget 1 to "https://drive.google.com/open?id=17a_zJUCfNJoo5xO03P8JYU6DPomtL2Iu"
             break
          case "611"
             set the url of widget 1 to "https://drive.google.com/open?id=1lvjQk41hEs7EctYJ9XyQWoMbSOlfmNXm"
             break
       end switch
    end menupick

    Alles funktioniert so, wie es sollte!? macOS 10.14.3, LC 9.02
    Da ist irgendetwas Anderes im Busch bei Dir!?

    Gruß

    Klaus