Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX Outline: unable to track to an empty region

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
schoenherr Posted - Feb 14 2008 : 02:55:10 AM
VAX 1626:
the dragged item will be placed after the endregion statement
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Feb 15 2008 : 09:35:38 AM
This was a little "odd", but thinking about it, this gives you more control for less dragging. If there are a lot of children underneath a node this allows you to quickly and easily move the items to below the child node, without having to drag down the list and position the item after the end of the parent node.

It depends on how complex your VA Outline tree is, and what you are trying to do.
schoenherr Posted - Feb 15 2008 : 06:10:31 AM
you'r right feline
IMHO it horizontal indentation should have no influenze.
feline Posted - Feb 14 2008 : 11:03:39 AM
This works correctly for me, using VS2005 and VA 1626 with C++. However it depends on where I drag the item in VA Outline. You need to look at the horizontal position of the dragged item.

Using this code:

static void dragThisIntoRegion() { }

#pragma region EMPTY_REGION

#pragma endregion EMPTY_REGION

If I simply drag the function then I see this:



Note that the dragged item is at the same "level" (horizontal indentation) as the start of the region. When I do this the item is placed after the end region line.

However if I drag it sideways, so that it is shown as a child (greater horizontal indentation) of the start region:



then it is placed inside the region.

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