psemiletov / tea-qt

TEA text editor
https://tea.ourproject.org
GNU General Public License v3.0
89 stars 13 forks source link

Just a Question About Keyboard #54

Closed levone1 closed 2 years ago

levone1 commented 2 years ago

Hi. Hope you can bear with me for a quick question...

I have Tea built and installed and running well on SailfishOS mobile, (thank you). Meanwhile, I also was interested in Cudatext, (a Lazarus-built app), so I installed fpc/Laz, and built Cudatext, and it launches fine, but keyboard won't show.

SailfishIS is without X/gtk, so I built all deps and the app with '--ws=qt5' option, but I'm wondering why the textfield is not registering with the OS to cause the keyboard to pop up. Cudatext dev is not sure. I'm assumung it has something to do with being dependent on gtk...

Anyway, since Tea works fine, I wondered if you might have some insight - maybe just which specific files are the ones that make that happen, so maybe Cudatext code could be tweaked to make it work...

Thank you

levone1 commented 2 years ago

https://github.com/Alexey-T/ATSynEdit_Cmp/issues/1#issuecomment-1159613513