On 2/22/14, 9:05 PM, David Epstein wrote:
Inspecting "the frontscripts", I discovered that the handlers governing
basic table fields are in the script of button "revTable" of group
"revLibraries" of stack "revLibrary."
1. Hoping to see table-editing in action, I set a checkpoint at the
beginni
Rev’s libraries are not debuggable in that sense. If I recall, any stack name
that begins with “rev” is considered a Livecode Library (which can be useful
for people building their own libraries).
You can still however, use the new assert statement to build logging, or just
simply use an answe
Thanks very much for the suggestions of other tools and the script
that would help me write my own. But before giving up completely on
the basic table, I'm trying to understand how it works (and, in the
process, more about how LiveCode works).
Inspecting "the frontscripts", I discovered th
://berndniggemann.on-rev.com/modTableField/modTableField_0_2_6pub.livecode.zip
For any specific questions feel free to email me.
Kind regards
Bernd
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Edit-cell-in-basic-table-field-tp4676192p4676219.html
Sent from the Revolution - User
his may give you a pathway to
> fooling around with the table field workings.
>
>
> Craig NEwman
>
>
>
> -Original Message-
> From: David Epstein
> To: use-livecode
> Sent: Fri, Feb 21, 2014 11:00 pm
> Subject: Edit cell in basic table field
>
>
&
orkings.
>
> Craig NEwman
>
>> -Original Message-
>> From: David Epstein
>> To: use-livecode
>> Sent: Fri, Feb 21, 2014 11:00 pm
>> Subject: Edit cell in basic table field
>>
>>
>> If I check "basic table object" in
2014 11:00 pm
Subject: Edit cell in basic table field
If I check "basic table object" in the field property inspector, and
check "Edit cell," clicking on the table field causes a small
unlocked field to be created at the cell's location, which on tab or
arrowkey has it
Yes. It’s called “use a data grid instead”. Table objects are simple fields
that pretend to act as tables. Nothing beyond the messages a field gets are
sent to a table field. It is JUST a field. That’s all.
Datagrids on the other hand, are a complex group of fields and behaviors that
make up t
If I check "basic table object" in the field property inspector, and
check "Edit cell," clicking on the table field causes a small
unlocked field to be created at the cell's location, which on tab or
arrowkey has its contents written to the cell.
Is there some way to have a script trap the