dataGrid inclusion: strange behaviour

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rmuzzini
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 63
Joined: Mon Oct 08, 2012 11:30 am

dataGrid inclusion: strange behaviour

Post by rmuzzini » Tue Sep 20, 2016 11:11 am

hi all.
is there anyone who knows what the "dataGrid inclusion" actually is?

in a specific project i could not activate the "search for required inclusion" pref ('cause i notice the builder embeds the old "internet" library AND not the new tsNetLib and this way net things are messed up, i.e. libURLDownloadToFile does not work. in my apps, at least…). therefore i checked manually the inclusions i thought necessary for my project.
for example, the "dataGrid" inclusion. beeing at least one dataGrid in my project.
well, doing that there's no way to get the DG working on mobile. after hours of attempts, thinking of a possible conflict, i turned all the extensions off and magically dataGrid started to work.

my test consists of a simple command

Code: Select all

set the dgText of grp "dg_test" to someText
result: dataGrid still empty if extension is included, correctly populated if not.
made with LC 8.1 build 14005 "indy", under OSX 10.10.5
test done on iOS simulator and android real device.

bug?
double bug?
it's me?

rmuzzini
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 63
Joined: Mon Oct 08, 2012 11:30 am

Re: dataGrid inclusion: strange behaviour

Post by rmuzzini » Thu Sep 22, 2016 9:14 am


Post Reply

Return to “iOS Deployment”