No more playing around...

The theme unfortunately had some layout problems, causing text to flow outside the window, which looks not-so-good, so I'm reverting to the old theme again.
|

Just playing around...

I finally got around to download RapidWeaver 3.5 Beta today and what a piece of software it is...

Picture 2


RapidWeaver has grown to become a very nice blogging tool, although there are still some things missing for me. I'll be celebrating that by replacing the theme with a new one. I hope you like it.

|

LIST-VIEW 0.0.44 is out

Sorry for skipping the announcements of a few versions, but many smaller changes are under way, and it's a bit tiring to just report on them when the History does that so well. Instead of repeating that here, I will comment on some hidden obscured code in LIST-VIEW. Perhaps you have noticed that LIST-VIEW has gained some weight over the past couple of months...

Drag'n'drop columns


There's a bit of work done already for drag'n'drop columns, but there is still a large amount of stuff left for doing this fast enough. Speed is essential and I want this feature to be done so you can see clearly what's happening when you try to drag a column away from its original position. Therefore I'm modelling the feature on how MacOSX does it.
This involved making images of each column and moving them around, instead of redrawing the entire list when moving the mouse. It'll be interesting to see how this works on slower machines and how much memory it requires.

Drag'n'drop in LIST-VIEW
It still looks crappy, but it'll get there. Happy


Completed Keyboard Support


Even though there is keyboard support, it's only properly supported in SINGLE-ROW mode. This is because I'm implementing a Cursor mode, which will allow you to use a cell cursor, similar to what is used in a spreadsheet to navigate the list view regardless of which selection mode is used. When this is done, you will have a very large amount of freedom in what can be done with the keyboard.

That's about it for now. Happy
|

Toolbars Galore

Finally being done with the Big June Project, I've been able to spend a few days on a pet project of mine: TOOLBAR.

TOOLBAR is a VID widget which resembles a typical MacOSX toolbar. While it's not as flexible, it adds some oomph to making toolbars with Rebol.

toolbar7
Yes, it's the part at the top of the window you are supposed to notice!


It can be found on the download page. Enjoy!

|