Hello everyone,
I open a pop-up window with a function from my svg file.Once the window is opened, i select a file name and i would like to call a function from my svg file and put in parameter my selected file. i have tried to call my function with parent.Import('the name of my selected file'); and it is not working. I have tried opener.Import(...), still not working.
Does anyone have an idea?
Thanks in advance.