Jul 2006
No more playing around...
30-Jul-2006 08:38
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...
25-Jul-2006 08:43
LIST-VIEW 0.0.44 is out
25-Jul-2006 06:51 Filed in: LIST-VIEW
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...
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.
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.
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.
It still looks crappy, but it'll get there.
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.
Toolbars Galore
07-Jul-2006 07:32 Filed in: TOOLBAR
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.
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.
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!