Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    89

    Is User Entered Text Save possible?

    I would like to use AM6 to create a Training Course that enables a student to write their answers inside multiple text boxes on a range of pages within the AM6 application, then save; go back and edit their text at a later date, and then, when they have finished the course, submit the AM6 application for assessment.

    Is there the facility to create user-entered text boxes such that the text can be 'Saved' and retained after they quit the application?

    If so, is there any example or code smippets that would get me going.

    Many thanks.

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi. Yep, you can save input text to a variety of desitnations including SQLite database, text files, the windows registry, XML files, and more. I don't have a sample handy but the gist is that you use the Input.GetText action to retrieve data from an input field and then you write it to whatever destination format you choose, for example a text file using a TextFile.WriteFromTable action.

  3. #3
    Join Date
    Feb 2006
    Posts
    89

    Text save clarification

    Forgive me if I sound a little slow, but I just want to make sure the end result I am trying to achieve is possible: then I'll experiment with the information you have provided.

    My worry is that your post makes it sound like the text is in an external format. Do you just mean that it is stored in an external format but to the user, it always 'looks' like it is in situ: inside the application: if so that is good.

    If you mean that the text box where they enter it is empty after save, and they have to open up a seperate file of some kind to view or edit their text, then that is no good.

    Apologies again to request clarification.

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    All applications save data externally. For example, when Photoshop saves your preferences it is done in an external file. You can retrieve saved data at any time and display it in your AMS apps. The user is never even aware of "how" you choose to store and retrieve data if you weave it seamlessly into your application.

    AMS can easily handle the task you describe.

  5. #5
    Join Date
    Feb 2006
    Posts
    89

    Thanks

    Many thanks !!

Similar Threads

  1. Setup Factory and VS 2005
    By vazir786 in forum Setup Factory 7.0
    Replies: 4
    Last Post: 01-13-2006, 08:47 PM
  2. how to save variables in text file???
    By Jonas DK in forum AutoPlay Media Studio 6.0
    Replies: 23
    Last Post: 09-23-2005, 06:33 PM
  3. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  4. Hiding text box (user info)
    By jassing in forum Setup Factory 6.0
    Replies: 6
    Last Post: 02-14-2004, 01:06 AM
  5. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 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