Re: Tabbing out of a text field

2010-10-22 Thread Bob Sneidar
NVM just read your last sentence. I suppose then that the autoTab property for 
scrolling fields should be disabled, or invisible in the inspector. No big 
deal. 

Bob


On Oct 21, 2010, at 4:19 PM, J. Landman Gay wrote:

> On 10/21/10 6:10 PM, Bob Sneidar wrote:
>> Well this is interesting: Even if a scrolling field has tab on return
>> set, it inserts a cr when you hit return. On a regular field it tabs.
>> So what property visible from the property inspector corresponds to
>> this behavior? Obviously not the tab on return!
> 
> Tab on return (i.e., autoTab) only happens when you are on the last line of 
> the field. So in a 3-line field, a return key will only tab to the next field 
> if the cursor is on line 3, otherwise it inserts a carriage return. Scrolling 
> fields have no "last" line, they are infinite, so autoTab never triggers on 
> those.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

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


Re: Tabbing out of a text field

2010-10-22 Thread Bob Sneidar
Aye, but I was hitting return in an empty scrolling field. 

Bob


On Oct 21, 2010, at 4:19 PM, J. Landman Gay wrote:

> On 10/21/10 6:10 PM, Bob Sneidar wrote:
>> Well this is interesting: Even if a scrolling field has tab on return
>> set, it inserts a cr when you hit return. On a regular field it tabs.
>> So what property visible from the property inspector corresponds to
>> this behavior? Obviously not the tab on return!
> 
> Tab on return (i.e., autoTab) only happens when you are on the last line of 
> the field. So in a 3-line field, a return key will only tab to the next field 
> if the cursor is on line 3, otherwise it inserts a carriage return. Scrolling 
> fields have no "last" line, they are infinite, so autoTab never triggers on 
> those.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

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


Re: Tabbing out of a text field

2010-10-21 Thread J. Landman Gay

On 10/21/10 7:07 PM, Mark Wieder wrote:

Jacque-

Thursday, October 21, 2010, 4:19:59 PM, you wrote:


Tab on return (i.e., autoTab) only happens when you are on the last line
of the field. So in a 3-line field, a return key will only tab to the
next field if the cursor is on line 3, otherwise it inserts a carriage
return. Scrolling fields have no "last" line, they are infinite, so
autoTab never triggers on those.


I realize this probably makes sense, but I had to read it three times
before I could parse it.



It made sense when I wrote it...does it make sense now?

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tabbing out of a text field

2010-10-21 Thread Mark Wieder
Jacque-

Thursday, October 21, 2010, 4:19:59 PM, you wrote:

> Tab on return (i.e., autoTab) only happens when you are on the last line
> of the field. So in a 3-line field, a return key will only tab to the
> next field if the cursor is on line 3, otherwise it inserts a carriage
> return. Scrolling fields have no "last" line, they are infinite, so 
> autoTab never triggers on those.

I realize this probably makes sense, but I had to read it three times
before I could parse it.

-- 
-Mark Wieder
 mwie...@ahsoftware.net

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


Re: Tabbing out of a text field

2010-10-21 Thread J. Landman Gay

On 10/21/10 6:10 PM, Bob Sneidar wrote:

Well this is interesting: Even if a scrolling field has tab on return
set, it inserts a cr when you hit return. On a regular field it tabs.
So what property visible from the property inspector corresponds to
this behavior? Obviously not the tab on return!


Tab on return (i.e., autoTab) only happens when you are on the last line 
of the field. So in a 3-line field, a return key will only tab to the 
next field if the cursor is on line 3, otherwise it inserts a carriage 
return. Scrolling fields have no "last" line, they are infinite, so 
autoTab never triggers on those.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tabbing out of a text field

2010-10-21 Thread Bob Sneidar
Well this is interesting: Even if a scrolling field has tab on return set, it 
inserts a cr when you hit return. On a regular field it tabs. So what property 
visible from the property inspector corresponds to this behavior? Obviously not 
the tab on return! 

Bob


On Oct 21, 2010, at 3:41 PM, J. Landman Gay wrote:

> On 10/21/10 5:02 PM, RevList wrote:
> 
>> I want to have fields that have one line of entry only and when you press
>> Tab, it moves on to the next field.
>> I have set the field to be "Tab on Return" so that traps the return key,
>> but pressing TAB, adds a tab to text.
>> In my earlier project it just moves on.
> 
> If the field has no tabstops set, it will act like you want. If it has 
> tabstops, then you get tab characters when you type the tab key.
> 
> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

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


Re: Tabbing out of a text field

2010-10-21 Thread J. Landman Gay

On 10/21/10 5:02 PM, RevList wrote:


I want to have fields that have one line of entry only and when you press
Tab, it moves on to the next field.
I have set the field to be "Tab on Return" so that traps the return key,
but pressing TAB, adds a tab to text.
In my earlier project it just moves on.


If the field has no tabstops set, it will act like you want. If it has 
tabstops, then you get tab characters when you type the tab key.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tabbing out of a text field

2010-10-21 Thread Devin Asay

On Oct 21, 2010, at 4:02 PM, RevList wrote:

> Craig Newman on October 21, 2010 at 1:45 PM -0700 wrote:
>> You could trap the "tabKey" message.
> 
> There has to be something else.  I am looking at an earlier project that I
> developed and I have a field that when I press TAB, I am moved on to the
> next field, just as if I had pressed Return.
> I see no trapping of the TabKey in that project.
> 
> What am I missing? Or what should I look for.
> I want to have fields that have one line of entry only and when you press
> Tab, it moves on to the next field.
> I have set the field to be "Tab on Return" so that traps the return key,
> but pressing TAB, adds a tab to text.
> In my earlier project it just moves on.
> Help :)

Is traversalOn set to true for the fields?

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

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


Re: Tabbing out of a text field

2010-10-21 Thread RevList
Craig Newman on October 21, 2010 at 1:45 PM -0700 wrote:
>You could trap the "tabKey" message.

There has to be something else.  I am looking at an earlier project that I
developed and I have a field that when I press TAB, I am moved on to the
next field, just as if I had pressed Return.
I see no trapping of the TabKey in that project.

What am I missing? Or what should I look for.
I want to have fields that have one line of entry only and when you press
Tab, it moves on to the next field.
I have set the field to be "Tab on Return" so that traps the return key,
but pressing TAB, adds a tab to text.
In my earlier project it just moves on.
Help :)

Stewart

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


Re: Tabbing out of a text field

2010-10-21 Thread DunbarX
You could trap the "tabKey" message.

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


Tabbing out of a text field

2010-10-21 Thread RevList
I am having a bit of a brain fart.
How do I set a text field so that when I press the TAB key, it tabs to the
next field rather than adding a Tab character to the text field?

Thanks in advance

Stewart

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