bananoelement

  1. Kiffi

    B4J Question [BANano] {anycommand} is not supported in BANanoElement

    Hello, with this simple code-snippet... Sub GetElement(ID As String) As BANanoElement ID = ID.ToLowerCase Return BANano.GetElement(ID) End Sub ... i get the following Error: Thanks in advance & Greetings ... Peter
  2. Kiffi

    B4J Question [BANano] (Render)Append returns the wrong BANanoElement?

    Hello, i'm not sure if this is a bug: Dim myBANanoElement As BANanoElement myBANanoElement = BANano.GetElement("body") Log(myBANanoElement) ' -> body-Element (correct) myBANanoElement = BANano.GetElement("body").Append($"<div></div>"$) Log(myBANanoElement) ' -> also body-Element...
Top