Domingo en Cuis

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

Domingo en Cuis

Edgar De Cleene
Rosarino (almost Spanish) by myself

http://190.193.248.6:8086/

Aca podran ver el wiki de Cuis en una imagen denominada Cuis3.1r.11.image ,
que pesa 4.4 mb y tiene lo necesario para correr eso que ven.

Como he comentado en otras oportunidades, Cuis es genial, pero no lo que
quiero.

Asi que en ese wiki ire comentado y documentando mi fork, que a falta de
algo mejor por el momento se denomina CuisSantafesino.4.image y pesa 3.3 mb.

Estoy probando las ideas locas del SqueakLight.

http://squeakros.org/4dot4

Aca esta la base de datos de las clases de Squeak4.4-12327.image de donde se
podra cargar en su momento las clases de Squeak que Cuis no tenga.

Como por el momento CuisSantafesino no posee la lógica para usar eso, estoy
usando

path := '/Users/edgar/Dropbox/SqueakRos/4dot4/' , cat , '/' , aClass
asString , '.sqz'.

Lo ultimo que cargue es Object lookForClass: #EventSensorConstants

Los Undeclared
a Dictionary(#HTMLScrollableField->nil #HtmlParser->nil #MPEGPlayer->nil
#MiStack->nil #ProjectLoading->nil #StreamingMP3Sound->nil )

Provenientes de cargar ExternalDropHandler del SqueakLight.

Porque estoy estudiando como corno hacer para tener drag and drop en Cuis

English via Google
http://190.193.248.6:8086/

Here will be able to see the wiki Cuis in an image named Cuis3.1r.11.image ,
weighing 4.4 mb and has what it takes to run that you see.
user: visita
pass: (nothing here)

As I have said on other occasions, Cuis is great but not what I want .

So in that wiki documenting my fork , which for lack of anything better at
the moment is called CuisSantafesino.4.image and weighs 3.3 mb .

I'm trying SqueakLight craizy ideas .

http://squeakros.org/4dot4

Here is the database classes Squeak4.4 - 12327.image from where may load in
the future the  Squeak classes Cuis not have.

As for the time CuisSantafesino not have to use that logic , I'm using

path: = '/ Users/edgar/Dropbox/SqueakRos/4dot4 / ' cat , '/' , aClass
asString , ' sqz . ' .

The last thing is loaded lookForClass Object # EventSensorConstants

the Undeclared
a Dictionary ( # HTMLScrollableField - > nil # HtmlParser - > nil #
MPEGPlayer - > nil # MiStack - > nil # ProjectLoading - > nil #
StreamingMP3Sound - > nil )

Comes from load the ExternalDropHandler  (of SqueakLight) .

Because I 'm studying how to have  drag and drop in Cuis


Edgar