Title: AW: (ROSE) How can I execute a VC++ program from Rose Menu ?

I�ve searched for an example and found <rose>\mdlint\modelint.mnu of the Model-Integrator (Rose 2000e).

Menu Tools
{
        Separator
        option "Model Integrator"
        {
                exec modelint  
      }
}


The modelint(.exe) is in the Rose-Rootdirectory. Maybe you aren�t allowed to use Variables in the mnu-File. 
Oh, I remember that we had the same problem in our AddIn. We solved it by editing the mnu-File during installation-time.

So try something like
Exec rosewp\bin\NewWebPub.exe
or set your path-variable, so that windows is able to find newwebpub.exe.


Mit freundlichen Gr��en
Jan Mat�rne

RZF NRW
Sachgebiet 314-P Software-Entwicklungs-Methoden
Fiscus AFG NW 42 SoftwareEntwicklungsUmgebung
Internet:       [EMAIL PROTECTED]


    -----Urspr�ngliche Nachricht-----
    Von:    [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
    Gesendet am:    Mittwoch, 30. Mai 2001 11:45
    An:     [EMAIL PROTECTED]
    Betreff:        (ROSE) How can I execute a VC++ program from Rose Menu ?


    Hello,

    I'm using Rose 2001 Enterprise.

    I want to execute a  VC++ program  in a rose menu.
    I create a file.mnu.

    /* file.mnu */

    Menu Tools
    {
            Separator
            Menu "Web Publisher"
            {
                    option "Generate HTML"
                    {
                            InterfaceEvent "Rose Web Publisher" ShowDialog
                    }
                    option "Rectify HTML"
                    {
                            Exec $WPUB\bin\NewWebPub.exe
                    }              
            }
    }


    My new menu appear in Rose. But when I select "Rectify HTML", there is no
    action.
    How can I execute a VC++ program from Rose Menu ?

    Thank you


    _________________________________________

     Vincent IBANEZ
     THALES COMMUNICATION
     Service Genie Logiciel
     Tel : 01 46 13 31 29 
     Email : [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
    *
    *************************************************************************

Reply via email to