Dear Moosers,
I am trying to use Moose 6.1 (by the way, it is beautiful !) I declared this method that should make visible all RMQLogEntity in the MoosePanel : MooseModel>>allRMQLogEntityGroups <navigation: 'All RMQ Log groups'> ^self allWithType: RMQLogEntity The item "all rmqlogentity" is available in the MoosePanel, but when I click on it, it generate an error (available attached). I probably forget to declare something, but I do not remember which one. Could you help me ? Cheers, Jannik -- ~~Jannik Laval~~ Enseignant-chercheur http://www.jannik-laval.eu http://www.phratch.com http://www.approchealpes.info _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev error.txt (7K) Download Attachment |
Hi,
Did you do MooseModel resetMeta after loading your new code? Cheers, Doru > On Feb 14, 2018, at 11:19 PM, Jannik Laval <[hidden email]> wrote: > > Dear Moosers, > > I am trying to use Moose 6.1 (by the way, it is beautiful !) > > I declared this method that should make visible all RMQLogEntity in the MoosePanel : > > MooseModel>>allRMQLogEntityGroups > <navigation: 'All RMQ Log groups'> > ^self allWithType: RMQLogEntity > > The item "all rmqlogentity" is available in the MoosePanel, but when I click on it, it generate an error (available attached). > > I probably forget to declare something, but I do not remember which one. Could you help me ? > > Cheers, > Jannik > > > > > -- > ~~Jannik Laval~~ > Enseignant-chercheur > > http://www.jannik-laval.eu > http://www.phratch.com > http://www.approchealpes.info > <error.txt>_______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.list.inf.unibe.ch/listinfo/moose-dev -- www.tudorgirba.com www.feenk.com “Software has no shape. Actually, it has no one shape. It has many." _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Hi Doru,
This is it ! Thank you. Cheers, Jannik On 15/02/2018 08:44, Tudor Girba wrote:
Hi, Did you do MooseModel resetMeta after loading your new code? Cheers, DoruOn Feb 14, 2018, at 11:19 PM, Jannik Laval [hidden email] wrote: Dear Moosers, I am trying to use Moose 6.1 (by the way, it is beautiful !) I declared this method that should make visible all RMQLogEntity in the MoosePanel : MooseModel>>allRMQLogEntityGroups <navigation: 'All RMQ Log groups'> ^self allWithType: RMQLogEntity The item "all rmqlogentity" is available in the MoosePanel, but when I click on it, it generate an error (available attached). I probably forget to declare something, but I do not remember which one. Could you help me ? Cheers, Jannik -- ~~Jannik Laval~~ Enseignant-chercheur http://www.jannik-laval.eu http://www.phratch.com http://www.approchealpes.info <error.txt>_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev-- www.tudorgirba.com www.feenk.com “Software has no shape. Actually, it has no one shape. It has many." _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev -- ~~Jannik Laval~~ Enseignant-chercheur http://www.jannik-laval.eu http://www.phratch.com http://www.approchealpes.info _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Free forum by Nabble | Edit this page |