Skip to content
#

command

Here are 885 public repositories matching this topic...

WardBrian
WardBrian commented Jul 18, 2020

Because BlockLabels uses _lines instead of _title, set_title does nothing.

To reproduce:

import py_cui
root = py_cui.PyCUI(2,2)
root.set_title('Block Labels')
label = root.add_block_label('Hello\nWorld', 0,0, row_span=2, column_span=2)
label.set_title('Goodbye\nWorld')
root.start()

Expected behavior
set_title(title) should set the BlockLabel's ._line

darbyjack
darbyjack commented Sep 12, 2018

What was the confusing thing is the world came down to a simple lack of documentation and understanding of how something worked.

When using {@@} in description and message, you CAN'T use ROOT values. You MUST supply a children section for the languages. The improvement would be to allow multi-nested values along with root values in the @@

Improve this page

Add a description, image, and links to the command topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the command topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.