My first post to this list, so bear with me. I'm trying to develop an extension to import svg data, a follow-up to Bug #179560. Question: is there any way to specify, inside an .inx file, that it is to be used only on the File|Import dialog and not in the File|Open dialog. My extension, if it works, will be meaningless in a File|Open dialog, because I only want to import one specific path node. Currently the list of available file types in the two different dialog boxes appears to be identical, is this deliberate or accidental?
Alvin Penner
On Wed, 2008-01-09 at 19:34 -0500, Alvin Penner wrote:
My first post to this list, so bear with me. I'm trying to develop an extension to import svg data, a follow-up to Bug #179560. Question: is there any way to specify, inside an .inx file, that it is to be used only on the File|Import dialog and not i talked about the File|Open dialog. My extension, if it works, will be meaningless in a File|Open dialog, because I only want to import one specific path node. Currently the list of available file types in the two different dialog boxes appears to be identical, is this deliberate or accidental?
There is no way, but it more accidental than on purpose. I've never got around to splitting them out. I do think it is something we should do, it doesn't make sense to have all the bitmap formats in the open dialog either.
--Ted
participants (2)
-
Alvin Penner
-
Ted Gould