Creating a windows version for my plugin, has problems
I'm not a Windows users so:
The most basic basic stuff are working, i'm using if WIN_ENV then ....
For now I have done tests with the plugin installed in a 'easy' directory. With MacOS i'm using gsub .... for spaces, but what with Windows paths/files with spaces ?
A problems also is that when selecting a file with a browse option, and it contains only numbers, it should adds leading zeros to it in another ftext_field. All done with This does not work in Windows.
It could be, need to check, but when creating 'variable' for MacOS it always start with local xyz =, this also does not seems to work in Windows.
Also my
pluginInfoProvider.sectionsForTopOfDialog
pluginInfoProvider.sectionsForBottomOfDialog
are not visible, TopOfDialog is used of purpose and manual, BottomOfDialog is used for setting users preferences.
So i'm' quite confused.
Please advice, Thank you
Patrick
