Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2007
    Posts
    56

    Grin Would Any Old Hats Have These Example Projects Laying Around?

    Hi Gang,

    I was doing some more research today, and found what I was looking for, only
    the thread is so old, the example apps from Corey and Brett are no longer
    available in the system for download.

    I was wondering if any of the old hats around here might have these on your
    systems, and would be willing to supply a download link for the rest of us
    trying to figure out these issues?

    Here's the link to the old thread:
    http://www.indigorose.com/forums/sho...act+web+button

    Thanks in advance,
    Patrick

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    I don't have the projects, but if memory serves me, bookmarks (#GotoNewPage) were used, and you used the On Navigate action to look for that particular bookmark.

  3. #3
    Join Date
    Jan 2007
    Posts
    56
    Hi Worm,

    Thanks for the reply..

    Do you mean to add something like an anchor to the URL like:
    http://www.domain.com/page.php#bookmark1

    ..and then read that in through the get URL function via the
    On Navigate code section?

    Thanks for the help,
    Patrick

  4. #4
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Yep, You got it.

  5. #5
    Join Date
    Jan 2007
    Posts
    56

    Thumbs up

    OK thanks, I appreciate it,
    Patrick

  6. #6
    Join Date
    Jan 2007
    Posts
    56
    Just a note, I actually had to place my code in the "On Loaded" tab
    otherwise it wouldn't unload my label object.

    In "On Loaded" Tab:
    Code:
    result = Web.GetURL("Web1");
    result = String.Right(result, 6);
    result = String.Compare("editor", result);
    if result == 0 then
      Label.SetVisible("Label6", true);
    else
      Label.SetVisible("Label6", false);
    end
    Patrick

Similar Threads

  1. "Menu Page" that contains links to other autoplay projects
    By scubashella in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 07-01-2006, 09:01 AM
  2. Press Release: Style Workshop Enhances AutoPlay Projects
    By Ted Sullivan in forum Announcements & News
    Replies: 0
    Last Post: 04-01-2005, 11:41 AM
  3. Press Release: Style Workshop Enhances AutoPlay Projects
    By Ted Sullivan in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 04-01-2005, 11:41 AM
  4. Press Release: Style Workshop Enhances AutoPlay Projects
    By Ted Sullivan in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 04-01-2005, 11: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