Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Autotext Window Navigation

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
homawong Posted - Dec 21 2005 : 1:41:17 PM
When I use autotext with custom field, the window for entering information does not accept Tab, Enter. I couldn't find a way to move between fields beside using mouse.

Also, when the window opens, the cursor was on the text editor instead of the first textbox in the window. I know VA is like this for a long time, and is there a way to fix this too.

Build 1438.

To give an example, this is the auto text I use is as follow:
#p:
#region Property: public $Type$ $Name$ ($Init$)
private $Type$ _$Name$ = $Init$;
/// <summary>
/// Gets or Sets $Comment$ (Default = $Init$)
/// </summary>
public $Type$ $Name$
{
get{return _$Name$;}
set{_$Name$ = value;}
}
#endregion

Homa
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jan 18 2006 : 12:52:49 PM
Tab within the autotext prompt dialog works in build 1440.
feline Posted - Dec 28 2005 : 4:17:39 PM
i checked back, and it was actually broken in 1438, as a side effect of a different bug fix in the same dialog. a fix should be released soon.
homawong Posted - Dec 21 2005 : 5:51:58 PM
Yes, it used to work.
feline Posted - Dec 21 2005 : 4:29:42 PM
strange, i thought that used to work, but it does not work in 1438

case=941

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000