Blog
A collection of articles related to what we do and how we work...
Interacting with Windchill
Written by Michael Schilling Tuesday, 24 April 2012 13:19
- nexiles.finder
- nexiles.finder, integrated in Pro/E and Creo Parametric
- nexiles iPad App (native, no web-based approach)
- nexiles.controlpanel
nexiles|finder
Written by Michael Schilling Friday, 30 March 2012 15:00

Check out this video on how nexiles|finder simplifies the daily lives of people that need access to the wealth of data managed in PTC Windchill.
And even for the design engineer, there is added value due to the PTC Creo Integration:
Access information managed in Windchill PDMLink with a really simple to use and interactive interface.
Users can find information such as objects, parts and documents using live search and can access important details of these objects right from the search result list.
Furthermore, users have the possibility to compare selected objects with each other and show differences between their properties. Another stunning feature is the graphical display of relations between objects. This can be typically the visual representation of an assembly structure of a product design.
Watch the video to see the details in action!
dojox.grid.DataGrid in HTA Application
Written by Michael Schilling Thursday, 22 September 2011 10:24
When trying to load a dojox.grid.DataGrid object from within a HTA application using Dojo 1.6 you will receive an exception telling:
Unable to get value of the property 'html': object is null or undefined
This exception is not thrown and caught in the following method: dojox.html.metrics.initOnFontResize
In this function there's a check if the current browser is of type Internet Explorer and then some action is done when this is true. To solve this issue you can catch the excpetion and fail silently. I've been checking our applications thoroughly and couldn't find any downsides of this approach. So the original line looks like this:
f.onresize = f.contentWindow.parent[dojox._scopeName].html.metrics._fontresize;
The fixed lines would look like this:
try{
f.onresize = f.contentWindow.parent[dojox._scopeName].html.metrics._fontresize;
}catch(e){};
More Articles...
Page 1 of 2



Blog







