Skip to content

AutoList Not functioning or I'm not doing it correctly. #9

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Added AutoList Code

Me.SyntaxBoxControl1.AutoListClear()
Me.SyntaxBoxControl1.AutoListBeginLoad()
Me.SyntaxBoxControl1.AutoListAdd("test1", 0)
Me.SyntaxBoxControl1.AutoListAdd("test2", 1)
Me.SyntaxBoxControl1.AutoListAdd("test3", 2)
Me.SyntaxBoxControl1.AutoListEndLoad()
Me.SyntaxBoxControl1.AutoListVisible = True

What is the expected output? What do you see instead?

If code completion works as expected, I would assume the text would appear
if I started typing "te"

What version of the product are you using? On what operating system?

Puzzle.SyntaxBox.NET3.5 on Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by pablleaf on 29 Dec 2009 at 2:40

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions