You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is some sample code, using yast-python-bindings.
If you run that against qt, all the text in the MultiLineEdit is captured and printed to the log:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py qt
2019-08-01 16:45:15 <3> linux-s6h5(19775) [Python] MultiLineEdit.py():16 this is the testing text
But if you run it against ncurses UI, only the first word is captured:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py ncurses
2019-08-01 16:43:23 <3> linux-s6h5(19743) [Python] MultiLineEdit.py():16 this
The text was updated successfully, but these errors were encountered:
Here is some sample code, using yast-python-bindings.
If you run that against qt, all the text in the MultiLineEdit is captured and printed to the log:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py qt
2019-08-01 16:45:15 <3> linux-s6h5(19775) [Python] MultiLineEdit.py():16 this is the testing text
But if you run it against ncurses UI, only the first word is captured:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py ncurses
2019-08-01 16:43:23 <3> linux-s6h5(19743) [Python] MultiLineEdit.py():16 this
The text was updated successfully, but these errors were encountered: