Installing Samples Dialog....
-
@d-healey not sure if useful anymore but I use just the locate sample folder button with the preprocessor definitions above(=1, =0) activated and works fine for myself. In scriptnode branch. On windows.
-
@coreyu21 what about the other way around, to show just the install button?
-
@d-healey I get an error as it looks like it just shows both install buttons and the text says something like “You shouldn’t see this”. I’m not at cpu right now but if needed I can send a screenshot when I’m back.
-
@coreyu21 Yeah I think that's why I made a fix :p
-
@d-healey What does one have to do these days to omit the 'Choose Sample Folder' button?
-
@DanH Same as always, set the flag.
-
@d-healey both of them? Tried it and didn't work, been round the houses trying all the methods in this thread... will try again!
-
@d-healey yep I just get nothing if I set both the flags.
-
@DanH Show me a screenshot
-
@d-healey of the flags? There’s nothing to show otherwise, the plug-in goes straight to the interface and creates the default link
-
@DanH Yeah show me where you've set the flags.
-
-
@DanH Those look fine. Try changing these options in the project's jucer file.
-
@d-healey yup I played with those too, they're back to default like this
-
@DanH I think I've gone through every combo with no luck
-
@danh reviving this old topic... Did you had chance making this work ? It's still not working here (Win-VS17) no matter what combo I use.
Only 1 HISE sourcecode, cleared the cache, added flags in export settings / changed them in projucer file... Nothing is working...EDIT : to be more precise, disabling the INSTALL SAMPLE DIALOG seems to work but not the LOCATE SAMPLE DIALOG.
-
@matt_sf Which branch?
-
@d-healey latest develop
-
@matt_sf I never got those to work if I remember correctly, I just heavily edited the text that appears with it in order to guide the user to what I wanted. My install process has it's own sample installer, the idea being that when the user opens the plugin for the first time there's no dialogue because the samples are already installed and the plugin knows where they are.
-
@danh I went for that solution either : on windows there's no problem, the user can select where he wants to put the samples during installation ; but on mac you can't do that in an installer and I thought it would be nice to allow the user to copy the sampleLibrary and locate it afterwards.
So in a matter of design constistency and customization I wrote a fully functionnal check location/locate samples system... only to discover I can't get rid of the locate sample dialog :beaming_face_with_smiling_eyes:
well... back to square one I guess.Thanks anyway :thumbs_up: