Don't know what else might be wrong with the file but one thing is:
default_Category should be *__* (i.e. 2 underscores).
-----Original Message-----
From: Carmen Occhipinti [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 08, 2002 1:51 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: (ROSE) Adding properties in Rose



Hello,
I have a problem in adding properties into my model.
I have create a "*.pty" property file where I have define a new Panel that I
would appears in the Package Specification window for new Packages element.
Then I have add my property file to my model by selecting "Tools>Model
Properties>Add" from the menu bar, but no model properties have been added.

My property file is as follow:

(object Petal
    version     43)

(list Attribute_Set
    (object Attribute
 tool        "myTool"
 name      "default_Category"
 value       (list Attribute_Set
     (object Attribute
  tool        "myTool"
  name        "myNewEnumeration"
  value       (list Attribute_Set
      (object Attribute
   tool        "myTool"
   name        "Value1"
   value       1)
      (object Attribute
   tool        "myTool"
   name        "Value2"
   value       2)
      (object Attribute
   tool        "myTool"
   name        "Value3"
   value       3)))
    (object Attribute
 tool "myTool"
 name "myEnumeratedProperty"
 value ("myNewEnumeration" 1))
    (object Attribute
 tool "myTool"
 name "isAppropriate"
 value TRUE)
    (object Attribute
 tool "myTool"
 name "mySpace"
 value 5))))

Can you help me?

Thanks,
Carmen


************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* 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
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Reply via email to