Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhzl/cuis-add-ons
Some Add-Ons for Cuis; will contain examples and experiments as well
https://github.com/hhzl/cuis-add-ons
Last synced: about 2 months ago
JSON representation
Some Add-Ons for Cuis; will contain examples and experiments as well
- Host: GitHub
- URL: https://github.com/hhzl/cuis-add-ons
- Owner: hhzl
- Created: 2013-01-29T22:11:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T23:01:31.000Z (about 11 years ago)
- Last Synced: 2023-03-24T02:39:35.246Z (almost 2 years ago)
- Language: Smalltalk
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cuis-Add-Ons
============Some Add-Ons for Cuis; will contain examples and experiments as well.
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
-------------This is for Cuis 4.1. Update to 4.2 in progress.
Updated and tested in 4.2
- Add-Ons-LayoutDemo
- Add-Ons-Timer
- Add-Ons-NotesTo install do
Feature require: 'Add-Ons-LayoutDemo'.
Feature require: 'Add-Ons-Timer'.
Feature require: 'Add-Ons-Notes'.