Data Grid Helper: Inserting a Row

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
friday
Posts: 158
Joined: Mon May 09, 2011 3:01 pm

Data Grid Helper: Inserting a Row

Post by friday » Sat Jul 14, 2012 6:52 pm

Hi

I am relatively new to data grids and the Data Grid Helper plugin. It could be that my problem is something I've done wrong or maybe it's related to Mac. I have installed the Add Row script which should allow the user to add a row to the table by pressing Enter. However, Enter doesn't work and the only combination of keys I can get to work the function key (fn) & Enter. Now, this might be something to do with software - I'm on Mac OS X v10.7.4 - or maybe hardware - MacBook Pro (Early 2011). The other scripts seem to work okay, for instance Delete Row and Reorder Lines.

I thought I would try the forums first before reporting it to the DGH developers as I think it must be a problem specific to my setup rather than a problem with the Data Grid Helper itself.

I'm using LiveCode v5.0.2.

Thanks
Geoff
Using LiveCode 9.0.1 for Mac/PC/iOS
MacBook Pro 2019 16GB
macOS Monterey v12.4
2.6 GHz 6-Core Intel Core i7

LittleGreyMan
Posts: 49
Joined: Sat Jun 16, 2012 7:57 pm

Re: Data Grid Helper: Inserting a Row

Post by LittleGreyMan » Sat Jul 14, 2012 6:57 pm

Hi Geoff,

Everything seems to work as expected.

Your MPB has 78 keys, so there is no Enter key. The Enter key is located in the numeric pad of full size keyboards.

Your are hitting the Return key, which acts as the Enter key in combination with the function key.

That's the standard behavior with a Mac laptop, and has nothing to do with LiveCode. You'll have to use fn Return each time a software requires the Enter key.

HTH
Best regards,

Didier

friday
Posts: 158
Joined: Mon May 09, 2011 3:01 pm

Re: Data Grid Helper: Inserting a Row

Post by friday » Sat Jul 14, 2012 11:25 pm

Hi

I never realised Enter and Return were different! Excellent, thanks.
Using LiveCode 9.0.1 for Mac/PC/iOS
MacBook Pro 2019 16GB
macOS Monterey v12.4
2.6 GHz 6-Core Intel Core i7

Post Reply