Search found 1 match

by wfr
Mon Jun 26, 2017 10:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tree View texts dissapear
Replies: 2
Views: 49768

Tree View texts dissapear

Hello Forum,

I am working with LV 1.8.4 and I am a really new here.

#####
If I try to fill the TreeView with the following code, then the text "myHouse" dissapears
on mouseUp
put "My House" into mydata[1]
put "Window" into mydata[1] [1]
set the ArrayData of widget "Tree_View_1" to myData
end ...