Title: AW: (ROSE) Add-In
Hi John, and All
Belated Wishes for Christmas, "MERRY CHRISTMAS"
and Advanced wishes for new year, "Happy New Year"
Have a great coming year to all U People
Enjoy
 
I have a small question regarding REI
 
If I Change .pty file, with some more properties, having values more than one, i.e., Attribute_set
then,
a) what will be the values for the previous object model (existing model)
     If i open the model, and say Update the model properties accordingly with my new .pty file
    then also, it is giving some numerical value in the drop-downs for the properties
 
    whats the solution
b) if I say replace the model properties with the new .pty file, then it updates all the properties correctly
    
c) is the way i am doing is correct, or any better solutions
 
Awaiting for ur help
Thanks and Regards
Nagesh H R
-----Original Message-----
From: Hsia, John [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: (ROSE) Add-In

Check boxes are not possible in the top level menus.  Check boxes can be done in the context menu (see example at http://www.therationaledge.com/rosearchitect/mag/archives/9904/extend.html).
 
If the sole purpose is to have some "global" properties or settings, then try using properties at the project/model level.  You'll have to use property files (*.pty) to define these properties and then use the tools/property/add property menu option to add them to the current model.  Once this is done, you'll be able to see the properties in the GUI that displays properties for the model.  The only catch here is that property files are undocumented.  Fortunately, there are a lot of examples - check out *.pty in the subdirectories below Rose (there's one for every add-in).
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 1:00 AM
To: [EMAIL PROTECTED]
Subject: AW: (ROSE) Add-In

You should store the informations in you own property sheet.
You can get it via "Tools | Options... | <YourSheetName>" or "F4 | <YourSheetName>".
So that information is saved with your model and it�s model dependent.

Another way is, that your addin stores that information in its own information base (file, database, registry). So it�s model independent. But I don�t know to show that checkbox in Rose menu. So the only solution I know is to write your own dialog. Sorry


mit freundlichen Gr��en
Jan Mat�rne

RZF NRW
Sachgebiet 314-P Methodenberatung
Internet:       [EMAIL PROTECTED]


    -----Urspr�ngliche Nachricht-----
    Von:    Nagesh HR [SMTP:[EMAIL PROTECTED]]
    Gesendet am:    Freitag, 7. Dezember 2001 09:54
    An:     [EMAIL PROTECTED]
    Betreff:        RE: (ROSE) Add-In

    Sorry I pressed Send button
    Hi,
    Thanks for taking ur precious time,
    but, can i get the option with the checkbox, i will keep the boolean
    variable in the VB code, when it is checked the boolean variable will
    be true, other wise, it will not, is there any other solutions, apart
    from bringing another Dialog box
     
    Advanced thanks
    nagesh hr

      -----Original Message-----
      From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
      Sent: Friday, December 07, 2001 2:19 PM
      To: Nagesh HR
      Subject: AW: (ROSE) Add-In

      I don�t think, that you can do that. Because you have do save boolean properties in your model and show them in the menu.

      But you can store these information in your own property sheet.
      Additional you can write a custom specification dialog for that properties.


      mit freundlichen Gr��en
      Jan Mat�rne

      RZF NRW
      Sachgebiet 314-P Methodenberatung
      Internet:       [EMAIL PROTECTED]



      -----Urspr�ngliche Nachricht-----
      Von:    Nagesh HR [SMTP:[EMAIL PROTECTED]]
      Gesendet am:    Freitag, 7. Dezember 2001 09:23
      An:     [EMAIL PROTECTED]
      Cc:     [EMAIL PROTECTED]
      Betreff:        RE: (ROSE) Add-In

      Hi Jan Mat�rne, and all
       
      I have to develop an addin which will look like
       
      Tools
        |______
        |______
        |
       myAddin
             |___ Option 1
             |___ Option 2
             |___ Option 3
       
      Here i wanted, the option 1 with checkbox
      is that possible,
      if possible, how the .mnu entries will be
       
      Waiting for ur precious help
      Nagesh
       
       

        -----Original Message-----
        From: [EMAIL PROTECTED] [ <mailto:[EMAIL PROTECTED]>]
        Sent: Friday, December 07, 2001 11:24 AM
        To: [EMAIL PROTECTED]
        Subject: AW: (ROSE) Add-In

        You are right here.
        But you should explain your problem in a little more special way.


        mit freundlichen Gr��en
        Jan Mat�rne

        RZF NRW
        Sachgebiet 314-P Methodenberatung
        Internet:       [EMAIL PROTECTED]


        -----Urspr�ngliche Nachricht-----
        Von:    Nagesh HR [SMTP:[EMAIL PROTECTED]]
        Gesendet am:    Freitag, 7. Dezember 2001 06:40
        An:     [EMAIL PROTECTED]
        Betreff:        (ROSE) Add-In

        Hello Friends
        Can u people help me
        in doing the my own Add-in

        Thanks

Reply via email to