Printing Authorware text content

I have 10 hours of outdated Authorware 5.2 training and I
have to extract/obtain all the text content in a form whereby the
text can be updated using WORD or similar text editor.
The PRINT function in Authorware 5.2 crashes when I try to
use it with this large module. Also I know from previous experience
with PRINT that the output is a mess - too much information I don't
want.
Does anyone know of a way of reading & extracting text
content from Authorware source code?
The only thing I can fall back to is copy and paste from the
screen, although of course this breaks down when the screen display
is a variable.

There is also ClickCraft's "Fix and Find" .... it has some
fnctions to
assist this sort of text export, edit and reimport.
Here is a brief description of the 2 functions:
-- LANGUAGEIN
-- This script reads the files TextIconDesc.txt,
TextDisplay.txt,
-- TextCalc.txt and TextResponse.txt (located in the same
-- folder as your file) which were created with the
-- LANGUAGEOUT script, then edited manually (eg change
-- of language). This script then reapplies the text to your
file.
-- NOTE: you must *NOT* have save-and-compacted your
-- file in the meantime, nor have changed it in any way.
How to?? : It is described in the help for "Fix and Find"
Clive
"Mike Baker **Adobe Community Expert**"
<[email protected]> wrote in
message news:[email protected]...
>I believe that GetIconContents and the one Steve Howard
mentioned
> GetDispText were both added to Authorware to support
Wizards and KOs and
> they were part of AW 5.2 work. Either GetIconContents or
GetDispText would
> be good to remove only the text so you can put it into
some CSS formatting
> scenario. If you want to retain the format then what you
might be looking
> for is the File / Export Media function from Authorware
7.02. It creates
> RTF
> files from your text.
>
> Mike
> ====================
> Mike Baker
> Adobe Community Expert
> [email protected]
>
> "Erik L." <[email protected]> wrote in
message
> news:[email protected]...
>> When was the GetIconContents function included with
A'ware? I
>> forget...and my A'ware 5.2 install won't allow a new
file to be created
>> (so I can't open the functions dialog) due to the
amount of RAM I have
>> installed...
>>
>> IF that's a part of 5.2, or if you can upgrade it to
7, you could write
>> a routing to cycle through all the icons and pull
the text property from
>> the resulting property list returned by that
function.
>> Erik
>>
>> Oldtom wrote:
>> > I have 10 hours of outdated Authorware 5.2
training and I have to
>> > extract/obtain all the text content in a form
whereby the text can be
> updated
>> > using WORD or similar text editor.
>> >
>> > The PRINT function in Authorware 5.2 crashes
when I try to use it with
> this
>> > large module. Also I know from previous
experience with PRINT that the
> output
>> > is a mess - too much information I don't want.
>> >
>> > Does anyone know of a way of reading &
extracting text content from
> Authorware
>> > source code?
>> >
>> > The only thing I can fall back to is copy and
paste from the screen,
> although
>> > of course this breaks down when the screen
display is a variable.
>> >
>>
>> --
>> Erik Lord
>>
http://www.capemedia.net
>> Adobe Community Expert - Authorware
>>
http://www.adobe.com/communities/experts/
>>
>>
http://www.awaretips.net -
samples, tips, products, faqs, and links!
>> *Search the A'ware newsgroup archives*
>>
http://groups.google.com/group/macromedia.authorware
>> *The Blankenship Caveat: Note that direct linking to
http content
>> through any Authorware icon will likely fail if a
proxy server is
> present!*
>
>

Similar Messages

  • Smartforms- want TEXT content could change at every print page

    Hi Experts,
    I would like to create a smartform to print many accounting document (include BKPF data and BSEG data)
    at page 1 , I  add some SUBWINDOW to put in TEXT ,  so I could move the subwindow to where I want TEXT to show,
    and at MAINWINDOW , I add a TABLE to show BSEG data ,
    then , I copy page 1 to page 2, and make some command ,  and run my program at SE38 ,
    it could print two page while I give two number to parameter ,
    but only the mainwindow content to be changed at diffrernt page , the TEXT content don't  to be changed.......
    Can you help me how to do could let TEXT change content at different page ?
    Or there are other methods could hit my target?
    Thanks a lot in advanced.
    Best Regards,
    Yacoa

    HI,
    Thanks your reply , but I consider you missunderstanding my meaning.
    I put BKPF data at TEXT , not page number , like bkpf-belnr,
    for example: I give two document number to driver program  parameter : 3700000001 , 3700000002
    then I want the report  page 1 to show : 
    accounting number:   3700000001
    report  page 2 to show :
    accounting number:   3700000002

  • Unable to print added text only in Acrobat Pro XI

    User is trying to print added text that's been added to an existing PDF page.  In Acrobat X she chose "Form fields only" under Comments & Forms from the Print menu.  In XI it produces a blank page.  The added text only shows up if she chooses Document or Document and Markups, but then she gets the entire document.  She only wants the added text to print.

    Thanks to all who commented here.  I found that adding text using Tools>Content Editing>Add Text will not allow the user to print solely the added text.  As everyone responded here, that's as designed.  However, using Comment>Annotations>Add Text does allow the user to print solely the added text as she was used to doing in Acrobat X.  I thought it was the same tool under two different headings, but obviously they interact differently in the print menu.  Choosing Form fields only from the Print Menu's Comments & Forms panel will produce solely the text added under the Comment panel's Add Text tool without printing the rest of the document page.  And the user doesn't have to turn the document into a form to do so.

  • Printing Standard TEXT  with multiple paragraphs in smartform

    Hello all,
    I have a requirement that, there is a very long standard text stored in a notification of an order in SAP ISU system. The text contains multiple paragraphs with indentations. I want to print this text directly into the smartform WITH SAME INDENTATION AND PARAGRAPH FORMATTING.
    First i am reading the entire text using FM READ_TEXT.
    My first  problem is even if i read the text into a variable of type STRING , it just prints 255 characters of it.
    And secondly if i try to printout it using LOOP AT node in smartforms, it prints the entire content but without any formatting .
    Please let me know whether it is possible to print standard text in smartforms or not
    Thanks
    Nilesh Puranik

    Hey ,
    Well thanks for that but my replies got posted 2-3 times unknowingly, could'nt help it.
    Coming to the problem, i  guess you did not get my point when i say dynamic texts for each service order.
    In my Report i am using LOOP AT ITAB ..where in itab i  am storing a service order no i.e. ITAB-ORDER_NO
    Now for every order there is standard text maintained in SO10 starting with order name
    so my code goes like this.
    LOOP AT ITAB.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        ID                            = 'LTXT'
        LANGUAGE            = 'E'
        NAME                      = ITAB-order_no
        OBJECT                   = 'QMSM'
      TABLES
        LINES                         = LINES .
    CALL <SMART FORM Fm>
    ENDLOOP.
    Hence whatever Standard text maintained for that service order i  want to display it as it is in the smartform with same paragraphs formatting and indentation.
    IF i use a variable in smartform and pass the entire text  after using READ_TEXT , it does not format the text  and it just prints only 255 characters even if i define it of type STRING .
    Hence i am stuck in this scenario.
    Appreciate ur help though.
    Thanks
    Nilesh

  • I can't print selected text in a Print dialogue box in Yahoo mail or my bank site. I used to, now I can't.

    I am having this problem both in my online banking site and when using Yahoo Mail. When I click on Print on either of these sites and then close the Print dialogue box that automatically comes up, highlight just the text I want printed, then hit Ctrl+P and choose Selection, Print Preview shows me a blank page. When I try printing the selection using either of the 2 printers I have, it prints a blank page. And yet when I do the same thing in Internet Explorer, I have no trouble printing the text I want. I tried doing the prefs.js troubleshoot, deleting everything in that file that starts with print, but it made no difference. I used to be able to print this way in Firefox no problem, but now it doesn't work. Why not, and how do I get it to work again? I'm using Windows XP and Firefox 11.

    A bug was introduced in the latest version of Firefox that affects printing selections that are inside a table. Because many pages use tables for general layout (without displaying the borders), this may appear to strike at random.
    A fix is expected in Firefox 12. More information: [https://support.mozilla.org/en-US/questions/923294 how to get print selection to work | Firefox Support Forum | Firefox Help]
    If you expand your selection to include some content outside the table, then the feature should work, but of course it would include some unnecessary information.

  • Printing formatted text from an Oracle form

    I'm trying to print formatted text from an Oracle form without using the standard menu print. The print button on the menu prints out the text and the actual form. I just want to print the text that is displayed on the form. I would like to add a print button to the form. Is there a print function or event in PL/SQL?
    Thanks in advance for any help!!
    Jason

    If you are interested in the content of the field you can loop over them (next_item built in) and write their content into a file using the TEXT_IO built in.
    for nicer outputs check out Oracle Reports on OTN.

  • Over printing in InDesign wont print out text

    When I cut and paste content that was provided by a 3rd party into my InDesign document it looks fine on screen but doesn't print. Only individual letter boxes print out. I get an Alert screen saying it is Over Type but I don't know how to rectify the problem. Print to PDF creates the same results.

    Over type... I guess you mean overset text, and that means the text frame is
    too small to display all of the text (contents).... make the text frame
    larger.
    Now if it's not printing properly, it's probably not 100 K. check the
    separations palette in ID, the fix the orginal colors if necessary
    Larry

  • Printing RTF-Text using JTextPane

    G'day
    Does someone know how to print the drawed content of a JTextPane/JEditorPane?
    I derived a class from JTextPane and implemented Printable:
    public void print(Graphics g)
      paintComponent(g);
    public void paintComponent(Graphics g)
      super.paintComponent(g);
    }Seems a little ugly, uhm?! It does not work :(
    I get the following errors:
    java.lang.NullPointerException
         at java.util.Hashtable.get(Hashtable.java:336)
         at java.awt.Component.getFontMetrics(Component.java:2503)
         at javax.swing.JComponent.getFontMetrics(JComponent.java:1589)
         at com.sun.java.swing.SwingUtilities2.getFRC(SwingUtilities2.java:368)
         at com.sun.java.swing.SwingUtilities2.drawChars(SwingUtilities2.java:576)
         at javax.swing.text.Utilities.drawTabbedText(Utilities.java:159)
         at javax.swing.text.GlyphPainter1.paint(GlyphPainter1.java:102)
         at javax.swing.text.GlyphView.paintTextUsingColor(GlyphView.java:472)
         at javax.swing.text.GlyphView.paint(GlyphView.java:463)
         at javax.swing.text.BoxView.paintChild(BoxView.java:144)
         at javax.swing.text.BoxView.paint(BoxView.java:407)
         at javax.swing.text.BoxView.paintChild(BoxView.java:144)
         at javax.swing.text.BoxView.paint(BoxView.java:407)
         at javax.swing.text.ParagraphView.paint(ParagraphView.java:584)
         at javax.swing.text.BoxView.paintChild(BoxView.java:144)
         at javax.swing.text.BoxView.paint(BoxView.java:407)
         at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1338)
         at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:643)
         at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:781)
         at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:760)
         at javax.swing.JComponent.paintComponent(JComponent.java:743)
         at fd.gui.Component.paintComponent(Component.java:149)Does that make any sense?
    Btw: I used Sun JRE 1.5 (Ubuntu)
    Cahadras
    Edited by: Cahadras on Oct 23, 2007 1:50 PM

    Cahadras wrote:
    ....It must be an internal bug of the Sun VM that causes this NullPointerException when the JTextPane class passes Font instances to JComponent.getFontMetrics().You may be right, but I'm going to say "careful there partner" to your statement claiming that the Sun VM must have a bug. Please see this excellent web site titled "How to Ask Questions the Smart Way" and is found here:
    http://www.catb.org/~esr/faqs/smart-questions.html
    Here's a subsection of that page titled:
    Don't Claim that you've found a bug:
    When you are having problems with a piece of software, don't claim you have found a bug unless you are very, very sure of your ground. Hint: unless you can provide a source-code patch that fixes the problem, or a regression test against a previous version that demonstrates incorrect behavior, you are probably not sure enough. This applies to webpages and documentation, too; if you have found a documentation �bug�, you should supply replacement text and which pages it should go on.
    Remember, there are many other users that are not experiencing your problem. Otherwise you would have learned about it while reading the documentation and searching the Web (you did do that before complaining, didn't you?). This means that very probably it is you who are doing something wrong, not the software.
    The people who wrote the software work very hard to make it work as well as possible. If you claim you have found a bug, you'll be impugning their competence, which may offend some of them even if you are correct. It's especially undiplomatic to yell �bug� in the Subject line.
    When asking your question, it is best to write as though you assume you are doing something wrong, even if you are privately pretty sure you have found an actual bug. If there really is a bug, you will hear about it in the answer. Play it so the maintainers will want to apologize to you if the bug is real, rather than so that you will owe them an apology if you have messed up.

  • Adobe Forms: Printing Header Text - Background as Dark

    Hi,
    We are upgrading our ECC system to Enahncement Pack 5.
    We have Adobe forms for Sales Order, Delivery Notes,... In Border Palatte, we have set 'Solid' as a background fill for our header texts
    After applying patches, Adobe forms started printing header texts background very Dark.We are not able to read the texts. If I view the document in the spool then they are displayed correctly. If I save spool document on the desktop and print it then also output is printed as we want. Only when we print it directly through VA01, VA02 ( directly from SAP ) then it gives this error.
    I removed the background fill then it prints text correctly but then I loose the separation between header and content.
    I will appreciate any help in this regard
    Jitendra Pongurlekar
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on Mar 4, 2011 10:55 AM

    Hi mrudul,
    as usual in programming, you got different ways to solve the problem. So if you work through the content here on SCN you will find a lot of examples how to decide between different letter heads. The easiest solution (and might be the best) is to pass the necessary data via the interface and do not add any condition in the form itself.
    How to create a dynamic field and all the stuff is very basic knowledge, so I think you do not need any explaination how to do that. If so I refer you to the official documentation provided by SAP.
    If you have some minutes please work through this blog Before You Ask - Just another guide and phrases like "urgent" or "do reply" are just not necessary to get an answer
    ~Florian

  • Print out the contents present in Modal Window on a paper

    Hi,
    Can anyone suggest me how to take print out the contents of a HTML Modal Window.
    Any Inputs on this can be appreciated.
    Thanks
    Ram

    I tried this Finder drag method & discovered that it is very important to set the blank TextEdit document to plain text before the drag (from the format menu or with Cmd-shift-t). If you don't, TextEdit attempts to load the content of the files!
    Once I discovered this, I tried the method with Find (Cmd-F) results & it works for that, too. This means that by choosing the right combination of search location(s) & search criteria, you can extend the method to filter the list to just about any files you want, which could be very handy.
    For instance, set the "Kind" criteria to "QuickTime Movie" & location to "Computer" & you get a list of every QT movie. Or set the search location to the folder containing the movies of interest & you get all of them, including ones in subfolders. You could also use the 'date created' or other search criteria to filter the list to a specific subset of movies (or whatever).
    If you need to do this often, you could create one or more 'Smart Folders' with the criteria preloaded for each search.
    The only drawback I see for either Finder based method is the full path one. If you are getting results from just one or a few folders, Find & Replace can delete any of the path name fairly easily, but it becomes a chore if there are a lot of different ones. Some other text editor, like TexEdit Pro, that supports grep searches would be handy here, but since I'm not up to speed on grep, someone else will have to explain how to use it for this, if they want.

  • Word 2013 - Bulleted list inside rich text content control

    Hi,
    I'm mapping a rich text content control to an xml node within my custom xml.
    While i'm in design mode i try to format the text so that it will be a numbered list.
    One thing that i noted though was that the numbers are placed outside the content control. This is only my first observation.
    The thing is, the rich text(RTF) that is saved within the custom xml is later used to populate a second document. This works great except for one small issue. The numbered list is not showing up within the second document.
    Would appreciate any help i can get with this issue.
    Br,
    /Peter
    Peter

    Hi Peter
    This is tricky, because...
    By default, when you insert a new RichText content control it will not include the paragraph mark for the paragraph it's in. Numbering is a paragraph-level formatting.
    If you work in Word, you can see this. Turn  on the display of non-printing characters (the backwards P button in the "Home" tab of the Ribbon). Insert a RT content control and observe where the paragraph mark (backwards P) is in relation to the
    CC's boundaries. Now press ENTER and observe that the paragraph mark is WITHIN the CC. Apply number formatting and you'll see that it's NOW inside the CC.
    You can do this the other way around: apply the numbering then press ENTER. Again, it should now be within the CC.
    This behavior is by-design. I would guess that lists the users type would have more than entry, so the numbering will be within the CC range when the custom XML is extracted?
    Cindy Meister, VSTO/Word MVP,
    my blog

  • How to print long text in scripts

    plzzzzzzzzz answer this qestion
    how to print long text in scripts

    Hi Kranthi,
    You can create Text Id and include that in your script.
    For example:
    /E TEXT
    /: INCLUDE ZTEXT OBJECT TEXT ID ST
    Hope this helps.
    Please reward if useful.
    Thanks,
    Srinivasa

  • How to print the text in points wise in sap script

    hi friends,
    how to print the text in points wise in sap script.
    ex: if suppose paragraph consists of 15 lines. then according to one sentence or one fullstop (.) it should give point 1. like that...
    1. hai how ru.
    2. what r  u doing.
    3.where r u.
    like this i want numbering.. waiting for ur replys.
    thanks,
    kiran

    declare a counter
    data : cnt type char 4.
    print :
    cnt = cnt + 1.
    &cnt& &text&
    cnt = cnt + 1. and so on.
    or.
    if the data is in an internal table
    loop at internal_table.
    cnt = cnt + 1.
    write form.
    in script -&cnt& &text&
    endloop.
    Edited by: NIKHILKUMAR POOJARI on Nov 17, 2008 11:18 AM

  • How to print the text in only last but one page in sapscripts

    hiiiiiiiiiii,
             explian how to print the text in only last but one page in sapscripts? wher to write the code? plz if possible explain in detail with an example?

    Hello,
    The total no pages is given by &SAPSCRIPT-FORMPAGES& command.
    So u can handle the situation in ur form like this
    /: if &PAGE&  = &SAPSCRIPT-FORMPAGES&
    p1 TEXT
    /: endif
    Try in this way it may help u.
    Regards

  • How to Print a text in bold format in a classic report ??

    How to Print a text in bold format in a classic report ??

    hi
    u can use
    <b>FORMAT  INTENSIFIED ON.</b>
    regards
    ravish
    reward if useful

Maybe you are looking for