SLM (Service)
Recently active
I am running IsoDraw 7.1 and have dual monitors. I have noticed that if I move my "layer window" to my second monitor I can not reorder the layers. I have to move the window back into the drawing space to reorder layers. I can do everything else I just can't reorder the layers. Is there a fix for this? I am running 7.1 F000 Thank You Keith Howard -
I've been requested to buiild a NATOPS Pocket Checklist in XML and use a FOSI to format it. This is a 5x8 pocket guide in which pages are bound on the top edge and the pages have cut tabs down the one edge. These are ultimate printed on card stock with some sort of comb binding/rings that allow you to flip the thing open and fold it back.Thus far we have produced these in Frame and Interleaf and approached it as a layout problem. We want to convert this process over to XML and use a FOSI. The XML is not a problem, I'm curious what (if any) people see as pitfalls with making these tabs. I'm assuming that I can easily set a top binding edge instead of a left one.thanks..dan
Hello, I currently use IsoDraw6 on my XP machine and will be switching over to a Windows 7 computer. Will IsoDraw6 work on a Windows 7 computer? If so, under what settings? If IsoDraw6 is not compatible with Windows 7, i have many files created/editted from IsoDraw6 and want to know if there are any errors/effects with using IsoDraw7 on these files? Thanks, Monica
What does this mean in English??? Cannot allow a change where neither CPA change markup nor change attributes are allowed. I have a CPA file, and would like to add NEWPAGE element (and other elements too), yet I am not able and receive this error message.
Adepters,We're planning to move to Editor 5.4 and during preliminary testing I've noticed some very strange behavior with spell-check when compared to Editor 5.2.First, it's taking words from one or more adjacent tags, merging them, and highlighting them as a misspelling. Unfortunately, these words would never appear together. For example, our index tagging: <indexterm><primaryentry>Variable</primaryentry><secondaryentry>XYZ</secondaryentry></indexterm>. Spell-check is highlighting "VariableXYZ" as misspelled. Of course, I could turn off spell-checking for index entries, but we really want them spell-checked.Second, it's reported repeated words that have an intervening tag. For example: Set to <lit>XYZ</lit> to activate this option.Spell check highlights "to XYZ to" as a repeated word. Again, I could turn off warning about repeated words, but that is something we'd like to know about.Lastly, in some instances like the index term I showed
Hi,I have my bleed tabs set up in a region that goes off the page. I was able to create one PDF that Iwas able toadded the crop marks and the bleed was off the page just like it is suppose to be.BUT now I can't get the PDF to make the bleeds bleed. It must be a setting in the preflight or something like that in Acrobat, but it just isn't wanting to work for me. Anybody know the correct way for me to hold my mouth so these will come out? My hair is so thin I can't pull anymore out!Thanks,Ellen
Adepters.org has been migrated to a wiki environment. For now, I've got itclosed to anonymous contributors to keep the graffiti down. If anyone wouldlike to be a contributor, we want you to be one. If you don't want to buildpages, if you spot something useful, just send it to me and we'll get itadded. I'd like to get some APP pages and some IsoDraw pages as well. It'slanguished lately, but I'm hoping that the wiki format will encourage moreof you to want to contribute.Anyone interested in participating?Liz
Hello,My department iscurrently using Epic Editor 5.3 M030to edit XML documents, then using Adobe Distiller 6.0 to produce PDF files. We currently have a DTD and XSL that aid in the process. My question is what would it take to take our current XML documents and output them to the .epub format? Is this even possible? Thanks,Jack
I'm trying to write an ACL script in 5.2 that will take a user selectedrange of elements. In this case a series of step1 elements, take thatselection, delete and turn it into a seqlist with items. I can run thefollowing sample code at the command line and I get what I'm expecting:copy_mark buf1;delete_mark buf1;response(oid_name(oid_first(buffer_doc(buf1))));response(oid_content(oid_first(buffer_doc(buf1))));paste buf1;BUT when I put this in a file, create a funtion and assign it to the F12key, the response messages show no content, the delete doesn't work butthe paste does. Any ideas on what is going on?function step1_to_seqlist() {copy_mark buf1;delete_mark buf1;response(oid_name(oid_first(buffer_doc(buf1))));response(oid_content(oid_first(buffer_doc(buf1))));paste buf1;}response("loaded");map f12 step1_to_seqlist();
just an observationI don't normally use the website to access adepters but I had to today. Trying to get to this forum is not the most intuitive interface. you have to go to the forums tab and then Adepters doesn't show up on that page you have to expand the list and then it is not listed as Arbortext or Editor (it isn't even there alphabetically) but it is listed as Adepters and it is like one or 2 from the bottom of the list.A newbie looking for help would have to know this exists and what the group is even called...dan
Hello,The subject of my message is little different but my question is same as it was raised earlier in the below link in 2008.http://portal.ptcuser.org/p/fo/st/topic=21&post=70228#p70228Currently we use ArborText for XML editing but our business requires a web-based editor that can talk to our CMS so people outside of our regular editors can make changes to the content using a web browser. We are so accustomed to ArborText and because of this requirement we are pushed to see if any other editor in the market is capable of addressing this requirment. Can you guide if Arbortext is available/customizable for a web-based editor? If so is there a demo or sample website that I can take look.ThanksKarthik
Hi all,In my running heading I have set a text variable that has a subparttitle occurring at the bottom of the page using the BO modifier. In a few cases the subpart title skips to the next page, but the text variable seems to be already set to that, so thatthewrong subpart titletext shows up in the running header.Has anybody seen this and come up with a solution?Thanks,Ellen
Greetings Adepters!The PTC/User World Event is coming. The word is that the Arbortextregistration numbers are on track with last year (while the other productlines are not). There were lots of really good presentations submitted, morethan we had slots to put them all in. It was a record year for submissions.Every year our presence gets stronger.Things you can look forward to this year:* Two concurrent presentation tracks (next year we are hoping we have toadd a third)* Dedicated Precision Learning classroomThe main conference runs Monday June 7th through Wednesday June 9th. Don'tleave until Thursday because.... * Tuesday Night: Arbortext Users Reception. * Wednesday Night: Demo Jam! Come show off your stuff (or just somethingcool you did)
Hello,I have the below ACL code:alias copyfit1 { set changetracking=offinsert_pi 'xpp copyfittext1';set changetracking=on}map F1 copyfit1As you can see that a PI is inserted. Our requirement is to turn the change tracking off when this PI is inserted. In the above code I could able to achieve this. But here is my issue - I do not want change tracking to be turned on when the PI is inserted for a docuemnt where we do not need change tracking at all i.e., if the document does not to be tracked whereas this PI should be inserted I do not want change tracking to be turned on after inserting the PI. For this can I check the status of change tracking in a document and have the code act according to the status of change tracking in the document.Thanks in advance.Karthik
Available for immediate downloading from PTC's support site is theArbortext 5.3 M180 release. This maintenance release includes bug fixes only. If you want to knowall the details about this release, please check out the release notes<">http://www.ptc.com/view?im_dbkey=111262> . If you have any questionsabout the release schedule, please reference the PTC Product Calendarat: <">http://www.ptc.com/company/tl/index.htm>
Hi, Can someone point me in the direction of the preference setting to save your XML files from Editor clean, i.e. without CF+LF+tabs so its just the raw XML. It is easy in XMLSpy, but I cant see what i'm looking for in prefs/advanced. Any pointers how apreciated. Thanks!
Adepters:We have a Styler license and with that I can select from the File menu, Compose -> PDF File, fill in the name of the PDF file to create, the stylesheet to use, and have Arbortext Editor with Styler generate a PDF directly on my local machine. However, for the life of me I can't find any documentation of what the epic.exe command line would look like if I wanted to run it in a batch script. Anyone know what it would be or where I can find the information? Or, maybe it's not supported?Thanks,Dave HintzSiemens
Can you run spell check from the command line on a directory of xml files?We, uh, well...the guy next to me just did a search and replace to take out all line breaks...but forgot to put a space in. XML Tidy has done a fabulous job of fixing all 300 files BUT now we have a few sentences per file that have been combined where a sentence was broken, hence "when the temperatureis reached..." and such.This is gonna be a pain, wasn't backed up lately, not sure what I'll do...but would be a start if I could get editor to parse each and either tell me which had spelling errors - and preferably open those.Luckily this is the procedures chapters so most of the sentences are very short.John T. Jarrett CDTSr. Tech Writer, Tech Pubs, ILS, Land & Armaments/Global Tactical SystemsT 832.673.2147 | ext 1147 | -<">mailto:->BAE Systems, 5000 I-10 West, Sealy, Texas USA 77474www.baesystems.com
Hi,This is an Epic 4.3 Editor Guru Meditation question:I use the tag templates quite a bit and I am in the habit of editingthem, and their filenames manually with a text editor. Since they arelimited to 8.3 format names I have to get creative to work outrecognizable names and occasionally re-order them. The problem is thatif the editor is open, it will not re-fresh the tag template list evenif you open and close tag templates from the Tools menu. Adding a newtag from within Epic is not a problem. What I'd like to know is if thereis a command line function that allows you to refresh/reload thetemplates from scratch. So far, the only thing I've been able to do isclose my editor session and re-open it to refresh the tag template list.This sort of re-load functionality would also be useful to re-load mydocument's catalog and list of graphic entities since I'm also in thehabit of editing those manually. I'm wondering if there are any otherre-load functions besides the View>Reload Graphic
Test document.I was able to post in March but lost the ability in April. Just seeing if they fixed it yet. \ / Andy Esslinger LM Aero - Tech Order Data_____-/\-_____ (817) 279-0442 1 Lockheed Blvd, Mail Zone 4285 \_\/_/ (817) 777 3047 Fort Worth, TX 76108
How do you activate external links when generating pdf . eg. links to other pdfs
Hi All, Here is a link to a survey which will help me plan for the event: <u>http://www.surveymonkey.com/s/K3C6NG8</u> Cheers Pete
Hi All, Here is a link to a survey which will help me plan for the event: http://www.surveymonkey.com/s/K3C6NG8 Cheers Pete
I need to be able to post the effectivity information in the footer for only those pages containing the effectivity element.All works ok but unable to turn it off for subsequent pages containing no effectivity.effectivity only occurs within sheet within graphic element.Any suggestions out there ?Regards,Andy
Hi, This is an appeal to those in this forum who have worked with Epic Editor and S1000D (schemaor DTDs). I've been tasked to do an eval of Epic Editor (rather quickly) but first I have to learn how to use it. We are about to collaborate with a client to update their aviation manuals. They use Arbortext Epic Editor (version unk) and we use Framemaker 7.2. We are in two minds: there is some thought that we should get Epic while there is other thought that we stick with Framemaker, as long as we can get their DTDs. I've gone through the tutorial and looked at the templates that come packaged with Epic. I've tried to plunge straight in and import/use an S1000D DTD but I can't find/don't understand how Epic does it (beside the fact that when I clicked on Import in the menu, I was told I didn't have the licence). I know how to do this in Frame but I want to give Epic a chance. Could someone please advise me or point me in the right direction to where I can get the info. Help appreciated. Ch
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.