leon-thomm / ryvencore-qt

Qt frontend for ryvencore - Python library for building visual node editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with file open dialogs

charoduke opened this issue · comments

Hello!

  1. All QFileDialog.getOpenFileName(), not work in my system (Manjaro) without parameter:
    options=QFileDialog.DontUseNativeDialog

  2. And I can't comment. If I find how fix I'm report.

  3. Have way to broke link between nodes? If not it feature need. Or I need it fix too...

  4. Any package may have dependencies that need to be installed, before import. May be need system for it, at least check. Or may be some another system install them with dependencies.

Thanks for macros, slider and more types default inputs, and global rework!

Hi! To your questions:

  1. That seems weird, in any case it's probably an issue of PySide on your system.
  2. Did you turn on stylus comment mode?
  3. To break a connection, connect it again.
  4. A missing module is checked in Ryven, see here, ryvencore-qt does not care about it natively. You can check it the same way

3 Thanks
2 Yes I m try use it in top-right corner, and can pick color. It must be middle mouse button right? Can you point on place in code where it must triggered, I m try debug.
4 yes, not criticical

1 and in same pc with windows I m fixed in ryven2 open() file encoding (add utf-8 parameter) for load txt configs etc.

2 Yes I m try use it in top-right corner, and can pick color. It must be middle mouse button right? Can you point on place in code where it must triggered, I m try debug.

middle mouse button? No, you need something that that causes touch events (stylus pen)

1 and in same pc with windows I m fixed in ryven2 open() file encoding (add utf-8 parameter) for load txt configs etc.

Sorry, I don't quite understand what you mean?