Is a scrollable text frame possible with hyperlinks embedded in the text?

I'm new to this whole digital design world. I have a document set up with several links, some active buttons and I am struggling with this scrollable text frame. I have the frame finally working but it only scrolls from the preview button in the overlay creator panel. From the Preview Window, preview on the Internet, or exported as a SWF everything but the scrolling frame. Anyone have any suggestions??

You can, but it's not very elegant. For one thing, whatever text you have will have to basically be on another webpage addressable by URL in the iframes expression. I guess it would work, though. It's just like having two pages, where maybe one would suffice, you know?
There are some javascript examples that I have come across that would probably work. The HTML tags seem to be unreliable....I have seen some that only work on IE and not for the mozilla based browsers.
Anyways, here's an example of a scrolling iframe....it's the messageboard from my Guestmap...
http://guestmap.dirtdoog.com
As you can see...it's not great, but it's workable.

Similar Messages

  • How to get the UIDRef of Text frame associated with hyperlink?

    Hi,
    I have a document which contains Text hyperlinks . I am able to get the number of hyperlinks present in document using "IHyperlinkTable" and text range to which hyperlink is associated using interface "IHyperlink".
    InterfacePtr<IHyperlink> hyperlink(tableDb, table->GetNthHyperlink(i), IID_IHYPERLINK);
    if(hyperlink)
           hyperlink->GetName(&sHyperlinkName); //sHyperlinkName is text to which hyperlink is associated
    now I need to find the UIDRef of Text frame with which hyperlink is associated.
    I can get the UIDRef of "Image frame" using interface "IHyperlinkPageItemSourceData".
    InterfacePtr<IHyperlinkPageItemSourceData> sourceHyperLink (tableDb, hyperlink->GetSourceUID(), UseDefaultIID());
    if (sourceHyperLink)
            UID sourceHyperLinkUID  = sourceHyperLink->GetSourceUID();
    but this interface may be not helpful in case of text in the frame (word/words) associated with hyperlink.
    If anyone has done this please do let me know.
    Thank you all in advance.
    Priyanka

    Hi All,
    I am still unable to get the solution of this issue. If anyone has done this please help me to find the solution.
    Thanks in advance.
    Priyanka

  • Problems with string encoding - need the text content in char* format.

    The problem is non ASCII-characters, which comes out as some sort of unicode I need to desipher.
    Here's what I got:
    A text frame object with the TextString "Agnartjørna"
    I get the text content of this object into an ai::UnicodeString the following way:
    AIErr
    VMGetTextOfTextArt( AIArtHandle textArt, ai::UnicodeString &ucStr)
        ASUnicode *textBuffer = NULL;
        AITRY {
            TextFrameRef ateTextRef;
            AIX( sAITextFrame->GetATETextFrame( textArt, &ateTextRef));
            ATE::ITextFrame ateText( ateTextRef);
            ATE::ITextRange ateRange = ateText.GetTextRange( true);
            ASInt32 textLen = ateRange.GetSize();
            AIX( sSPBlocks->AllocateBlock( (textLen+2) * sizeof( ASUnicode), nil, (void**) &textBuffer));
            ateRange.GetContents( textBuffer, (ASInt32) textLen+1);
            /* trim off trailing newlines */
            if ((textBuffer[textLen] == '\n') || (textBuffer[textLen] == '\r'))
                 textBuffer[textLen] = 0;
            ucStr.clear();
            ucStr.append( ai::UnicodeString( textBuffer, textLen));
            sSPBlocks->FreeBlock( textBuffer);
            textBuffer = NULL;
           AIRETURN;
        AICATCH {
            if (textBuffer) sSPBlocks->FreeBlock( textBuffer);
           AIPROPAGATE;
    Now, the next step is to convert it into a form that I can use to call regexp.
    Baiscally, I want to detect the ending "tjørna" (meaning small lake) on a map label, and apply a standard abbevriation "tj^a" (with "a" superscripted).
    So the problem is to obtain the regexp pattern and the text content in same encoding.  And since the regexp library is old *char based, I would like to convert the text content in to plain old *char.
    Hence the following code:
    static AIErr
    VMAbbreviateTextArt( AIArtHandle textArt,
                             vmTextAbbrevEffectParams *params)
        AITRY {
        /* first obtain the text contents of the textArt */
           ai::UnicodeString ucText;
          const int kTextLen = 256;
          char textContent[kTextLen];
          AIX( VMGetTextOfTextArt( textArt, ucText));
          ucText.as_Roman( textContent, kTextLen);
    But textContent now has the value "Agnartj\xbfnna"  (According to XCode),
    which will not get a match on the pattern "tj([øe][rn])na\\" (with  backslash matching the end of the string)
    Any other ways to convert the textContent to a plain *char string?

    Thank you very much, your method will work fine. with
    the "UTF-8" parameter the byte[].length is double,
    cause every valid byte is preceeded by an -62, but I
    will just filter the valid bytes into a new array.
    Thanks again,
    StefanActually what you need to do is to find the character encoding that your device expects, and then you can code your strings in Arabic.
    That's the way Java does things; Strings and char values are always in UNICODE (see www.unicode.org) (which means \u600 to \u6ff for arabic) and uses a specified character encoding when translating these to and from a byte stream.
    Each national character encoding has a name. Most of them are identical to ASCII for 0-127 and code their national characters in 128-255.
    Find the encoding name for your display and, odds are, the JRE has it in the library.
    BTW the character encoding ISO-8859-1 simply maps UNICODE characters 0-255 on to bytes.

  • Details: Numbers not translating an Excel document with column headings where the text is rotated counter clockwise 90 degrees with-in the cell.  Can you tell me how I can rotate the contents with-in a cell?

    Details: Numbers not translating an Excel document with column headings where the text is rotated counter clockwise 90 degrees with-in the cell.  Can you tell me how I can rotate the contents with-in a cell?

    Numbers does not have rotated text within cells.  You can place a text box over the cell that has rotated text but you cannot rotate text within a cell.

  • HT3529 When texting with other iphone users, the text used to be in a blue bubble. Now it's green. What happened? Am I being charged for these text messages now? I'm with Verizon if that matters.

    When texting with other iphone users, the text used to be in a blue bubble. Now it's green. What happened? Am I being charged for these text messages now? I'm with Verizon if that matters.

    Thanks for the help, Allan Sampson.
    I updated itunes, shut the phone off and on, it still didn't give me blue bubbles. Kept following the suggestions on the page ...  I didn't know there was an IMessaging switch, but, shoot, it was OFF. Anyway, I toggled it on and now the text bubbles are blue again.

  • I know Imessaging between IOS 5 devices is free, but when sending group texts to both IOS 5 phones and nonIOS 5 phones, is it still free to those with IOS 5? The text bubble is green.

    I know Imessaging between IOS 5 devices is free, but when sending group texts to both IOS 5 phones and nonIOS 5 phones, is it still free to those with IOS 5? The text bubble is green.

    According to Macworld it is a lowest common denominator situation. If any of the people on your list are not iMessage people then all the messages go out SMS and will count against your messages from your provider. Bummer IMHO, but that is the way it is.

  • I want to make a textfield non editable with blinking cursor,and the text is input from a custom keypad

    I want to make a textfield non editable with blinking cursor,and the text is input from a custom keypad....
    Please Help me.
    I want to make a numpad of my own from which i can set the text but i want the user to tap in between the text..

    You seem to stop the while loop to run the following code, then the program ends. Are you running this using the "continuous run" button????
    You need one big while loop containing the acquisition, then you build up the history data in a shift register. Clicking "save" will save the data, but not stop the loop.
    Why did you place a time-control in the FOR loop??? This is just post-processing so it should just do it without any delays. I don't understand the logic in the FOR loop. You are appending arrays, but then you delete the first element at each iteraction constantly trimming data from the beginning of the appended array. Then you autoindex at the output tunnel heavily duplicating all data. Ths make s no sense!
    Can you explain how you want you data saved?
    Message Edited by altenbach on 12-16-2005 11:20 AM
    LabVIEW Champion . Do more with less code and in less time .

  • How do you place text in a text frame, but with autoflow?

    I woudl like to place a tagged text file on a text frame rather than on a page, so i can put the contents into a pre-defined text frame, but still have the number of pages extended unitl the entire tagged text content is show.
    I can get autoflow with  Page place() function, which takes an option to turn on autoflow. However, this creates a new text frame, and I'd like the tagged text to go into a particular text frame. Unfortunately, the TextFrame place function does not seem to have an autoflow setting, that will duplicate the current page and flow text into the new page.
    Thanks,
      Read Roberts

    Hm,
    I would check for overflow, if then, create the new page, create your 'particular textFrame', set nextTextFrame of tf1 to your 'particular textFrame'
    Hans-Gerd Claßen

  • Header affixed to a text frame, repeared with autofill, Indesign CS3

    Hi,
    Can I affix a text-header to a text frame such that when I use autofill, the text frame will be repeated into the auto-added-pages with the header attached on its top, centered?
    Can I do it on the Master Page?
    Best regards,
    Mickey

    Hi Peter,
    See my other message.
    Basically I have 3 text sections on my page. On every page.
    And I want the middle and bottom to have a header.
    If I affix the headers on the master page they will indeed appear on every page AT THE SAME PLACE.
    Then, assuming I was successfull in filling all 3 sections with text, I need to play with the frame size on every page so that the proper texts between the 3 sections are properly content-alligned.
    (imagine that the top frames contain and article. The middle frames contains commentary on the article. The bottom frames contain word dictionary. And I do not want to use footnotes. So I have to align the page-section-contents by adjusting each frame size.)
    When I do so, I wish the headers to move with the frames and remain in the same relative position to the frame.
    I tried Anchored Objects affixed to the frame, but when the Anchored Object is a text frame...the silly thing attaches it to the OutPort of the frame. And it is "automatically threaded". Which is not what i want.
    Maybe if the Anchored Object would be a Graphic Object it could work.
    I was hoping there is a more direct way.
    Best regards,
    Mickey Cohen

  • I have one contact that i have been texting for months. About 5 hours ago, when I send a text I get an error message that the text couldnt be sent.  However, when I send a picture with a text message, then it goes through to the contact.  Why am I getting

    I have one contact that I've been texting for months,  about 5 hours ago, I started receiving an error that the text was not sent.  However, if I text a picture and then text with the picture the message goes through.  Why am I getting this error?

    You can also try out few things >
    1) check if the ipod constantly appears in mycomputer section .
    - if it does try changing the drive letter of the ipod and try to format the ipod drive(Right click format)
    2) if its not comin up in mycomputer then.. there has to be problem with the USB drivers in your computer
    you can try
    http://docs.info.apple.com/article.html?artnum=304508
    The best way to check whether the ipod is faulty or the computer is creating the problem is,
    connect the ipod to a different computer which has itunes on it(If possible)

  • Text display issues with htmlText, Embedded Font

    Hey All,
    I'm having an issue with the display of my hyperlinks in a
    textfield that is using embedded fonts. It offsets the hyperlinks
    to the left along the line they are on and the underline doesn't
    stretch all the way under the text field. The text display normally
    when I don't embed the font. For some reason I think this might
    have to do with the embedded character range so I opened it up.
    Does anyone know if this range is enough or if there are special
    characters flash uses that need to be embedded for their width even
    though they arn't displayed.
    Embedded range:
    [Embed(source='MyriadPro-Regular.otf', fontName='Myriad Pro',
    unicodeRange='U+0000-U+00fe')]
    Here's a link to the related code:
    http://pcpnew.privatepaste.com/a7eKaAuCTt

    Any ideas?

  • Group a word in a text block with an object outside the text block?

    As I work at a publishing house, I mostly work with long texts. Often, objects that mark something in the text, for example to mark that this word is in the dictionary. But as soon as I format the text and the word moves up or down, the dictionary marking has to be moved manually. This is often a source of error.
    What if you could lock an object to a certain word in textblock, and as the word moves, the object follows within the structured assigned. To link an object to follow a word. Like grouping to objects, but grouping a certain word in a text block and an object outside the textblock.
    What do you think?

    I know what you mean
    Here's how you do it - If I've understood you correctly
    You need to place the object after or before the word, depending, and change the an X Relative to: Anchor Marker
    You can see when you go to View Text Threads and have the anchored objected selected it shows you where the anchor is linked to. In this case it's linked to where it's anchored, instead of the page edge, or frame edge etc.

  • Export to WORD - what's with these boxes around the text?

    Post Author: Emily
    CA Forum: Exporting
    I am new to CR.  I am using version 10.0.0.533  We use CR with ClearQuest for problem reporting and other data collection.
    Rational (ClearQuest Vendor) tells me it's a CR X problem.
    I use a CR report exported to MS WORD as a template for taking meeting minutes.  With our old CR version, the ClearQuest export was great and I was able to add text into the report.  With CR X, the report in MS WORD comes out in text boxes and editting this output is not pretty.   I do not want the boxes, I just want free flowing text as if I had written a WORD doc so I can edit it easily during the meetings.  I have tried export to text, copy, paste but I loose all of the formatting.  I have tried HTML and then copy, paste, but this is even worse than the text output.  RTF also has the text in boxes. 
    Someone out there MUST have run into this problem also.  Help me... 

    Post Author: kepner
    CA Forum: Exporting
    Hi,
    Did you find the solution to export to Word in the free flow text format? Could you please share with me the resolution.
    Has any body foud the resolution to this issue? any updates from MIcrosoft or BO.
    Regards,
    Kepner.

  • I'm having some sort of text tone glitch with my iPhone since the IOS5 update, anyone having the same problem?

    I
    have a second hand iPhone, now since the new update my text tone which is the Tri-Tone seems to glitch and repeat the first part multiple times very quickly and then carry on every time I receive a text. I'm just wondering if there is anyone else having the same problem or is it just me?

    Thanks, Sig.
    The old computer is a 2.6 Ghz Intel Core 2 Duo
    The new one is a 2.3 GHz intel core i7
    In going over this, thanks to "tallking it out" with you, I did discover the Text Edit problem.  Because I've still been unable to get the new computer text size (fonts or whatever) to match the old computer, I did not notice that the curser is now different--the line midway down the curser has to be placed on the line I am working upon, otherwise the edits go elsewhere on the page.  Now, with a bit of difficulty, I am able to get Text Edit to work correctly.
    If you have any ideas as to why my menu bar and Text Edit type are still so slow, I'd love to have them. 
    (I went through the process you suggested earlier, re my Trackpad preferences, and found no improvement.)

  • MX922 Outlook emails printing with ads superimposed on the text fm right column with ads?

    MX922 win 8.X Dell Inspiron i3847-5384BK desk w Outlook.
    Emails printing with ads fm right column superimposed on the text?  Making emails difficult to read.  Any help in blocking the from printing be helpful.  Thank you.  Doug

    Hi there!
        It sounds like you're having a more complicated problem than I was, but just in case anyone out there is in the same boat, here's the solution (which I wasn't able to find in any forums thus far) to a simple problem I was having.
    If you're using a single email account with iOS 7 on a device like an iPad 2, you've hit the cancel button on an email and selected "Save Drafts," but later realized that you're unable to find the draft folder anywhere, then the fix is actually pretty simple. All you have to do is open your email account,  hit the "Mailboxes" tab in the top left corner, tap the "Edit" button (to the right of the "Mailboxes" header), select "Add Mailbox" from the first section, and then just tap "Drafts" and "Done."
        Afterwards, just go to your Mailboxes tab and you should see the draft folder listed, in which will be whatever drafts you've saved so far.
    Hope that's helpful! :)

Maybe you are looking for

  • Windows 8 release preview on hp touchsmart 600 1135uk

    Hi just a simple question, has anyone managed to install win 8 release preview on touchsmart 600 1135uk? i had the consumer preview installed and working alright, i did clean install of the release preview and i cant see anything after installation,

  • Connecting a Mac to a Window's 2008 small business server

    I'm looking to purchase an iMac to use at work. Everyone else in the office uses a PC and are connected to our current Window's 2008 server. I would be the only person using a Mac. Is there any way to connect a Mac to the server?

  • WINDOWS GALLERY FOLDERS

    HI CAN SOMEONE HELP PLS  I have photos in a folder on  external passport when I try to open one of the folders to edit photo on laptop gallery is not finding folder yet when I plug into my pc gallery will find it . why wont it find it on my laptop

  • Can't click on files

    I'm having trouble clicking on some files. It seems Maverick thinks they're folders or something. Any thoughts would be greatly appreciated.

  • Best Setting for Best Battery Life!

    Please post for me your best setting for the best battery life on your IPhone 4. Thanks. Stan