Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2

Thread: 3 Questions

  1. #1
    Join Date
    Dec 2007
    Posts
    16

    3 Questions

    I've got 3 questions:
    1. Is it possible to link a rich text with a .txt in a webpage. So if i modify that .txt file in the webpage it will also be modified in the rich text in app.
    2. Is it possible to make a page search in a input not in a dialog/pop up screen.
    3. Is it possible to make a image when i hover it with mouse the image will change, when I click the image, the image will change (i need it for a web browser)
    Thanks in advance

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    I'll try to answer two of your questions:
    1. Is it possible to link a rich text with a .txt in a webpage. So if i modify that .txt file in the webpage it will also be modified in the rich text in app.
    Yes, this is possible. However you can't do this in a single operation. You will have to proceed like this, for example:
    1. Download the RTF file from your server, using HTTP.Download, into your temporary folder.
    2. Then, using RichText.LoadFromFile, transfer the text into your container.
    3. At last, using File.Delete, clean up the temporary folder and remove the file you downloaded.
    There are always different ways to make something in AMS, so this is certainly not the only solution.
    3. Is it possible to make a image when i hover it with mouse the image will change, when I click the image, the image will change (i need it for a web browser)
    Sure. You can use the Hotspot for this. Place one on the image, and define a image swap in the On Enter and/or On Click event. Very similar to image swaps done with Javascript on web pages.

    Ulrich

Similar Threads

  1. Registry Questions
    By rob14 in forum Setup Factory 7.0
    Replies: 1
    Last Post: 01-23-2008, 03:36 PM
  2. Few Questions
    By AM01 in forum Visual Patch 2.0
    Replies: 5
    Last Post: 05-29-2007, 11:13 AM
  3. quiz template - how to randomize questions
    By sue in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 03-06-2004, 04:34 AM
  4. Weird Errors
    By RobbyH in forum AutoPlay Media Studio 4.0
    Replies: 9
    Last Post: 01-30-2003, 04:25 AM
  5. Help with randomizing questions and answers in a quiz application
    By TJ_Tigger in forum AutoPlay Media Studio 4.0
    Replies: 36
    Last Post: 11-21-2002, 02:36 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