How to input Vietnames in Textbox on ExcelTaskpane

Add-in Express™ Support Service
That's what is more important than anything else

How to input Vietnames in Textbox on ExcelTaskpane
Can't not typing vietnames rightway in Textbox on Taskpane 
Tuan Pham




Posts: 6
Joined: 2013-01-27
I Now use the latest built Add-in Express for .NET

I create one taskpane and put one textbox on it

Then I try to type vietnamese like "Xin cảm ơn" but it does't work

But when I type in cell A1, it correct.

To type vietnamese, Use can you add vietnamese keyboard or Use the third party

tool like Unikey that can found here http://unikey.vn/vietnam/

To Type "Xin cảm ơn" you type "xin camr own" and the Unikey will do the rest
(Telex input method)


Please help me

Thanks
Posted 18 Jul, 2020 05:53:51 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Tuan,

Make sure the latest build of AddinExpress.OL.2005.dll is referenced by your project. If you use the latest version of that assembly, please provide the complete version strings that you can find to the right of the About Outlook button (do not click the button) in File | Office Account.


Andrei Smolin
Add-in Express Team Leader
Posted 18 Jul, 2020 08:47:05 Top
Tuan Pham




Posts: 6
Joined: 2013-01-27
Hello Andrei,

Thank you for your reply soon,

My Addin is Excel Addin and AddinExpress.XL.2005.dll already in Project reference.

My addin-Express version is 9.4.4644

My Excel version is 16.0.4849.1000
Posted 18 Jul, 2020 08:59:30 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Tuan,

Ah, sorry.

Tuan Pham writes:
...AddinExpress.XL.2005.dll already in Project reference.


Click the reference and see the build number in the Properties window. Please confirm that you have version 9.4.4644.


Andrei Smolin
Add-in Express Team Leader
Posted 18 Jul, 2020 09:20:25 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Tuan Pham writes:
Then I try to type vietnamese like "Xin cảm ơn" but it does't work


Also, please specify what "doesn't work" means? Do you see exceptions? Incorrect characters? Nothing gets typed?


Andrei Smolin
Add-in Express Team Leader
Posted 18 Jul, 2020 09:22:37 Top
Tuan Pham




Posts: 6
Joined: 2013-01-27
Hello,

does't work means that It Incorrect characters.

the correct is "Xin cảm ơn" but in textbox it shows "xin camr own"

in vietnamese when you type with Unikey type helper

ar -> ả
ow -> ơ

It show correct if I type in textbox on normal form

On taskpane, Unikey can not send the combine key to?

Normally Unikey catch the keyboard then process , combine words

for example if I type 'ar' it will convert to 'ả' then send back to the host.

I guest it cannot send to Taskpane

Please install Unikey then try to find out for me

it very important to me

Thank you
Posted 18 Jul, 2020 10:54:12 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Tuan,

This issue is now written under #18306 in our issue-tracking DB. When I have news on the issue, I'll send you a note. At the moment I cannot tell anything about the time frame.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Jul, 2020 04:09:39 Top
Tuan Pham




Posts: 6
Joined: 2013-01-27
Hello Andrei,

In the meantime, I had the idea that I will show one normal form overlapping the taskpane. Is it possible?
Can you tell me how to get Taskpane's location? (Top, left, width, height).

Regards,
Posted 20 Jul, 2020 04:20:00 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Tuan,

An ADXExcelTaskPane descends from System.Windows.Forms.Form. Get the pane instance as ADXExcelTaskPanesCollectionItem.CurrentTaskPaneInstance and retrieve that info. See also section Accessing Add-in Express form instance; see the PDF file in the folder {Add-in Express}\Docs on your development PC.


Andrei Smolin
Add-in Express Team Leader
Posted 20 Jul, 2020 05:13:46 Top
Tuan Pham




Posts: 6
Joined: 2013-01-27
Hello Andrei,

I will do a try, thank you.

I'm waiting to here a good news from issue #18306.

Regards,
Posted 20 Jul, 2020 05:18:10 Top