Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5

Thread: Web links

  1. #1
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294

    Web links

    Can you add a http link in a dialog.message command?

    Mark

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    Do you mean something like -

    answer = Dialog.Message("Go to Web Site", "Do you want to go to the IR web site?", MB_YESNO, MB_ICONINFORMATION, MB_DEFBUTTON1);
    if (answer==6)
    then result = "http://www.indigorose.com/site/index.php"
    else
    result = Dialog.Message("Notice", "OK bye bye", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
    Application.Exit();
    end


    And then for your web object -

    Web.LoadURL("Web1", result);

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote Originally Posted by longedge
    Do you mean something like -

    answer = Dialog.Message("Go to Web Site", "Do you want to go to the IR web site?", MB_YESNO, MB_ICONINFORMATION, MB_DEFBUTTON1);
    if (answer==6)
    then result = "http://www.indigorose.com/site/index.php"
    else
    result = Dialog.Message("Notice", "OK bye bye", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
    Application.Exit();
    end


    And then for your web object -

    Web.LoadURL("Web1", result);
    Another way would be to create a separate .exe file from AMS that has a Web Object the same (or close to) size as the Project dimensions. Next, create an HTML page with the link(s) you want them to be able to click. Then after creating such you can then put this new .exe in your original application and then use a File.Open action to show your message.

    Tip: Turn off the scrollbars to give it a more 'flat' look. eg. <BODY scroll="no">Web Link Here</BODY>

    Sincerely,
    Intrigued

  4. #4
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294
    Looking more for in the dialog message text to have a link.

    For more information
    contact us at www.testboxstudio.com
    or write to us at .....

    But i can do the .exe file no problem.

    Thanks

  5. #5
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote Originally Posted by markstaylor
    Looking more for in the dialog message text to have a link.

    For more information
    contact us at www.testboxstudio.com
    or write to us at .....

    But i can do the .exe file no problem.

    Thanks
    I agree... the Dialog.Message with clickable links would be nice.
    Intrigued

Similar Threads

  1. Web Links
    By eleslie in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 04-21-2004, 05:01 PM
  2. Web Links: Load URL....HOW?
    By richcz3 in forum AutoPlay Media Studio 5.0
    Replies: 13
    Last Post: 02-27-2004, 04:17 AM
  3. Replies: 2
    Last Post: 02-03-2004, 02:54 AM
  4. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  5. Problem with links within Web Browser Objects
    By CDrDup in forum AutoPlay Media Studio 4.0
    Replies: 6
    Last Post: 10-23-2002, 12:55 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