Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX 1539: a little oops

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
Uniwares Posted - Oct 14 2006 : 4:45:46 PM
Not sure how that popped up, but it is effectively wrong since it blocks the overload selection. VAX seems to have some troubles keeping up with context when typing fast.



4   L A T E S T    R E P L I E S    (Newest First)
Uniwares Posted - Oct 16 2006 : 3:05:20 PM
I know. I am sure there is "something" that triggers those problems related to the syncronisation between VS and VAX and typing speed.
feline Posted - Oct 16 2006 : 1:44:19 PM
I am guessing (and it is just a guess) that there is a connection with this thread

http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=5457

where you comment on completion list errors, which also seems to be related to speed. I am going to ask the developers if they have any ideas on this. I understand what you are describing, but reproducing it on demand... that could be a bit more difficult.
Uniwares Posted - Oct 16 2006 : 12:58:03 PM
Not manually triggered for sure. It just happens occasionally, but i am sure it is a timing problem, related to fast(er) typing and loading of symbols.
feline Posted - Oct 16 2006 : 11:42:47 AM
I can get something close using VS2005 and VA 1539, C#
I added the following code:


public void SetProgress(int nCurrent) { ; }
public void SetProgress(int nStart, int nCurrent) { ; }

private void DoSomething()
{
    SetProgress(|)
}


Which generated the suggestion listbox, and if I then pressed CTRL-SHIFT-SPACE I was able to get the parameter tooltip, but it appeared over the top of the suggestion listbox, not "next" to it.

Is it likely that you manually triggered the parameter tooltip? So far I cannot make this happen automatically.

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