Thanks, but in the case of AddIn Language, i must assign my class with a component to have the User Defined Types that are associate to the language component. In my case, i will add User-Defined Type to my analysis class without associates it with a component. -----Original Message----- From: Hsia, John [mailto:[EMAIL PROTECTED]] Sent: jeudi 3 mai 2001 20:04 To: V. Allard; [EMAIL PROTECTED] Subject: RE: (ROSE) Adding User Defined Type To Default Type of attributes For those mail servers that dumped my attachment, here it is: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Rational Software\Rose\AddIns\Visual Basic] "Active"="Yes" "Company"="Rational Software" "Copyright"="Copyright (C) 1997-2000 Rational Software Corp." "FundamentalTypes"="Boolean; Byte; Currency; Date; Decimal; Double; Integer; Collection; Long; Object; Single; String; Variant" "InstallDir"="d:\\Program Files\\Rational\\Rose\\VB" "LanguageAddIn"="Yes" "IsRTEAddIn"="Yes" "MenuFile"="rvb.mnu" "OLEServer"="rvblangsupport.api" "PropertyFile"="rvb.pty" "Version"="7.1" "HelpFileName"="rosevbu" "StereotypeCfgFile"="rvbstereotypes.ini" "ToolName"="Visual Basic" "ToolDisplayName"="Visual Basic" "TemplatesDir"="d:\\Program Files\\Rational\\Rose\\VB\\templates" [HKEY_LOCAL_MACHINE\SOFTWARE\Rational Software\Rose\AddIns\Visual Basic\Events] "OnBrowseBody"="Interface" "OnBrowseHeader"="Interface" "OnActivate"="Interface" "OnDeActivate"="Interface" "OnModelAssistant"="Interface" "OnProperties"="Interface" "OnOpenModel"="Interface" -----Original Message----- From: Hsia, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 10:30 AM To: V. Allard; [EMAIL PROTECTED] Subject: RE: (ROSE) Adding User Defined Type To Default Type of attributes These are defined in the windows registry. I've attached the registry settings for the VB add-in. You'll find a field called "FundamentalTypes". You can either change the entry in regedit directly or modify the .reg file and execute it. Either way, all the standard disclaimers (i.e. backup registry) associated with modifying the windows registry apply. This will definitely add your primitive type to the drop down list. It should also affect the VB code generated but you should double check this part. -----Original Message----- From: V. Allard [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 4:59 AM To: [EMAIL PROTECTED] Subject: (ROSE) Adding User Defined Type To Default Type of attributes Hi all, i would like add User-Defined type to the list of attribute's types ( Boolean, Byte, Currency, Date, Double, Integer, Long, Object, Single, String and Variant). Is it possible and How? _______________________________________________________________ Met vriendelijke groeten - Cordialement - Best Regards - Mit freundlichen Gr��en Vincent Allard Responsable des Standards GFDI asbl/vzw - Avenue Carton de Wiartlaan 128 - Bruxelles 1090 Brussel Tel. : +32 (0)2 421 46 56 Fax : +32 (0)2 420 33 15 GSM : / E-Mail : MailTo:[EMAIL PROTECTED] ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * ************************************************************************* ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
