Von: Nagesh HR [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 28. Dezember 2001 10:44
An: Hsia, John
Cc: [EMAIL PROTECTED]
Betreff: RE: (ROSE) Add-In
-----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-InCheck 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-InYou 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�rneRZF 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-InSorry 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-InI 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�rneRZF 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-InHi 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-InYou are right here.
But you should explain your problem in a little more special way.
mit freundlichen Gr��en
Jan Mat�rneRZF 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-InHello Friends
Can u people help me
in doing the my own Add-inThanks
