Jump to content

Marco Pavan

uniGUI Subscriber
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Marco Pavan

  1. Hi,

    -----

    Var
     NewNode:TUniTreeNode;
    begin
     NewNode:=UnimNestedList1.Items.Add(nil,'some text');
      NewNode.Text:='new text';   // AJAX EXCEPTION

    ------

    this simple code always raise an Ajax exception " _snatr_ is not defined"  (see attached)
    How can I add dynamically items to a UnimNestedeList?

    PS: UniGui Mobile 1.90

    Help!!!!

     Marco

    Schermata 2020-06-18 alle 10.53.32.jpg

×
×
  • Create New...