[IDCS3 - JS] editing text outside ID

Hi all
I have to modify the text content of paragraphs outside ID with a text editor and then I have to update the document with the new content.
But if there is a table it do not appears in "textFrame.contents" and deleting the point in the text where the table is placed, causes the loss of the tables.
How can I recognize where the table is placed in the text?
thanks
Ivan

In that case, I will have no choice but to decompile the .swf to get the .fla because the original .fla is un-obtainable. Unless there is a way to edit the contents of the .swf file without decompiling it.
I can see the code inside via various decompile tools and it seems that I would need to add the equivalent of <src target=_blank> to some of the lines I have shown below.
obj_xml.load(appurl + "loadconfig.aspx?calendarid=" + calendarid);  -- need to edit this so it opens in a new window using something similar to target = _blank
dest_page = appurl + "default.aspx"; -- need to edit this so it opens in a new window using something similar to target = _blank
I know a lot of decompile tools can get you the code and the .fla but once you edit and re-compile and attempt to replace the original with the new & updated file, the decompiler did not necessarily generate the properly formatted flash pro project file, so compiling it back into an operational .swf often ends in failure.
Do you know or can you recommend a tool that has a very good track record of re-compiling the decompiled modified.fla into a workable and usable .swf?

Similar Messages

  • Since upgrading to Firefox 18.0.1 on my Mac Pro, I often can't edit text, instead getting dreaded 'chirping'.

    This is the wierdest thing - when I click in a text box the first time, it usually works. As long as I only use arrows to move text, it seems OK. When I try to click in a text field to edit text, or try to highlight text, both inside and outside text field, I get the dreaded chirping sound and can't edit, copy etc. After clicking a few times on the page outside the text field, I can again access and edit the text field. Does anyone else have this problem? It only happens in Firefox and only in the latest upgrade. I don't have this problem with Safari or Google Chrome.

    Hi,
    I'm encountering exactly the same issue as described by redcat01.
    Hope someone could help :-)
    Thanks in advance, and best regards.

  • Trouble editing text within form in pdf

    We have created pdf fillable forms and was able to add text fields that come with red borders (intentional) inside and outside the forms. However, when trying to edit the texts inside the form, we are not able to click on it to select and delete/move easily like the text outside the forms. I am able to edit it from the comments list on the sidebar, but not editing it directly on the form, which takes a lot more time.
    Please advise!

    Hi Joyce,
    Make sure the "Highlight Existing Fields" option is check marked.
    Launch the PDF>Tools>Forms>More Form Options>See if that option is check marked .If it is not ,kindly do that and see if it works for you.
    Regards
    Sukrit Dhingra

  • Editing text in the blank composite target box?

    I am having a very hard time editing text inside the composite target box. Sometimes it moves outside the target box and operates as a static text box. The target box itself shows/hides correctly though the text is not part of it. 
    I am unable to use the blank composite widget to place grahics and text boxes inside the target box. 
    There has to be a subtle principle I do not grasp yet.
    Clues or help is apprecaited.
    Jim

    Hi Jim
    If you have placed the text inside target then it should work fine. It may be a chance that the text frame is not inside the target but on it.
    You can check that , if the text frame is inside target then you would get the interface option for text frame ( small blue circle ). But if the text frame is simply placed on the target then you wont get that interface option when you click text frame.
    Thanks,
    Sanjit

  • Editing Text in new Pages

    I have seen several posts about this, but no response yet that solves the issue for me. Creating a text box is easy, but once I click outside the box, somehow the box locks (it doesn't show "locked" in the format area) and there doesn't seem to be any way to place the curser back within the text. Right click shows a greyed out "align front/back" and left click shows the outline of the box. Editing text should be the easiest thing in any software to intuit, and I just can't figure this out. Please help!

    Ok, I figured it out after fooling around with this for waaay too long. It seems that a triple click inserts the curser. Of course, like any triple click--sometimes it works and sometimes it doesn't (all about perfect timing), which forces the user to spend a lot more energy than necessary on what should be the most simple of tasks. Very frustrating. If any of the developers are reading--please, this needs some serious rethinking.

  • How do you edit text that is in a text box?

    How do you edit text that is in a text box?  I just want to change the font color of the text.  Solution in the Help files recommends selecting the text and then selecting Optional) To make further changes to the text box:
       Using the Select tool or the Text Box tool, click an edge of the text box to select it, and then drag a corner to resize it. Use the Properties toolbar to change the border and fill options.
       Double-click the text box to edit the text or change the text attributes. Drag across text to select it, and then select options from the Properties toolbar.
    This is what the help files recommend
    (Optional) To make further changes to the text box:
       Using the Select tool or the Text Box tool, click an edge of the text box to select it, and then drag a corner to resize it. Use the Properties toolbar to change the border and fill options.
       Double-click the text box to edit the text or change the text attributes. Drag across text to select it, and then select options from the Properties toolbar.
    When I try the above solution I don't have a  "Options" in the "Properties" toolbar.
    Why would they change a process that was so simple in previous editions to such a hidden awkward process?

    Try with a Brightness/Contrast adjustment layer and/or changing the blending mode.
    If the effect is too much for the rest of the bulb, you may be able to mask it out.
    It would help if you post a representative picture here on the forum page for us to look at.

  • Add or Edit Text Dialog Box Disappeared

    I am attempting to add text to my pdf using the add or edit text tool in Acrobat Pro X. However, the dialog box that allows me to change fonts, size, color, etc. has disappeared. Does anyone know how to make the dialog box come back?

    Hi,
    This is a new problem. It started about 2 days before I posted the question. I have not updated my Acrobat recently and I was previously able to use the dialog box with no problem. I have tried in several different documents and the dialog box is not showing up.
    Thanks for your assistance.

  • Remotely editing text files in Windows WinRM/PSExec/Powershell/cmd

    Hi!
    How can I remotely edit a text file in Windows?
    I am running and administering a number of Windows 7 workstations and Windows Server 2012 machines. I would like to be able to remotely edit text files on any of these machines. I can connect to any of these machines via psexec or powershell remoting. I
    can also connect via rdp, but for the workstations I would rather not kick the user off unless I absolutely have to.
    For example, we manage state configuration using
    Salt. Local configuration files are stored in C:/salt/conf. I would like to be able to edit these config files on the fly.
    This question on Stack Overflow covers the same topic, but none of the answers are particularly satisfying. Some of the possible solutions
    are:
    Remote Desktop: as I say, I would rather not have to kick a user off their workstation
    Edit a file over a UNC path: this only works for files on a share, and setting up arbitrary shares for quick edits seems like a bad idea.
    Install some manner of ftp or ssh server on all the target computers. This would certainly work, but it is it necessary with WinRM already active? I feel like installing and configuring extra software across all the machines in my organisation would be
    a last resort.
    Edit with a command line editor (e.g. vim, emacs) over a remote powershell session. This doesn't work. I don't understand the technical details, but a powershell remote session isn't interactive in the same way that ssh connections are.
    Edit using powershell's -replace operator, out-file and add-content cmdlets. This works, but is hardly the same as a fully featured text editor.
    Retrieve content from the remote, edit locally, and post back to the remote. This works, and is arguably the best solution I've found. Code sample from SO:
    PS C:\Users\Meredith> Invoke-Command -Session $ps -ScriptBlock {get-content c:/inetpub/myapp/web.config} > web.config
    edit web config
    PS C:\Users\Meredith> get-content web.config | Invoke-Command -Session $ps -ScriptBlock {set-content c:/inetpub/myapp/web.config}
    The last two options are the workflow that I've been using for now. Regex replacement for very simple changes, and copying to local and editing there for more complicated ones. Neither is ideal, but they work. It just feels incredibly old fashioned.
    I'm considering writing a plugin to my editor of choice (vim) to perform the remote fetch and save, to make my workflow a little bit smoother. Before I try that, I just want to know if there's anything that I've missed, or misunderstood.
    Cheers

    What is the "redirector"?
    I posted the same question to Stack Overflow, and was told about administrative shares. I wasn't aware of this, and it's exactly what I wanted. I can open the filetree of a remote machine with the path \\machinename\c$\. Perfectly simple, now that I know
    the answer.

  • Editing Text in Acrobat Pro DC

    I've followed all the instructions for editing text but when I go to select a text box the entire area is selected and the only choice is to move objects on the page (flip, left/right, etc).   I'm unable to click on the blue box to select that specific text box I need to adjust. There is no option for me to select Tools to follow the other help instructions  "If a bounding box doesn’t appear, choose Tools > Recognize Text > In This File."
    I'm trying to work on a PDF that someone else created (who is on vacation, lucky) and of course the client needs it. Any help would be greatly appreciated.
    Thank you!

    I don't have Acrobat DC here right now, so I can't give you step-by-step instructions for text recognition.
    But have a look at https://helpx.adobe.com/acrobat/how-to/edit-scanned-pdf-files.html?set=acrobat--fundamenta ls--edit-pdf
    [topic moved to Acrobat forum]

  • How do I leave editable text and images in a PDF?

    I recently bought a flyer template and it came as an editable PDF.  Here is one of the templates http://www.wendygarratt.com/images/flyer.pdf
    Every field, both text and graphic object, is fully editable in the free Adobe reader.  I have Acrobat X and have tried all the methods of producing something like this but nothing has worked.  I wish to produce not just one page template PDFs that can be edited like the one above, but I also have a 20+ page magazine, which currently is distributed in PDF form and I wanted certain image and text fields within the magazine to be customisable too. 
    I design the magazine using InDesign and the exported pages are composed of 1 large background image with text fields laid over the top.  I have tried exporting it as an interactive PDF, ticking the layers option for Acrobat, but when I try to create an editable form (Tools>Forms>Create>Open file) it does not recognise any of the text fields at all.
    Can someone please help me before I slam my head repeatedly in a door?  I have been searching for a solution for so long and I'm getting rather frustrated.
    Thank you in advance
    Wendy-G

    Thanks for the replies I've had so far, but I really need some detailed help to sort this.
    I want to be able to create a PDF that has editable text and editable graphics over a background image, that can be edited in the free Adobe Reader, as per this item - http://www.wendygarratt.com/images/flyer.pdf
    I know this was designed in LiveCycle and I have LiveCycle and Adobe Acrobat Pro X, but LiveCycle is new to me.  I am a quick learner (I use Photoshop, InDesign, etc) and need help in getting started.
    I am willing to work with someone to help get this sorted but it is urgent that I get to grips with this.
    Thanks so much for helping
    Wendy-G

  • How do I edit text in a fill-in form?

    How do I edit text in a fill-in form?  I am using Adobe Acrobat Pro version 10.1.8 in Mac OSX.  The document was created in Word, saved as a pdf, opened in Acrobat, and form fields added.  Now I need to change some of the text on the original form (mostly just dates).  Ideally, I wish there were a way to edit the forms overall - add or delete lines, edit text, etc.  I've done this before, but I always seem to need to go back to Word, edit the original document, and then re-create the form fields... it takes me a huge amount of time, making sure each field is formatted correctly (font, size, wrapping, text resizing, etc) so it looks ok when the user enters their data and prints it.  Please, tell me there is a better way!
    If the solution is upgrading to a higher version of Acrobat, I'm listening... but ideally I can get this batch done in the software I have, then worry about learning the newest version.

    Fonts are Licensed asset's subject to single user use. They are not intended to be exchanged, redistributed, etc.
    As part of the PDF standard they included in a document so that the document can be viewed reliably without the font be installed on the viewing station.
    To edit you must have the font installed on your computer. The ability for second parties to use the font would violate font licenses.

  • How can I edit text in a tagged PDF?

    I have created an accessible test form in Acrobat Pro X.  Now that it has all been tagged and reading order touched up, the client wants to change the text.  Is there any way to edit text at this point or do I have to create an entirely new tagged accessible form (very time consuming)?
    I have tried:
    TouchUp Reading order - when I select the block of text, nothing lights up on the TouchUp window
    Form > Edit Document Text - I can place a cursor but it won't do anything.
    Thank you for any help!

    For Tagged PDF the replace page approach ought to be avoided.
    The behavior seen when replace page is used for an existing page having annotations is not present.
    Insert of a tagged PDF into another PDF can be a problem as well. The "incoming" structure tree is always placed at the end of the existing structure tree.
    Manually remediating this can become nasty very quickly.
    Using the Touchup / Edit text tool on a 'good' tagged PDF ought to be avoided as well.
    Be well...

  • My MacBook Pro Retina's Bluetooth chipset unknown/odd login message on the login screen states Login Window Authentication Login window Name edit text has keyboard focus. In addition, the login screen is not remembering me

    I have been experiencing several issues with my MacBook Pro Retina mid 2012. My MBPR is scheduled to go into the depot. However, I am wondering if anyone may be able to shed light on a few issues as this is the third "official" time my MBPR is going back for service ("one depot" trip; "one authorized" dealer; several in-store visits).
    My Bluetooth is stating that the Bluetooth Chipset is Unknown (0). I also have had Bluetooth Preferences mysteriously change on me. In addition, while Bluetooth is off there are two serial modems turning on. I have turned them off, but they continue to pop up.
    In addition, when I log in, my MBPR is not remembering me and my login name is not appearing on the slate-gray screen. The name and password are blank and the following message appears in the lower left hand corner. "login window authentication login window Name edit text has keyboard focus."  As a side note, I am the only user. The login issue is a recent occurrence as we just totally wiped it again via a Command + R, and I don't believe I have an accessibility setting set to anything that would cause this, but wanted to check.
    Should I be concerned here? Has anyone else had issues like this? I don't want to worry if I don't have to. I have had so many issues over the course of nine months. 5-6 wipes. Airport card replaced and I am about to pull my hair out if my MBPR doesn't come back worldly like clock work this time. I just can't send my days trying to get a $2300 product to work for me any longer. No idea what is wrong with it, but it is driving me insane. Cross your fingers for me and any guidance you have or thoughts would be welcomed. Thank you. EMM

    A few more issues...
    In Console, the following is greyed out:
    User and Diagnostic reports
    Com.apple.launchd.peruser.0
    Com.apple.launchd.peruser.88
    Com.apple.launchd.peruser.89
    Com.apple.launchd.peruser.92
    Com.apple.launchd.peruser.97
    Com.apple.launchd.peruser.200
    Com.apple.launchd.peruser.201
    Com.apple.launchd.peruser.202
    Com.apple.launchd.peruser.212
    *[user logs are accessible]
    Krb5kdc
    Radius
    My guest files are locked, but again I am the administrator of MBPR.
    I am worried about a keystroke logged or at least, trying to rule it out.
    Also:
    Mdworker32(225) [and other mdworker numbers] are sandboxing; stating deny Mach-lookup
    Com.apple.Powermanagement.control, etc. long attachment with those files with version: ??? (???).
    Postinstall: removing applications/Microsoft Office 2011/Microsoft Outlook.app
    WARNINGS in Console include:
    [NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 19.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction] instead.
    There are a ton of other warnings. Before I go through this again, can someone tell me if this is normal (all of it -- above too); or if these are symptoms is a keystroke logger or hardware issues? 
    I ask because originally, when my computer went in for diagnostics (more than once), Apple stated the hardware was fine (other than Airport Card -- finally). However, if I've done 5-6 total wipes; created new users; do not have sharing set-up; have not played around in Terminal; and am up-to-date with versions -- and various issues KEEP COMING BACK -- I am left wondering if a keystroke logger would be possible here?!? I thought maybe a faulty logic board, but why would diagnostics be okay, then? Not trying to be hyperbole, just desperate.
    Please help me rule keystroke logger out or at least, tell me so I know, so I can take appropriate action. If you think it could be the logic board with symptoms above, that would be a great too.
    All I want to do is use the computer as intended, but I can't seem to get a real answer, so after nine months -- I am turning to the communities to see if anyone -- anyone at all -- can help. The last thing I can do is have the MBPR come back from the depot and the same thing occur. Any guidance or advice would be so gratefully appreciated.

  • Is there a way to edit text in a smart object brought in from illustrator?

    Is there a way to edit text in a smart object brought in from illustrator? Many thanks for the help!
    And can anyone recommend learning resources for someone (me) who is an AI user for a decade who needs to work in PS for web mockups? Something other than a basic PS tutorial. Something geared towards that specific task. I'm not a PS beginner - but have mostly used it for photo correction until now.
    Truly -- thanks! BTW - I'm in the CS 6 Suite and CC will not be available to me.

    OMG! When I went back into the ai file and made sure that the text was on it's own layer (which I had not originally done) I could indeed edit the text in the file when exported to ps! This is a perfect solution for this situation. As far as the person I'm working with  - who fears ai more than anything - I can work in ai - which in many ways is so much less cumbersome than ps - and just export - clicking "preserve" layers & text editing! I hope this helps someone else! Sisham - many thanks for your help!

  • Text continues moving horizontally rather than starting a new line in editable text field

    I am trying to make a feed backbox for visitors on my website. I have made the editable text field and scroll bar and set all of my preferences, but when the typing reaches the border on the right of the text field it just continues to type further horizontaly. I can start a new line by pressing enter but I would like it to start a new line on its own when it reaches the boundary. Any help is appreciated.

    assign your textfield's wordWrap property to true.

