Hi,
I have a problem with the memberlist and the hyphen character.
Open the SDI editor example application and open the code behind file for the dynamic HTML syntax language. Now go to the position where the memberlist with the HTML tags is filled and add two more items:
test-one
test-two
When you now start the demo and enter "<" the member list appears; start typing test and you see the two new entries. If you now continue typing "-" the word test-one is filled in and the member list closes.
In other word there is no way to make get the test-two entry by typing somting like "test-t"; if also checked the AllowedCharacters of the memberlist; the hyphen "-" is included there!
How can I solve this?
Thanks,
Joe
I have a problem with the memberlist and the hyphen character.
Open the SDI editor example application and open the code behind file for the dynamic HTML syntax language. Now go to the position where the memberlist with the HTML tags is filled and add two more items:
test-one
test-two
When you now start the demo and enter "<" the member list appears; start typing test and you see the two new entries. If you now continue typing "-" the word test-one is filled in and the member list closes.
In other word there is no way to make get the test-two entry by typing somting like "test-t"; if also checked the AllowedCharacters of the memberlist; the hyphen "-" is included there!
How can I solve this?
Thanks,
Joe