How to add item to world menu
Hi! I need to add an item to world menu. I know how to add it manually by running some method. But I need this item to be added automatically into world menu just along installing (loading) package code from smalltalkhub. Can anyone help me, please? =) -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
On dim. 13 mai 2018 at 18:23, chrismihaylyk <chrismihaylyk@gmail.com> wrote:
Hi!
I need to add an item to world menu. I know how to add it manually by running some method. But I need this item to be added automatically into world menu just along installing (loading) package code from smalltalkhub.
Hello, This is done via the "worldMenu" pragma. Browse the senders of #worldMenu and you will see how this is done.
Can anyone help me, please? =)
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
--
Cyril Ferlicot https://ferlicot.fr
Hi! I wrote an help some times ago. It is part of Pharo: Cheers, Alexandre
On May 13, 2018, at 12:23 PM, chrismihaylyk <chrismihaylyk@gmail.com> wrote:
Hi!
I need to add an item to world menu. I know how to add it manually by running some method. But I need this item to be added automatically into world menu just along installing (loading) package code from smalltalkhub.
Can anyone help me, please? =)
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (3)
-
Alexandre Bergel -
chrismihaylyk -
Cyril Ferlicot