Re: Mapping Service Parts to Corresponding Service Manual
Hi Steve, To me, this seems you are asking the same question as before, but in a different way. Content Management (Windchill Updates Reflecting in XML Content ) Mine and Jeff's answers still stand....
View ArticleMultiple-selection list box
Hello, In my ACL script, I need to create a dialog box to include multiple check boxes so users can select either one or more items from it. Unfortunately I wouldn't be able to know those items ahead...
View ArticleRe: Multiple-selection list box
Hi Jing-- If there will only a few items in your list, you might be able to get by with a readvar command, something like this: function test() { local foo, bar, baz; # for readvar, the -choice...
View ArticleRe: Multiple-selection list box
Hello Clay, Thank you very much for your prompt help! In my other ACL script, I used XUI dialog box for the items that had been determined ahead of time. But for the dynamic items (e.g. file #1 could...
View ArticleRe: Mapping Service Parts to Corresponding Service Manual
Gareth, Regarding the first mechanism you listed; Could you explain how the tagging in the XML documents can link to service parts within Windchill? Is there a feature in Windchill that looks at the...
View ArticleRe: Mapping Service Parts to Corresponding Service Manual
Hi Steve, Glad this is helping. No, there is no feature in Windchill that automates any of the process. If you wanted to tag the parts in the XML, then you would have to come up with your own way of...
View ArticleRe: Multiple-selection list box
Hello Clay, I'd like to do one of your suggestions--create an empty XUI dialog box and have my ACL code dynamically add checkboxes in for the ones found in the documents. Each document may have...
View ArticleRe: Multiple-selection list box
Hi Jing, As Clay mentioned, you will need to add the checkbox items dynamically. The XUI dialog that Editor displays is based on XML that it reads in as a document, which means you can access that...
View ArticleCreate a pdf of images from ditamap
Is there a way to publish a ditamap so keeps the formatting of the publication but only publishes the images? Thanks Bryon
View ArticleRe: Multiple-selection list box
Hi Brian, I'll follow your suggestion to see how far I can reach. Thank you very much for your prompt help! I really appreciate it. Jing
View ArticleRe: Multiple-selection list box
Hi Jing-- You can do this in all ACL if you prefer. There is a set of dialog functions, most of which start with dlgitem_* for interacting with dialogs using ACL. This includes adding new controls or...
View ArticleRe: Multiple-selection list box
Hello Clay, I'm deeply grateful for both of your answers. Since I'm new to XUI, the examples you provided are definitely very helpful! I'll take a closer look at the code to learn the ideas from it....
View ArticleChange BG Colour of Table Cell in APP Source Edit
Dear Users I have a HTML table with thead,tbody,tr,td elements. I want to style the thead/tr/td with bg colour as "Red" . I am not able to find an option for setting the bgcolour and wanted to try...
View ArticleIsodraw hotspot
Hello Everyone, I am using isodraw 7.1.I have created hotspot and placed the hyperlink internal object, How can i check and view hotspot other viewer. Thanks.
View ArticleRe: Change BG Colour of Table Cell in APP Source Edit
APP Source Edits are not the easiest, but you can read the APP Javascript FOM to understand what objects and methods are available to you. For tables the general method used is that a new object is...
View ArticleRe: Change BG Colour of Table Cell in APP Source Edit
Thanks Gareth that was really an useful piece of information. I am able to bring the bgcolour as expected. Is there a way to remove/hide columns in my table. If i try to used block.columns.supress or...
View ArticleRe: Change BG Colour of Table Cell in APP Source Edit
I'm not sure if blocks can have suppressed columns or not, but that is the correct command for tables. You would have to set up deleted columns before the table begins, and I believe the table must be...
View ArticleRe: Change BG Colour of Table Cell in APP Source Edit
Sorry Gareth , not sure to understand this point . You mean to try <?tbprescan=0> in Before Generated text of the table component or to give this entry in JS (Source Edit) Also can you pls share...
View ArticleDisplaying Quick Tags as horizontally cascading columns
Pressing Enter displays the tags available at the cursor location. For me, a long "tall" list appears. For certain tag locations, this list extends well beyond the vertical limit of my monitor. Is...
View Article