Questions tagged [teamcenter]

19 questions
0
votes
1 answer

How to get username of currently-logged-in user

I am trying to get session parameters, e.g. user name, from a logged-in session in the Teamcenter 8 rich client using Java (and Eclipse). public class SampleHandler extends AbstractHandler { public Object execute(ExecutionEvent event) throws…
std.approach
  • 51
  • 1
  • 7
0
votes
4 answers

Is Teamcenter Visualization Professional/Mockup/Normal etc customizable?

The Teamcenter rich client (RAC) is customizable, since it is an application based on Eclipse. However, Teamcenter Visualization tools seem to be an individual component in the Teamcenter suite. Is it possible to customize this software? My goal is…
insyncim64
  • 125
  • 1
  • 8
0
votes
1 answer

Multithreading in Teamcenter ITK

I am trying to write a Teamcenter ITK program that will run as a different thread invoked from a main thread. The main thread is invoked from an action on the UI. Since the child thread takes a lot of time to complete, if I don't create the child…
Yogesh
  • 121
  • 1
  • 8
-10
votes
1 answer

How to effectively handle errors in Teamcenter ITK C++ code

How do I effectively handle errors thrown by ITK calls in Teamcenter server customization code? In the C ITK APIs, a function typically returns an integer value to denote success/failure. Zero (ITK_ok) is typically treated as success and non-zero is…
gabehcuod
  • 17
  • 5
1
2