Mark,

   Thanks for the clarification but if you have the patients to explain a bit 
further it would be appreciated.  When the sub stack field has the focus, the 
“long name of the focused object” refers to a card of the main stack (at least 
there is no reference to a sub stack).  For the first line I get:

card id 1002 of stack "/Users/john/Downloads/Test stack.livecode"

   The "focused object" refers to a field on a card of the sub stack which is 
part of the stack.  For the second line I get:

field id 1004 of card id 1002 of stack "Sub Stack" of stack 
"/Users/john/Downloads/Test stack.livecode”

In this case the field, the sub stack, and the stack are referred to.  The 
“long name” variant seems to strip the reference to the field and the sub stack.

  If the field on the main stack has the focus, both the first and the second 
lines refer to the same object in slightly different forms.  When the main 
stack field has the focus I get:

field "results" of card id 1002 of stack "/Users/john/Downloads/Test 
stack.livecode"

field id 1013 of card id 1002 of stack "/Users/john/Downloads/Test 
stack.livecode”

These both refer to the same field.

Thanks,
John


On Oct 8, 2014, at 10:37 PM, Mark Wieder <mwie...@ahsoftware.net> wrote:

> John-
> 
> Buttons can't receive focus. The focus of your mainstack is on the
> only control that can receive a focus, the result field.
> 
> And it doesn't matter that you have clicked in the substack first. The
> act of clicking in the menu shifts the focus to the main stack.
> 
> What you are seeing in the result field is correct.
> 
> -- 
> -Mark Wieder
> ahsoftw...@gmail.com
> 
> This communication may be unlawfully collected and stored by the National 
> Security Agency (NSA) in secret. The parties to this email do not 
> consent to the retrieving or storing of this communication and any 
> related metadata, as well as printing, copying, re-transmitting, 
> disseminating, or otherwise using it. If you believe you have received 
> this communication in error, please delete it immediately.
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to