CoCreate User Forum  

Go Back   CoCreate User Forum > Search Forums

Showing results 1 to 25 of 37
Search took 0.01 seconds.
Search: Posts Made By: wilfried_loewe
Forum: Data Management 07-12-2012, 10:39 AM
Replies: 1
Views: 3,268
Posted By wilfried_loewe
Documentclass not show under Attachments (Anhänge)

I use a seperate document class named SCAN_PDF to manage scanned drawings in PDF-Format like:

public class CustomScannedPDF extends com.osm.datamgmt.biz.DocWithPart implements Loadable,...
Forum: Data Management 01-26-2011, 10:58 PM
Replies: 3
Views: 3,099
Posted By wilfried_loewe
Re: PDF with ModelManager

Hi to all,

let me give an update and solution to create PDF in ModelManager/DrawingManager in Rel. 17.x. There is a powerful new Command in Module MODEL2D:
USE_SHEET_SETTINGS (Cmd: MODEL2D)...
Forum: Data Management 11-10-2010, 03:55 AM
Replies: 2
Views: 2,812
Posted By wilfried_loewe
Changing MAJOR_REV in Attributeeditor impossible

Hey to all,

in the Release 17.0 (also M020) it is impossible to change the MAJOR_REV in the Attributeeditor - also if you set the protect tag to false. In Release 16.x/16.5 it was no problem. Does...
Forum: Customization 09-17-2009, 03:57 AM
Replies: 0
Views: 2,632
Posted By wilfried_loewe
2D Copilot in sd-defdialog ...

Is it possible to get the 2D-Copilot feedback (snapping & highlighting) in an Annotattor sd-defdialog. How can I activate it from a request of value-type docupntcnp like

(UI_Position
...
Forum: Customization 09-10-2009, 08:24 AM
Replies: 1
Views: 2,195
Posted By wilfried_loewe
Sketch as subpart from flat view ...

Hi,

How can I load a sketch as subpart in a flat view (*sd-anno-flat-seltype*) in Annotation ??? In a 2dview the following syntax works fine:

(sd-am-load-sketch
:file_name...
Forum: Data Management 05-22-2009, 04:15 AM
Replies: 1
Views: 3,073
Posted By wilfried_loewe
Re: Protected attributes in BomEditor UI only ...

Hi,

I just solved my problem, when attribute is using the standard editor class WMAttEditorTextField. Small java extend of this class is requiered (Don't forget to set the editor class of...
Forum: Data Management 05-13-2009, 08:24 AM
Replies: 1
Views: 3,073
Posted By wilfried_loewe
Protected attributes in BomEditor UI only ...

Hi,

is there a way to protect masterdata attributes in BomEditorUI only - not in AttributeEditor. If i set the tag of this attibute to: <Protect>true</Protect>, it's general protected. The users...
Forum: Data Management 02-04-2009, 04:50 AM
Replies: 11
Views: 8,373
Posted By wilfried_loewe
Re: create pdf with MM

Hi teoadams,

for drafting/annotation I have done same small modifications (also of problems with formatsize and orientation) order_sheets ist a modified macro based on PTC/CC-macro order_sheets....
Forum: Data Management 01-29-2009, 12:14 PM
Replies: 2
Views: 2,722
Posted By wilfried_loewe
Re: Default rev. attributes

Hi teo,

I think the best way to do temp. changes in TB-Attributes is to use the default predefined (empty) macro:

DEFINE Awmc_m_add_tb_cust_infos
PARAMETER Tb_ltab
END_DEFINE

This macro...
Forum: Data Management 12-02-2008, 08:02 AM
Replies: 2
Views: 3,206
Posted By wilfried_loewe
Re: Protect Attributes in BomEditUI ...

Hi Ludw,

thank you for your tip - yes I try using the <Protect> tag - but I think there is no support in the Column section - it doesn't work.

<BomEditTableColumnModel>
<clear/>
...
Forum: Data Management 12-01-2008, 09:59 AM
Replies: 2
Views: 3,206
Posted By wilfried_loewe
Protect Attributes in BomEditUI ...

Hi,

is there a way protect attributes (like DESCRIPTION, DESCRITION2 etc.) in the BomEditUI -- only in BomEditUI - not in attribute editor ??? Only the link attributes (POS etc.) should be...
Forum: Data Management 10-08-2008, 03:47 AM
Replies: 8
Views: 6,032
Posted By wilfried_loewe
Re: MM license hold time

Dear fcoexposito,

you will find a small java extend in attachments to set the hold time by LoginCompleteListener -- hold time set to 255 -- for example no limit. See the image from license server...
Forum: Data Management 10-07-2008, 11:31 PM
Replies: 4
Views: 3,765
Posted By wilfried_loewe
Re: Display Formatting of Date Attributes in BOMEditUI ...

Dear mgb,

after the following steps the problem was solved:

1.) Set DataType in XML to UTC_TIME -- <DataType>UTC_TIME</DataType>
2.) Reset the settings of MM
3.) Delete the classes files in...
Forum: Data Management 10-07-2008, 11:23 PM
Replies: 8
Views: 6,032
Posted By wilfried_loewe
Re: MM license hold time

