Needed: Non-Ascii AveDesk Users

I'm trying to fix a bug with text-fields and input-controls in AveDesk's control library. Basically, it comes down to Non-ASCII (for example, Russian) not being able to input texts. I have a good idea what is causing the bug, but I can't test it easily myself.

So, if you are a NON-ASCII user of AveDesk and you are willing to test some stuff, please contact me.

#347706

Pardon the question, but... is it using unicode?

#347758

It's unicode yeah, but I suspect I'm not handling the right messages for dead character detection.

#347848

If VisualStudio .NET 2003 is enough for testing, then hit me with the task.

#347894

You know, Andreas, I'm always here! What to do?

#347941

Could any of you give this: http://mpj.tomaatnet.nl/AveControls.zip a try and check what happens if you open up a desklet with a single-line editbox and start typing russian or some other non-ascii language in it :)

#348002

I used this with SearchBar and Word Searcher. All the characters including letters, digits and punctuation symbols in cyrillic layout are displayed properly.

#348074

Double that. Everything's fine with my AveScripter configs and Russian language. Do the same thing please for text area!

#348219

If i go to a right place, somthing wrong here.....:(

After use new version dll file, i can type chinese correctly, but the "type notifier" don't place correct.

for example:

String = ABCDE

if i modify char At 1

then "type notifier" will place between "B" and "C"

AB|CDE

but if ABCDE is chinese

"type notifier" will place between "C" and "D".......

ABC|DE <= i'm editing B....

sorry for my poor english....

#348684

hmmmmmmmm interesting, can you place the whole string (including the chinese characters) in post here?

#348742

***:65EA683DCABB4E939D8A8471DBCD407E.XML 你好 haha

i think it is a problem about 1 Bytes char and 2 Bytes char

#348746