Hi, i am using Windows 7 Machine
Re: 6000.lic is not available in the license folder though the key is installed successfully
Re: I want to generate circle number exceeding ⑮.
Hi Tim
Yes, I would like to make auto-generated circle numbers for the "<ol><li>..</li><li>..</li> ... <li>..</li></ol>".
My problem is that it can't generated circle number if <li> tag more than 15.
So, I found two fonts that can be display more than ⑮.
As you mentioned 'CombiNumerals' font generate a circle number by combinating the two digit.
'H_CIRNUM' font contains circle number exceeding ⑮. But, it has different character order from other fonts.
I don't know how to auto generate circle number using this font in styler.
What do I use styler using this font ?
Or is there a way to use another font ?
Best Regards
Kim, Joon O
Re: 6000.lic is not available in the license folder though the key is installed successfully
Are you using 5.4 or earlier versions of Arbortext Editor?
Your license appears to be installed on a license manager. If that is true, then do you have the environment variable APTLMHOST pointing to the license manager?
Tim
Re: How to update "Text" into by ACL script?
Hi
I have the same issue in my Arbortext 6.0. How can i update <navtitle> content by adding <topicref> by default?
Thanks
Roopesh N
바카라주소こGXDG223°C@Mこ바카라추천
바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천 바카라주소こGXDG223°C@Mこ바카라추천
바카라사이트さGXDG223°C@Mざ카지노주소
바카라사이트さGXDG223°C@Mざ카지노주소
|
configure bcf to ignore certain graphic elements
Hello everyone,
Is there a way to configure the burst config to skip over certain graphics by element name or attribute value?
Most graphics will burst in as normal, but some will be handled through another source so we don't want these to burst into Windchill. These graphics will use a different element and in some cases a special attribute value.
For example...
<img type="noburst"/> or <noburstimg/>
Is there a way to include an exception so these criteria are skipped by the burst process?
Thanks,
-Jeff
Re: 6000.lic is not available in the license folder though the key is installed successfully
Tim,
Yes, I am using 5.4. The issue has been fixed.
Thanks,
Vasanth
Re: How to activate an evaluation license for Arbortext Editor?
Does it also apply to first time licenses? Do I need to get them from a reseller?
Re: Editor and Terminal Services?
Gareth,
Do you know if Print Composer will work in this scenario as well? The remote authors will need to at least use Print Preview to view their work periodically. We currently have both floating and node-locked licensing for composer. I guess I should talk to my PTC rep.
Thanks,
Kim
trouble making XUI dialog modal, what am I missing?
Hi,
I am having trouble making a XUI dialog modal.
<window modal="true" ...
Isn't enough. In fact, when I set that, the dialog doesn't display at all. Do I need to do something specific on subsequent window_create() or window_show()?
I've scoured the code that ships with Editor and found that PTC uses _xmldlg::displayDialog(). I've required _xmldlg and mimicked the calls, but I'm still not getting it to work.
Anyone seen/solved this before?
Re: trouble making XUI dialog modal, what am I missing?
Hi Paul--
You might need to use event_process() and event_stop_process() to hijack event processing until the user is done with the dialog. Just make sure you catch all the exit points for the dialog to call event_stop_process()--if the users find a way to kill the dialog without calling that, it will leave editor in a wonky state, and may result in zombie processes when the user exits the application.
--Clay
Re: Editor and Terminal Services?
If you are using Arbortext 5.3 there are no remote desktop restrictions. If Print Composer works while physically sitting at a machine then remoting into the same machine will work just the same.
Re: trouble making XUI dialog modal, what am I missing?
Thanks, Clay! That did indeed work.
I set <window modal="true"...
I called window_show(myxuiwin, 1);
I called event_process(0);
And then, as you suggested, on every button, ESC, or , the first thing I do is call:
event_stop_process(0)
The 0 is significant. If you provide a non-zero value, all input is suspended and the dialog itself is not accessible to the user until the ESC and then the dialog is available but not modal. Also, if you do the window_show() and event_process() timing wrong, very strange things happen.
Re: I want to generate circle number exceeding ⑮.
We are using circle numbers to refer to a Creo Illustrate CAD graphic that has a number 1 or 2 or whatever in a circle that points to a component in that graphic. Our implementation uses the <ph> tag like this:
<ph>1<ph> will display the number one in a circle wherever this is inserted in the text.
Originally, the stylesheet would put a PNG image or EPS image of a number with a circle wherever this was used when published to PDF or Web. By styling it with an element like <ph> all of our manuals update when we change the GENTEXT code.
So we now are using the CombiNumerals font but are looking at purchasing a different font that we like better that is easier to read. Simply install the font on the Arbortext + Styler machine for working on the stylesheet, also install it on the PE and the manuals will update automatically the next time they are published. Everything still works with <ph>27<ph> or whatever number is in the tags.
Easy right?
Re: Abortext ''New Page' ( ) and Mil-Std 40051-2B DTD-Stylesheet Output w/Print Composer PDFs
I've been using the MIL-STD-40051-2B DTD and XLST for several years which includes the latest versions (LOGSA XSLT 5.0). The manuals I create are the -10 and -24&P. I create and edit the XML files in Oxygen XML Editor and publish to PDF and have used Arbortext Editor 6.0 and 6.1, currenlty I am using 7.0 - all with Print Composer. I haven't had the issues you described, especially since LOGSA XSLT 5.0 came out. There were some bugs in the earlier XSLT and I collaborated with LOGSA to get those corrected which were incorporated in 5.0 release. I only use Arbortext PIs sparingly because, generally speaking, the default Arbortext FOSI file with the LOGSA XSLT 5.0 produces a highly accurate PDF output. Most of my outputs are 300-1500 pages per manual.
The only error I still run into is the table caption does not span multiple pages as required by the standard and LOGSA is aware of that issue. I will gladly assist with code review or other things.
Best regards, David
How can I get license of Arbortext AAD 4.4?
Hi,
I installed Arbortext AAD 4.4.
But, I could not find license from PTC Support Site.
How can I get license of Arbortext ADD 4.4?
Best Regards,
Kim, Joon O
Re: How can I get license of Arbortext AAD 4.4?
Do you have a PTC sales representative who could help you?
Re: How can I get license of Arbortext AAD 4.4?
Joon,
You need to make a special request for Arbortext Aerospace and Defense license.
At the PTC website > Support > Arbortext > Manage Licenses > PTC Licence and click the link for Arbortext Aerospace and Defense to make the request.
Tim
Re: How can I get license of Arbortext AAD 4.4?
Hi Tim
Thank you for your information.
Best Regards
Kim, Joon O