Code mentors for Textual? #2907
Replies: 2 comments 3 replies
-
You're very welcome to post questions here or over in the #help-wanted channel on our Discord server. Note that it's far easier to help diagnose the sorts of issues you mention above if it's accompanied by minimal-but-runnable code examples that illustrate what you're having trouble with. PS: you can still create widgets and assign references to to them to instance variables; it's all still Python. It's quite a common thing to do that. |
Beta Was this translation helpful? Give feedback.
2 replies
-
We're here to help as Dave says! You may also find this how-to on building a layout to be helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quick question.
I am struggling a bit with learning Textual. I have a simple App (see attached) I created that is actually looking far better than I would have imagined, for only a handful of hours of effort thus far, but I still am getting peculiar layout problems. That, and the runtime type and object identification is throwing me for a bit of a loop. (In days of old I would have had this thing called a "variable associated with a class instance" to play with :-)
For example, the layout of the app I have I would have thought would put the two containers right next to each other vertically yet the second one is apparently docked at the center or bottom when I requested dock:top. Just one example of many challenges I am running into.
Are there code mentors available for hire?
Just curious,
_evan
Beta Was this translation helpful? Give feedback.
All reactions