Skip to content

Some Add-Ons for Cuis; will contain examples and experiments as well

Notifications You must be signed in to change notification settings

hhzl/Cuis-Add-Ons

Repository files navigation

Cuis-Add-Ons

Some Add-Ons for Cuis. It contains examples and experiments.

Add-Ons-LayoutDemo.pck.st contains examples which demonstrate the use of the LayoutMorph as well as how to add simple content to a SystemWindow instance.

The examples are numbered in order of complexity.

They show how to create an interface with tabs or register cards.

In package 'Add-Ons-Timer'

 PomodoroTimer openForTask: 'My task at hand'.

opens a Pomodoro type of timer (http://en.wikipedia.org/wiki/Pomodoro_Technique)

Compatibility

Updated and tested in 7.1

  • AddOns-Notes
  • Add-Ons-Timer

Updated and tested in 4.2

  • Add-Ons-LayoutDemo

The rest is for Cuis 4.1.

To install do

Feature require: 'Add-Ons-LayoutDemo'.
Feature require: 'Add-Ons-Timer'.
Feature require: 'AddOns-Notes'.

About

Some Add-Ons for Cuis; will contain examples and experiments as well

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published