-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Savepanel object issues and discrepancy with Vanilla counterpart. #1911
Comments
can you upload the patch as a zip file? screenshots are also nice :) |
sure, here is the patch |
I was hoping you cold show in the image the backslashes. Anyway, I don;t get the backslasehs in my mac, the rest I can confirm. I can summarize this [savepanel] issue as
|
just a note on the side, instead of uploading screenshots or zips, it is possilble to save on manual labour by simply coping the entire text in patch listing except the first one containing #canvas, and paste it from the clipboard into a new patch in PlugData. So cool that. |
Should be fixed! |
Hi, The other issue I found in latest builds is that banging openpanel and savepanel after they have been used doesn't open file browser. |
There are still problems with
savepanel
object that makes its behaviour inconsistent with its Vanilla counterpart and overall just inconsistent with other object that deal with file and directory paths, at least on MS Win 10/11 platform.Firstly, it returns path with backward slashes, in contrast to
openpanel
andfile
objects that give and deal with paths constracted with forward slashes (unix style delimeter). This can be dealt with by placingfile normalize
object aftersavepanel
but obviously this is a hack and shouldn't be necessary.Secondly,
savepanel
does not take into account whether a path is given - to open the system dialog at a specific location on the filesystem. This is demonstrated in the patch below by passing the file location from thepdcontrol
object. Instead, it opens the file selection dialog at the last location where the system browser was used in pd (for example viaopenpanel
).Here is the patch that demonstrate forementioned issues.
As mentioned, OS is Windows 11/10, PlugData version 0.9.1
The text was updated successfully, but these errors were encountered: