Accessing RunRev Datagrid Stack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Gage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 224
Joined: Tue Mar 26, 2013 8:59 pm

Accessing RunRev Datagrid Stack

Post by Gage » Sun Aug 17, 2014 9:43 am

Hi all,

I am having a hell of a time with Datagrid Tables. I've spent nearly 20 hours in the past 2 days wrestling with a Datagrid Table, and I SWEAR I have plugged all the holes in my side of the code, yet things are not happening consistently, as far as the datagrid's internal operations are concerned.

Could be a bunch of bugs that I can't really recognize or predict, I have no idea.

So, I want to see if there is a way to access the RunRev Datagrid script. I have seen it before, but can't remember the name of the stack with all of the behaviors to find it again, so I can kind of get a frame of reference for why things are happening as they are, and where the hangups occur when they do.

Thanks,
Phil E.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Accessing RunRev Datagrid Stack

Post by Klaus » Sun Aug 17, 2014 12:15 pm

Hi Phil,

surprisingly it is named "revdatagridlibrary.rev" :D


Best

Klaus

Gage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 224
Joined: Tue Mar 26, 2013 8:59 pm

Re: Accessing RunRev Datagrid Stack

Post by Gage » Sun Aug 17, 2014 12:16 pm

Excellent, danke schön!

Phil E.

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

Re: Accessing RunRev Datagrid Stack

Post by Mikey » Sun Aug 17, 2014 4:15 pm

There's an even easier way to access it: Open the project browser, then drill down to the card that has your datagrid. In the project brower on the line with your datagrid, on the right, is a button with the number of lines in your datagrid's script, and the number of lines in the datagrid's behavior script (i.e. the code that drives the DG). Click on that and you're in.

Gage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 224
Joined: Tue Mar 26, 2013 8:59 pm

Re: Accessing RunRev Datagrid Stack

Post by Gage » Sun Aug 17, 2014 11:40 pm

Mike,

Hmm, my Project Browser is completely empty when I open it, and I have never used it before, so I am a little nervous. I typically use the Application Browser, and have just never explored the PB.

Once I figure it out, I will give that a whirl!

Thanks,
Phil E.

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

Re: Accessing RunRev Datagrid Stack

Post by Mikey » Sun Aug 17, 2014 11:51 pm

PB will be empty until you open the stack you're working on. Then you'll be able to navigate through it.

Gage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 224
Joined: Tue Mar 26, 2013 8:59 pm

Re: Accessing RunRev Datagrid Stack

Post by Gage » Sun Aug 17, 2014 11:54 pm

Strange, now when I open it, it's populated. Didn't really do anything different this time around. Either way, I saw exactly what you are talking about. Very good to know, and nice to have some familiarity with this tool, too!

Thanks, Mike.

Phil E.

Post Reply