Re: Windchill Customization : How to hide a textbox using data utility
Hi Niranjan,try to set your GUIComponent's setEnabled() method to false.
View ArticleRe: Code having Error..
Hi Vivek,What kind of error you are getting ?This is the first three line of your code."try{WTPart part = null; wt.fc.QueryResult qr=wt.part.WTPartHelper.service.getUsesWTPartMasters(part);"in line no...
View ArticleRe: Custom Attributes to be published to the Distribution target
you will have to add those attributes to the esiresponsemetainfo.xml file. Then open the distribution target and give the path of the new metainfo file. Restart windchill and you will be able to see...
View ArticleRe: Windchill slow with Windows XP
Thank you all for the help. After some investigation, and the help of PTC Support, it seams its the computer and operating system where causing the issue not Windchill. I updated the users computer,...
View ArticleRe: Mouse over text
Currently, I don't believe there's a way to turn off tool tips. I did find SPR 2150812. The fix from this SPR adds a property that allows the disabling of tool tips in the edit attribute UI. This...
View ArticleRe: Is it possible to have a single Cognos installation supporting multiple...
PTC has not tested this in any way and there is currently no ongoing plans or efforts to do so, so there is no guarantees that it would ever work. But, if you're looking to go ahead this, the following...
View ArticleHow can I synchronize a workspace by code (customization)?
Do you know if there is an API for synchronize the workspace of a user?We had a customization that modify an EPMDocument in the commonspace, and we want to syncrhonize its copy in the user workspace,...
View ArticleRe: In Pro/I migration, do we need to assign organization to users before...
Hi Micah We can change organization later it seems. However, to provide required access after migration we have assigned organization and it works. RegardsMilan
View ArticleRe: Edit ibamap.properties file
Wasim I was in same situaiton and it seems we can add migration.admin.iba.allowIBARename=true property in migration.properties and modify ibamap.properties file accordingly. ThanksMilan
View ArticleChild Part Master Reference
During checkin I receive the following error message: The value of "Child Part Master Reference" cannot be set to null, since it is a "required" attribute. Does anyone have an idea what could be the...
View ArticleRe: How To find all "0" Level Parts from Windchill
Hi All, I found a new way by using partUsageLink to find the TOP level parts from asm, but the code gives some error,Please can you help me to sort out issu. Code is: WTPart part = null;...
View Articlehow to configure query in to Windchill business reporting
I have some query for generating reprot from classification. How I can configure this query in bussiness reprting & get report in desired format
View ArticleHow can I share data between two organization?
How can I share data between two organization?My requirement is that Part-1 from Org-A needs to be used in Part-2 of Org B
View ArticleRe: Same part, two Family Tables
It was finally reached about which iteration we needed to keep and which one could be deleted. Deleted the one instance out of the 3-409 family table, and got all the assemblies pointed to the instance...
View ArticleMethod Servers
I recently installed two Workgroup Managers, SolidWorks & AutoCAD, and in the process I went from (1) Method Server to (6) Method Servers. I was told that the WCA ran and it is what decided I...
View ArticleRe: Move objects from one context's folder to another context's folder while...
Hi Vigneshwara, Sorry for a late posting. I am able to figure out the type of object. When a WTPart is getting created, we'll move it. However, the code is not working for me. Could you please help me...
View ArticleRe: Configuration of Windchill instance with the Eclipse.
Hi Jern, I have configured eclipse with windchill using "ant -f bin/tools.xml eclipse_project" cmd and import the cust_windchill_src.. I m able to created and compile java files successfully.but...
View ArticleEclipse Configuration
Hi All, I have configured eclipse with windchill using "ant -f bin/tools.xml eclipse_project" cmd and imported the cust_windchill_src in eclipse.. I m able to created,compile ,reload,debug java...
View ArticleRe: How To find all "0" Level Parts from Windchill
Hi,In this line QueryResult rs = WTPartHelper.service.getUsesWTPartMasters(part); you are passing the part variable value as null which is leading to error. Thanks and Regards,Kaushik
View ArticleFlexible parameters
If I have a compononent with a flexible parameter which value is set in an assembly. Does anyone know if it is possible to see the value of a flexible parameter in Windchill? For example go to the...
View Article