Book a Demo

Author Topic: 'Advanced' button not showing up in Operations  (Read 3508 times)

lukes92000

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
'Advanced' button not showing up in Operations
« on: April 14, 2004, 02:40:05 am »
I'm trying to specify a method as delegate, virtual etc.

The Advanced button on the General tab only becomes enabled for certain classes upon selection.

It's enabled for some, disappears for others.

I'm trying to figure out what is different about the classes that cause the enablement of the Advanced button?

My end goal is to specify some methods as delegates, some as virtual, etc. Currently I am having to hand type the attribute as the Stereotype.

Thanks.
« Last Edit: April 14, 2004, 02:43:22 am by lukes92000 »

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: 'Advanced' button not showing up in Operations
« Reply #1 on: April 14, 2004, 03:42:30 pm »
The Advanced button on the operations edit form seems to me to be always enabled unless the method has been editted and not yet saved.  Other than that I cant find any way to make it not enabled.

The Advanced button on the class edit form is as far as I can tell, always enabled.

Perhaps a bit more detail or example may help.

Bruce

"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

lukes92000

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: 'Advanced' button not showing up in Operations
« Reply #2 on: April 15, 2004, 05:34:50 pm »
Thanks for the reply. Yes, I could have been a bit more specific. On Class Operations properties dialog -> General tab, how you cause the Advanced button to show up?

I have solved the problem by specifying a language on the class properties dialog -> general tab. It was <<none> before. After doing that, the button on ops->general showed up. Great.

Thanks.