Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 23
  1. #1
    Join Date
    Jan 2007
    Posts
    271

    Drag and Drop Time !!!

    This allows Drag and Drop.

    Here is something I put together to show
    that Drag and Drop can be done.
    Info button top left on App.

    http://www.box.net/shared/j8cr110ys0

    AudioSamIam

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    very interesting,

    1st, why dose it have to move the file, just lost 6 mp3's till i read the help, lol

    2nd, what object is the file being dropped onto

    im very curious as to how you got the object to receive files as all my efforts have failed (and thats using 3 programing languages), you could be on to something here mate
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Jan 2007
    Posts
    271

    Hi Rizla,

    lol..
    Did you think it was eating the files???

    Thanks for the reply.
    Just wanted to mention so that everyone knows.
    It doesn't eat your files it just moves them to a
    folder named DropBox in Program files.
    C:\\ProgramFiles\DropBox ...
    So once you drop your files you can always go to that folder
    and get them , then put them back in the folder you wish.
    That's untill it's set up to not to move the files..


    AudioSamIam

  4. #4
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    Hello!

    I just tried it. I had some problems...
    1. When I dropped a JPG, it did a sound then nothing else happened.
    2. When I dropped a MP3, it did nothing in the program; it opened the file with my default applications.
    I'm running Vista x64.

    At least I saw the "drag-n'-drop" icon!
    Hope that helps.

    FoxLeader

  5. #5
    Join Date
    Jan 2007
    Posts
    271

    Thanks FoxLeader

    I guess that means it won't work for Vista x64.
    Sorry for that.

    I have no way to test on Vista.
    Maybe I'll set it so that you can choose your DropBox Location.
    That might work.


    It works very well on Xp.

    Thank You,
    AudioSam
    Last edited by AudioSam; 02-05-2008 at 03:51 PM.

  6. #6
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    I have XP in dual-boot, so I'll try when I'll think about it again XD

  7. #7
    Join Date
    Jan 2007
    Posts
    271

    Thanks FoxLeader

    I hope it works.
    Let me know if it doesn't and I'll refund your money.
    Have a good day/night..

    AudioSamIam

  8. #8
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Vista won't let copy files to the Program Files folder. Not sure why you chose that location. Why not My Documents?
    Dermot

    I am so out of here

  9. #9
    Join Date
    Jan 2007
    Posts
    271

    Thanks Dermot

    I didn't know that.
    I still have much to learn.
    I will put that in my notes.
    If not copy to Program Files
    where wold new installs be allowed?

    Thanks for the information.
    AudioSam

  10. #10
    Join Date
    May 2006
    Posts
    1,443
    Quote Originally Posted by RizlaUK View Post
    very interesting,

    1st, why dose it have to move the file, just lost 6 mp3's till i read the help, lol

    2nd, what object is the file being dropped onto

    im very curious as to how you got the object to receive files as all my efforts have failed (and thats using 3 programing languages), you could be on to something here mate
    AudioSam i solve your way he he he

    its very simple

    1) create a folder
    2) open that folder in a web object
    3) create an Image Object for receive events
    4) drag and drop a file in to that folder (already in web object)
    5) find files on (On Enter) or (On Leave) event
    6) assign a listbox

  11. #11
    Join Date
    Jan 2007
    Posts
    271

    Reteset

    Dang....
    There goes my million dollars..
    I said it was simple..
    Now if someone could figure out a way
    to get the path to a/the file that's being dropped
    right before it's dropped and then create a (m3u to the file)
    in the case of it being an mp3 that's dropped into the folder.
    Then send the mp3 file back to it's original location.

    Glad you got it figured out.
    I just posted the example to show
    there is a way to achieve drag and drop.
    Not the very best way, but it will work
    until something better comes along.

    Another puzzle for you. : )
    Figure out the volume control...
    It's a little harder to figure out.

    AudioSamIam

  12. #12
    Join Date
    May 2006
    Posts
    1,443
    i only did a joke
    i am sorry if i bother you
    i know, there is no way to do this other than your method
    good idea
    i always support good ideas and quick solutions

  13. #13
    Join Date
    Jan 2007
    Posts
    271

    Reteset

    I'm glad you got it figured out.
    I know once I or anyone post something others
    are going to figure it out.
    I would have posted the apz file.
    I wanted to show the example so that
    it would get everyone thinking.
    ********************
    About the volume control.
    That isn't a included volume control
    from AMS.
    It's custom and can look anyway someone wants.
    I read what I posted again, and I thought
    you might be thinking it's a regular volume control.
    It was hard for me to figure it out.
    So, when I said try to figure it out, I wanted you to see
    if you could duplicate it.

    AudioSamIam
    Last edited by AudioSam; 02-06-2008 at 09:10 AM.

  14. #14
    Join Date
    Mar 2004
    Location
    Michigan
    Posts
    169
    AudioSam,

    Could you post the .apz? Thank you!!

    Sue

  15. #15
    Join Date
    Jan 2007
    Posts
    271

    Hello Sue,

    I will post the apz file,
    (without the volume control.)
    You can add set volume as you wish.

    Everything else will be there.
    There is a trick to the mp3 being played.
    That, I am pretty sure you would have to change
    for the preview to work for you.

    In your AMS folder there is a Data Folder.
    In the Data Folder there is a file, _res_types.xml.
    Open that file with notepad.
    Scroll to
    <Resource>
    <Name>Audio</Name>
    <Default>0</Default>
    <Extensions>

    Add
    <Ext>mp3</Ext>
    to the list of extensions.

    As you know AMS doesn't officially support the MP3
    format so this would be only for your use and testing purposes.

    Give me a few minutes and I will post the Apz File.

    AudioSamIam

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Sample: Drag / Drop Object
    By Desmond in forum AutoPlay Media Studio 7.5 Examples
    Replies: 18
    Last Post: 03-15-2010, 04:15 AM
  2. Action on Drag N Drop
    By Jonas DK in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 10-19-2008, 08:55 AM
  3. Drag and Drop problem
    By gambit in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 02-05-2008, 11:51 AM
  4. drag and drop without shortcuts
    By tkilshaw in forum Setup Factory 7.0
    Replies: 1
    Last Post: 04-22-2005, 02:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts