UmSenhorQualquer/pyforms-gui

ControlDir doesn't have correct label

Closed this issue · 6 comments

I have been using ControlFile with success, but it doesn't seem that pyforms has an option to request a folder instead of a file.

I guess this is a feature request, rather than an issue, but I don't know where else to file it.

Nevermind, it is called ControlDir 🤦‍♂️

I do actually have an issue with it though.
Instead of the provided label, it says "TextLabel"
on Linux, Python 3.6

Hi,

I tried to reproduce your problem but here, and following the example (/tutorials/Controls4Docs/ControlDir.py), I get the proper label.

Can you show me what you tried to do? Perhaps I didn't understand your problem properly.

Hi, I'll try to reproduce next time I'm at a PC, it'll be in the new year

Were you able to reproduce the problem?

Hey, I did not get a chance.
I am not actively working on the project using this, so while I do intend to - I keep forgetting.
Feel free to close and I can re-open if I can get you a minimal test case