XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Tim Crowson
I think I asked this a long time ago and I don't know that the question was ever fully answered Is it possible to select multiple files with XSIUIToolkit.FileBrowser? If not, is there a way to do this sans-Qt? -- Signature *Tim Crowson */Lead CG Artist/ *Magnetic Dreams, Inc. *2525

Re: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Alan Fregtman
Best option without Qt is to do an infinite loop that you break out of when you Cancel once. On Wed, Oct 16, 2013 at 3:17 PM, Tim Crowson tim.crow...@magneticdreams.com wrote: I think I asked this a long time ago and I don't know that the question was ever fully answered Is it

Re: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Tim Crowson
Somehow that sounds very wrong... lol! :-D After all this time Soft does have a way to allow multi-file importing via FileBrowser? Qt is not a problem for us internally, but this for a collection of tools that I may want to distribute, and I hate to add an extra dependency. At the risk of

Re: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Alok Gandhi
Use a combination of two API Commands: a) PickFolder (to get the folder) b) FindFilesInFolder (to search for the files in the folder) This should give you the desired behaviour from scripting. On 10/16/2013 3:17 PM, Tim Crowson wrote: I think I asked this a long time ago and I don't know that

Re: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Alok Gandhi
In that case you just need to ship your source code for python, no binaries required. On 10/16/2013 4:09 PM, Tim Crowson wrote: Somehow that sounds very wrong... lol! :-D After all this time Soft does have a way to allow multi-file importing via FileBrowser? Qt is not a problem for us

Re: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread David Barosin
Maybe look at siControlListBox (setting this attribute - siUIMultiSelectionListBox ) http://download.autodesk.com/global/docs/softimage2013/en_us/sdkguide/index.html?url=si_om/siPPGControlType.html,topicNumber=si_om_siPPGControlType_html The navigation through the directory structure could use

Re: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Tim Crowson
Actually I may have spoken too soon... the FindFilesInFolder method seems to get all files that match a certain regex. I'm trying to let the user pick those via selection. -Tim On 10/16/2013 3:10 PM, Alok Gandhi wrote: Use a combination of two API Commands: a) PickFolder (to get the folder)

RE: XSIUIToolkit.FileBrowser - get multiple files?

2013-10-16 Thread Matt Lind
: Wednesday, October 16, 2013 1:17 PM To: xsi Subject: Re: XSIUIToolkit.FileBrowser - get multiple files? Maybe look at siControlListBox (setting this attribute - siUIMultiSelectionListBox ) http://download.autodesk.com/global/docs/softimage2013/en_us/sdkguide/index.html?url=si_om