Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 11 of 11
  1. #1
    Join Date
    Feb 2004
    Posts
    67

    Passing between 2 AMS projects

    I remember seeing a discussion about passing data from AMS porject to another.

    I have searched in vain, so if anyone remembers the thread, could you point me to it.

    I want to pass data from one list box in Project A to a listbox in Project B.

    TIA

    Synistics

  2. #2
    Join Date
    Jul 2007
    Posts
    15

    Lightbulb The Registry and textfile or inifile

    you can try the write a registry key or text file from the first application and read the key or text in the other application
    sorry for my english ¿is good, middle, or bad?

  3. #3
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    Is this what you are looking for:

    http://www.indigorose.com/forums/sho...ight=send+data

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    yeah, i was working on a dll to do such, but i cant get it to work with ams, i can get 2 PB apps to "talk" to each other but have had no luck with ams so far

    FYI, i wouldn't relay on using the users registry for communication of the apps, there will always be a situation where this will fail, instead i would use a ini file or sqlite database placed in a location where the dam vista UAC wont jack it.....just my opinion
    Open your eyes to Narcissism, Don't let her destroy your life!!

  5. #5
    Join Date
    Feb 2004
    Posts
    67

    thanks guys

    that was the thread.

    I am going to give it a try when I get back to the city. If it does not work, I will need to try the SQLite method, which can be done, but I am trying to avoid that.

    All else fails, I am pulling data from an outside source, it means the user will loose what they are listening to and need to restart.

    Thanks again

  6. #6
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Hi,

    You can also use textfile created on the desktop or tempfolder, which Project (1) can create and Project (2) can collect data and delete immediately after that.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

  7. #7
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020

    Share ListBox Text & Data between 2 AMS Projects

    Hi,

    I've updated my examples page with what I said above:

    At the Miscellaneous Example section, look for:
    Share ListBox Text & Data between 2 AMS Projects
    - You need to download 2 APZ Files : ShareData1 | ShareData2
    - Add/edit/delete items into a ListBox in ShareData1 Project
    - Write the ListBox items into a Text File on the Desktop from ShareData1 Project
    - Load the Text File text and data into a ListBox on ShareData2 Project
    - Load Text File text and data uses Delimited Function

    The example above uses Text File written on HDD as a bridge. You can change from Desktop to TempFolder.

    Worm's example does not need to write into HDD. It passes data between 2 Projects directly.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

  8. #8
    Join Date
    Sep 2007
    Posts
    15
    Funny, I was looking through for something like this... how would it be possible to pass from one project to another using SQLite??

  9. #9
    Join Date
    May 2006
    Posts
    5,380
    use the same principle as azmanar's example only useing a sql db instead of a text file, you have both apps open the same db and they sharing data
    Open your eyes to Narcissism, Don't let her destroy your life!!

  10. #10
    Join Date
    Sep 2007
    Posts
    15
    I wish I was a little more clever sometimes... :/

    Thanks

  11. #11
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Hi,

    We're both very lucky to be here, Mel.

    Everyone is in the process of getting more clever each day by learning from each other in this very IR forum.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

Similar Threads

  1. DLLs and EXEs for your AMS 5/6 projects - FREE!
    By Intrigued in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 10-20-2005, 09:26 AM
  2. Problem with HTML passing variables to AMS
    By Squirrel22 in forum AutoPlay Media Studio 5.0
    Replies: 12
    Last Post: 06-15-2005, 11:30 PM
  3. A free seamless audio loop for your AMS projects [ogg]
    By Corey in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 03-11-2005, 06:30 AM
  4. What projects have U done with AMS?
    By RonSanSolo in forum AutoPlay Media Studio 4.0
    Replies: 13
    Last Post: 04-17-2004, 11:18 AM
  5. Moving AMS projects
    By Christian in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 02-07-2000, 09:41 AM

Posting Permissions

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