Maybe you are looking for

  • Thread unserialized exception: NotSerializableException: java.lang.Thread

    hello experts, i have this exception coming; seems to be coming from some thread but i removed all the threads from my code, i thought its because of some object which is still unserialized, i am not sure whether this is because of one unserialized o

  • How to create an target audience to be used in a list or navigation?

    Hello, I created a new SharePoint group called "test" and added an Active Directory Security Group to it.  I used "test" for the Target Audience on a menu item, but the link still showed up on the page with a user who is not in the Active Security Gr

  • Status of Purch Req

    Hi, On SAP release 46C the processing status of a purchase requisition is not updated during the creation of a contract. When I create a contract WK from a PR NB, the staus of Purch Req display only "Contract Created" but not displays the details of

  • Relationship of FI AR item and  its Note in J4I3

    Hi Expert, you know on a FI AR document item, a or several Notes could be created by transaction in J4I3.  but it seems that the function in FI AR and Note are not so closed. meaning that if you created a FI AR document, and load into BW already(by 0

  • Mac powerpoint 2011. Can't  I edit sound effects

    Mac powerpoint 2011. Can't  I edit sound effects?  The slides won't move as I have ordered them because the sound effect lasts longer.  Previously (in Office) I have been able to trim the size.  This throws off the entire presentation.  Any ideas?