Dear fcoexposito,

I am not sure -- but what do you think to do this setting for the current session in <LoginCompleteListener> (fully qualified Java class -- CoCreate/PTC Model Manager fires this...
Forum: Data Management 10-06-2008, 08:01 AM
Replies: 4
Views: 3,765
Posted By wilfried_loewe
Re: Display Formatting of Date Attributes in BOMEditUI ...

Hi mdb,

thank you for your quick reply. In the attachment section you will find three screenshots from the Oracle Enterprise Manager Console. The difference to EFFECTIVE_FROM/EFFECTIVE_TO is...
Forum: Data Management 10-05-2008, 11:39 PM
Replies: 4
Views: 3,765
Posted By wilfried_loewe
Display Formatting of Date Attributes in BOMEditUI ...

Hi to all,

I had some additional attributes in WM_ELE_LINKS, like BOM_CREATED_BY, BOM_CREATED_AT, BOM_MODIFIED_BY, BOM_MODIFIED_AT etc. to see which user had created or modified a link. The...
Forum: Enhancement Requests 09-28-2008, 07:40 AM
Replies: 0
Views: 4,541
Posted By wilfried_loewe
Clear-Button in Search Panel of ModelManager ...

It would be really nice to get a Clear-Button in the Search-Attribute Panel. If you want redefine the attributes, you had to clear the attributes by yourown (or to recall the searchclass) ...
Forum: Data Management 09-28-2008, 07:28 AM
Replies: 2
Views: 3,179
Posted By wilfried_loewe
Re: annotation drawing in drafting from MM

Hi seb360,

in Annotation use to change the thickness of all elements:

(oli::sd-execute-annotator-command :cmd "CHANGE_LINESIZE 0 GLOBAL ALL CHANGE_LINEWIDTH 0 GLOBAL ALL END")

Replace ALL to...
Forum: Data Management 05-22-2008, 09:37 PM
Replies: 3
Views: 3,803
Posted By wilfried_loewe
Re: Trigger EventNotificationHandler from WebServices by Timer

Hi mgb,

I just had installed the release 16.00 to test your tip. Is it possible, that the problem is not fixed in this release -- the <InitialRunnable> is not called yet by the the Web Server...
Forum: Data Management 04-08-2008, 09:30 PM
Replies: 3
Views: 3,803
Posted By wilfried_loewe
Trigger EventNotificationHandler from WebServices by Timer

Hi,

is there a way to trigger the EventNotificationHandler by Timer (not only by fired events) - what is the best way to do it ???
Currently only Events from working users are the triggers.
...
Forum: Data Management 01-23-2008, 08:03 AM
Replies: 11
Views: 8,373
Posted By wilfried_loewe
Re: create pdf with MM

Dear seb360,

the extension of plotdefs from Annotation ist used for sheets in portrait orientaion of Annotation (default is landscape template). So the Viewers of the PDF-Plot don't need to rotate...
Forum: Data Management 01-17-2008, 08:21 AM
Replies: 11
Views: 8,373
Posted By wilfried_loewe
Re: create pdf with MM

Hi,

I have done some improvements to the MM -- PDF-Plots.

1.) Now I am working throw all Anno-Sheets to find the largest one. This founded size is used for all all sheets - see...
Forum: Data Management 12-18-2007, 11:09 AM
Replies: 11
Views: 8,373
Posted By wilfried_loewe
Re: create pdf with MM

Hi,

sorry for my mistake. In the Files am_plot_PDF-A[0-4]H/Q.lsp the line:

"Source" :SHEET

should changed to

"Source" :DRAWING
Forum: Data Management 12-13-2007, 11:11 AM
Replies: 1
Views: 1,958
Posted By wilfried_loewe
Own Class for Scanned PDF-Files - Posion in Structure

Hi,

I had a special Class for scanned PDF-Files - Typ DMCadDoc - with seperate BusinessObjectClass - XML-Extend:

<Class extends="DMCadDoc">
<Name>PDF_SCAN</Name>
...
Forum: Data Management 10-12-2007, 04:34 AM
Replies: 2
Views: 2,967
Posted By wilfried_loewe
Re: file storage areas

Hi Nadia,

first a question: Is the Database a new one or was the wrong path entered by an Update ???

1.) If it was a new instance, you can change the storage area by changing the Registry
a.)...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT -8. The time now is 03:50 PM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.