B4A

Mostrando las entradas con la etiqueta Visual Works. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Visual Works. Mostrar todas las entradas

lunes, noviembre 07, 2011

Playing with Visual Works 7.8

Today I downloaded Visual Works 7.8 to evaluate somethings, and I like the new projects splash, a really handy application:


Also, changed the fonts, as the next image show:


One more time, I'm impressed with the load speed of the environment.

viernes, septiembre 04, 2009

Retrobjects won!

The Retrobjects projects won the Innovation Technology Awards on ESUG 2009!

The main positions were:

  • 1st: Retrobjects by Gabriel Eduardo Honoré
  • 2nd: PhidgetLab by L. Kessler, S. Platz, T. Klingbeil, F. Schlegel, Ph. Tessenow, M. Haupt, M. Perscheid, R. Hirschfeld
  • 3rd: For the first time, we got a tie. ESUG board decide to give two 3rd prizes (and not splitting the prize)
    • SqueakNOS by V. Murgia, L. Notarfrancesco, L. Caniglia, G. Richarte
    • Glamour by Ph. Bunge, T. Gîrba, L. Renggli, J. Ressia, D. Röthlisberger

The 1st and 3rd projects are from Argentina and on the 2nd also works an argentinian Smalltalker.

Congratulations to all the winners and also to all the participants!

Check the complete list of winners and nominations.

martes, enero 13, 2009

VisualWorks first steps

As I've developed the Scribo-Console, and taking in account that Aida/Web is available on several different Smalltalk's I will try to make the same with the console. An excellent excuse to explore others Smalltalk’s!.

Then, the list of possible ports of Scribo-Console is the following: VisualWorks - Smalltalk/X - Gemstone - ObjectStudio - Dolphin.

I'm not sure if will make all, but at least will try with the Smalltalk’s that run on Linux. Not sure with the others, because I don’t like to work on Windows.

To start I selected VisualWorks, because I give it a try on the past, version 5 if not bad remember, and willing to try it again, being that is from Aida/Web comes.

I started installing VWNC on my Xubuntu desktop and, after a few adjustments, is running ok.

Such adjustments were two:

1. After burn the ISO image on the CD, I needed to copy all the CD contents on the hard disk to make work the installation. Don’t tried much things, simply copied and installed and it worked.

2. The startup script, named VisualNC need to be bash, not csh, then I replaced the first sentence (#!/bin/csh) with this one: #!/bin/bash.

And VWNC started smoothly.

First thing I noticed was the fonts a bit smaller to my current resolution, then I switched to the biggest (from Settings VW itself). And also I set the look and feel to Mac (Is the only way of have one of these here!).

Two things caught my attention: the amazing speed to load, open windows, saving, etc and the superb documentation of VW. I think that any product that play on the major leagues must have complete documentation, and VW have it.

After starting VWNC by first time I saved my own image to not broke the original, and then installed the parcel of Aida/Web. Also I searched something to have the code colored and found RBCodeHighlighting on Environment Enhancements category of Parcel Manager.

Having now a comfortable environment to work in, I started the port. As is a tiny app, on the Squeak version I did the UI on the same main class, with Morphic. Then the challenge here is learn a bit about the UI Painter (When I first tried VW, some years ago, I completed the Walk Through, and now I plan to base the work reading again this doc).

Porting some methods, an important thing I noticed, being that I comes from Squeak with no namespaces in mind, is the need of put the namespace name before the class name, as in the attached image: Swazoo.SwazooServer singleton sites (Thanks Janko by point it).

Well, is time to go back to real work, and wait having a bit of free time to continue playing with VW and the console port!