Open GoogleCodeExporter opened 9 years ago
I am willing to use this control in an application (Editor for a language) but
the Auto completion thing is keeping me back...
When will this issue be resolved?
I really need it to work.
Original comment by abdulsa...@gmail.com
on 30 Sep 2010 at 1:05
I'm hitting the same problem here. Sometimes it seems to display way outside
the bounds of the SyntaxBox control itself, I tried setting the
AutoListPosition to being the Caret position, but that didn't seem to help. I
have also tried playing around with the order that I am calling the properties
in but it just doesn't seem to like me:
SQLControl.AutoListVisible = False
SQLControl.AutoListPosition = SQLControl.Caret.Position
SQLControl.AutoListBeginLoad()
SQLControl.AutoListClear()
For Each T As Table In Mainform.currentDatabase.Tables
SQLControl.AutoListAdd(T.Name, 0)
Next
SQLControl.AutoListEndLoad()
SQLControl.AutoListPosition = SQLControl.Caret.Position
SQLControl.AutoListVisible = True
Original comment by lawrence...@gmail.com
on 27 Oct 2010 at 10:27
I have the same problem, when will this issue be fixed??
Original comment by renesweb...@gmail.com
on 7 Dec 2010 at 8:59
Original issue reported on code.google.com by
pablleaf
on 29 Dec 2009 at 2:40