MonthMorph and WeekMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

MonthMorph and WeekMorph

K K Subbu
Hi,

I wanted to add a feature to the docking bar where I can get a
MonthMorph instance on hand if I click on the clock.

But MonthMorph and WeekMorph classes are in Etoys package
(Squeakland-Morphic-PDA) while ClockMorph is in MorphicExtras-Demo.

Will this run counter to slimming Squeak?

Can these these classes be moved into a new MorphicExtras-Widgets?

Regards .. Subbu

Reply | Threaded
Open this post in threaded view
|

Re: MonthMorph and WeekMorph

marcel.taeumel
Hi Subbu,

what about CalendarMorph? Seems to have less etoys baggage in it compared to MonthMorph.

Best,
Marcel

Am 21.04.2020 18:39:06 schrieb K K Subbu <[hidden email]>:

Hi,

I wanted to add a feature to the docking bar where I can get a
MonthMorph instance on hand if I click on the clock.

But MonthMorph and WeekMorph classes are in Etoys package
(Squeakland-Morphic-PDA) while ClockMorph is in MorphicExtras-Demo.

Will this run counter to slimming Squeak?

Can these these classes be moved into a new MorphicExtras-Widgets?

Regards .. Subbu



Reply | Threaded
Open this post in threaded view
|

Re: MonthMorph and WeekMorph

K K Subbu
On 21/04/20 10:15 PM, Marcel Taeumel wrote:
>
> what about CalendarMorph? Seems to have less etoys baggage in it
> compared to MonthMorph.

It is also part of Etoys package (Etoys-Squeakland-Etoys-Calendar)

Regards .. Subbu