If you do not use the TypeSeparator in completion then add the following line 
of code to your editor initialization.

    editor:AutoCompSetTypeSeparator(0)

this will set the separator to null which is not likely to be a valid 
character in your string.

If you do not do that and you have a ? in your completion string then you will 
simply crash in UserListShow.

Andre

PS: As you probably already know I found this the hard way.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to