hao li
hao li
I am from China, a php and python developer. Use flexx to help Chinese export companies develop customers and build connections. The project is still in the research and development...
`from flexx import flx, ui class Exampleui1(flx.Widget): def init(self, demo): super().init() self.example1_label = flx.Label(text='my is example1') class Example2itemui(flx.Widget): def init(self, example2): super().init() self.example2 = example2 with flx.HBox(css_class="item"): self.name = flx.Label(css_class="column...
Click several times, and then click the Last button, it is easy to report errors. If you don't use StackLayout, it's fine. Because I don't have an in-depth understanding of...
Hello @almarklein If you have time, please help Thanks
[demo.zip](https://github.com/flexxui/flexx/files/8747662/demo.zip) please see attachment @Konubinix @almarklein
I think the problem point 1. StackLayout 2. verifybatchitemui = Example2itemui( self.example2, parent=self.verifybatch_task_box, style="height:42px;" ) "when using parent". When the above two are used together, this problem is prone to...
Hello, Found a problem? @Konubinix @almarklein I don't know how to solve the above problem. Looking forward to your reply
Hi, The problem is solved: I replaced class Exampleui(flx.Widget): with class Exampleui(flx.PyWidget). I looked again at the documentation https://flexx.readthedocs.io/en/stable/guide/widgets_components.html and saw: A PyComponent always has a corresponding proxy object in...