datagrid: Not refresh the data after assign data from an array

LiveCode livecode.list at gmail.com
Wed May 25 12:47:42 EDT 2011


You have a repeat loop that is putting data into theData:

  repeat for each line theKey in theKeys
         add 1 to i
         put theArray["myxml"][theKey] into theData[i]
  end repeat



On May 25, 2011, at 7:53 AM, JosepM <jmyepes at mac.com> wrote:

> Hi Trevor,
> 
> theData is empty... only have values theArray..
> 
> 
> Salut,
> Josep
> 
> --
> View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-Not-refresh-the-data-after-assign-data-from-an-array-tp3547865p3549942.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list