HI! I need some help to show a new property on Moose Panel. For exemple I create a new method named *newMethod* and I want to compute a number named * mynumber* (this just a logic fo problem).
Now I need to show this number on Moose Panel like a property, but this property is not avaiable on the mse file ( I catch it that, in general, properties showed on Moose Panel have some reference tag on mse file such as #LOC, #).
So how I can show *mynumber*, computed on my *newMethod*, as a property on Moose Panel?
Julio
-- View this message in context: http://forum.world.st/Show-a-property-on-Moose-panel-tp3827991p3827991.html Sent from the Moose mailing list archive at Nabble.com.
Hi,
MyEntity>>myProperty <MSEProperty: #myProperty type: Number> ^ 1 + 1
And then evaluate "MooseModel resetMeta" to refresh the meta-descriptions.
Cheers, Doru
On 20 Sep 2011, at 21:56, Júlio Martins wrote:
HI! I need some help to show a new property on Moose Panel. For exemple I create a new method named newMethod and I want to compute a number named mynumber (this just a logic fo problem).
Now I need to show this number on Moose Panel like a property, but this property is not avaiable on the mse file ( I catch it that, in general, properties showed on Moose Panel have some reference tag on mse file such as #LOC, #).
So how I can show mynumber, computed on my newMethod, as a property on Moose Panel?
Julio
View this message in context: Show a property on Moose panel Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Obvious things are difficult to teach."