Wings 3D Development Forum
Making an import dialog use dialog_preview ? - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: Making an import dialog use dialog_preview ? (/showthread.php?tid=2038)



Making an import dialog use dialog_preview ? - ggaliens - 07-01-2016

Making an import dialog use dialog_preview ?

What would it take to make such a thing happen ? Quick responsive preview to import dialog box values ?

Some code I could look at ?


RE: Making an import dialog use dialog_preview ? - micheus - 07-01-2016

Maybe you can use the wpc_image.erl as reference. Take a look at make_image/4.
I think you will bind 'dialog_preview' to process the parameters and get the visual feedback.