Normal Topic Element Exit event code in the last layout element (Read 618 times)
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Element Exit event code in the last layout element
Jan 29th, 2004 at 12:17pm
Print Post Print Post  
The Programming in the last element does not execute even after using a tab key. I realize that it has no where to go.  But then you put goto command and it still would not go anywhere.  The only way to execute the command is to use mouse to move out of that field. I believe, the tab key should execute the element exit event command and goto command should also be executed in the last element of the database.

  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Element Exit event code in the last layout ele
Reply #1 - Jan 29th, 2004 at 1:13pm
Print Post Print Post  
Shift-Tab will move through "natural" navigation order backwards, as will the up arrow key and the left arrow key.

We try to follow the simply stated rule: "LE exit fires if focus leaves the LE for another LE".
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Element Exit event code in the last layout ele
Reply #2 - Jan 29th, 2004 at 1:26pm
Print Post Print Post  
Quote:
We try to follow the simply stated rule: "LE exit fires if focus leaves the LE for another LE".


Mark, that is the point. If you put goto command in last element and ask it to goto first element, focus should leave the last element and goto first element and code should execute.  But it does not.

Would new command throwfocus should help?
  
Back to top
 
IP Logged