OpenFile to select multiple file

Home Forums General Programming OpenFile to select multiple file

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60779
    artofnois
    Participant
      • Topics: 26
      • Replies: 40
      • Total: 66

      How can I select several files (syx) at a time to load all of them?
      I can olnly open 1 at a time.

      #60944
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        I’ll add a new function to cover this.

        #60947
        atom
        Keymaster
          • Topics: 159
          • Replies: 2945
          • Total: 3104
          • ★★★★★

          something like that should work in the new build


          t = {}
          utils:openMultipleFilesWindow (String("Title"), File("/"), String("*.*"), false, t)
          for i=0,3 do
          f = t
          if f ~= nil then
          console (f:getFileName())
          end
          end

          • This reply was modified 8 years, 6 months ago by atom.
          #60973
          artofnois
          Participant
            • Topics: 26
            • Replies: 40
            • Total: 66

            new build is ready for Mac? I use Mac ….
            I have tried in last MAc build and don’t work

            #61543
            artofnois
            Participant
              • Topics: 26
              • Replies: 40
              • Total: 66

              Hi Atom, when the new build for mac to be able to use openMultipleFilesWindow?

              #61576
              atom
              Keymaster
                • Topics: 159
                • Replies: 2945
                • Total: 3104
                • ★★★★★

                Maybe next week, i need to finish OSC (i’m halfway there) and do some more fixes/features i had planned.

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The forum ‘Programming’ is closed to new topics and replies.
              There is currently 0 users and 90 guests online
              No users are currently active
              Forum Statistics
              Threads: 2,495, Posts: 17,374, Members: 77,605
              Most users ever online was 12 on January 22, 2019 3:47 pm
              Ctrlr