fractalide / fractalide-oz

Proof of concept
GNU Affero General Public License v3.0
12 stars 3 forks source link

The QTk cards creation #64

Closed dmichiels closed 9 years ago

dmichiels commented 10 years ago

The way the /create/ action of the QTk cards are handled is not good. If a card is created but not connected to a window (perhaps through other cards), it will block.

The solution is to build more asynchronously. The entry point of each card must be added to the /create/ action. When the window create all the cards, it must send the action to each card, with a special action (/setHandle/). The QTk cards will be more robust for the creation.

sjmackenzie commented 10 years ago

This will make the implementation of a start and stop button trivial.