can Xyplorer support TSF?

Features wanted...
Post Reply
hesisiangchi_
Posts: 16
Joined: 18 Oct 2023 18:15

can Xyplorer support TSF?

Post by hesisiangchi_ »

TSF is an acronym for Text Services Framework:

https://learn.microsoft.com/en-us/windo ... -framework
https://en.wikipedia.org/wiki/Text_Services_Framework

I'm a Korean user, and I don't have any inconvenience when using xyplorer on a daily basis (I think xyplorer is more useful than its price). However, I sometimes need to type hanja or old Korean characters in comments or tags, and if the app doesn't support TSF, certain characters won't be typed (marked with ?) or are difficult to type (word-by-word conversion, auto-ligature, etc.).

I was confused for a while about what the problem was, and only recently realised that it's because some of IME's features don't work properly in apps that don't support TSF.

This isn't a major issue, but it would be nice if xyplorer supported TSF if it wasn't so technically difficult.

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: can Xyplorer support TSF?

Post by admin »

I am actually wondering why it does not work. I think it should just work out of the box since I'm using standard Windows Edit Controls that should be connected to TSF.

The problem might be that I'm doing too much behind the scenes (via subclassing). So just for debugging, I added a way to display a text box without subclassing:

Code: Select all

echo input("Test", 9:=1);
It will look like this and you have to click into the box to focus it. Then you can type. Does TSF work here?
Attachments
InputRaw.png
InputRaw.png (1.58 KiB) Viewed 1251 times

hesisiangchi_
Posts: 16
Joined: 18 Oct 2023 18:15

Re: can Xyplorer support TSF?

Post by hesisiangchi_ »

Does not work.

Image
Image

This is tried with that script.

Image
Image

This is tried with firefox.

I'm using xyplorer on windows10 22h2 (19045.4529).

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: can Xyplorer support TSF?

Post by admin »

Too bad, but thanks for trying. I have no other ideas at the moment.

hesisiangchi_
Posts: 16
Joined: 18 Oct 2023 18:15

Re: can Xyplorer support TSF?

Post by hesisiangchi_ »

Hopefully get lucky one day.
Thank you for your response.

Post Reply