Displaying 1 result from an estimated 1 matches for "vgfgdfgdfgdfgdfgdgdfgdfgdfgdfgdfgdg".
2011 Jun 19
2
Debugging textedit (gathering its content)
Hi guys,
I'm new in wine debugging, but i need to get content of textbox to console. I tried
Code:
WINEDEBUG=+edit ./app.exe 2>&1
It gets content of lineedit, but not textedit.
Do you have some idea how read content of textbox from win app in wine?
Thanks