Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Location
    Taiwan
    Posts
    65

    Huh? How to use Plugins

    How can I use plugins of AMS5 that I purchased.
    e.g. How to use Sqlite Database plugin in Setup Factory 7
    Last edited by coffeeworm; 10-14-2004 at 01:33 AM.

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Quote Originally Posted by Ted Sullivan
    Or even easier, just run the installer for the plugin. It will detect which compatible applications it finds (such as AutoPlay Media Studio 5.0 and Setup Factory 7.0) and install the plugin correctly. You can run it more than once to install for multiple products.
    Have a look at http://www.indigorose.com/forums/showthread.php?t=9027

  3. #3
    Join Date
    Jul 2002
    Location
    Taiwan
    Posts
    65

    Huh? a test for Sqlite

    csd214
    Thanks for your reply.
    I make a test to use Sqlite plugin like that:
    the code in [Global Functions]
    ------------------------------------------------------------
    function createDB()
    db = SQLite.Open("c:\\test.db");
    SQLite.Query(db, "Create table song(ID integer primary key, sid text, name text, descript text)");
    SQLite.Query(db, "Create table score(ID integer primary key, pid text, sid text, name text, descript text)");
    SQLite.Query(db, "Create table music(ID integer primary key, sid text, name text, descript text)");
    end
    --------------------------------------------------------------

    the code in [action/on postInstall]
    -----------------------------------------------------
    createDB();
    ---------------------------------------

    I build the project to setup.exe and run it.
    The test.db will be created,but I got an err form operation.
    Why?
    Attached Files

Similar Threads

  1. Object Plugins 'tool tip' query
    By SUF6NEWBIE in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 04-28-2004, 10:45 PM
  2. Question about plugins
    By stkeys in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 01-28-2004, 11:19 AM
  3. about plugins - IRTHUMBLIST
    By coffeeworm in forum AutoPlay Media Studio 5.0
    Replies: 9
    Last Post: 01-10-2004, 07:58 AM
  4. AMS5 Plugins suggestions
    By Martin_SBT in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 12-01-2003, 01:32 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