PAN-IMAGE in Downloads section
26-Mar-2008 23:08
After carefully inspecting the downloads section, I
couldn't find the source for the PAN-IMAGE
VID style. I'm very sorry for this blunder.
It's available there now.
|
FIELD update
03-Sep-2007 14:55
My replacement for FIELD for REBOL 1.3 VID has been
updated with some bug fixes and it now supports
decimals and negative numbers in numeric mode.
The new FIELD now also handles passwords properly using SET-FACE and GET-FACE.
As well as FIELD, there is now also NAME-FIELD, which is appropriate for entering names, where the first letter of the word should be capitalized.
One note: I've removed the +/- key functionality from the default numeric mode, so it's possible to enter negative numbers. To enable them, use the NUMERIC-KEYS flag. Scroll-wheel however still works.
You can get it from the download section and it's called vid-field.r.
Enjoy!
The new FIELD now also handles passwords properly using SET-FACE and GET-FACE.
As well as FIELD, there is now also NAME-FIELD, which is appropriate for entering names, where the first letter of the word should be capitalized.
One note: I've removed the +/- key functionality from the default numeric mode, so it's possible to enter negative numbers. To enable them, use the NUMERIC-KEYS flag. Scroll-wheel however still works.
You can get it from the download section and it's called vid-field.r.
Enjoy!
SUPERFIELD is a stupid name
24-Mar-2007 18:22
So I settled for FIELD. It makes it much easier to
simply 'do the source and use the field directly in
your existing layouts.
Version 0.0.2 offers using the +/- buttons and the scroll-wheel to adjust the numbers in numeric fields as well as restricting the length of the field.
Source, docs and version history.
Version 0.0.2 offers using the +/- buttons and the scroll-wheel to adjust the numbers in numeric fields as well as restricting the length of the field.
Source, docs and version history.
Improving the VID field
23-Mar-2007 16:20
It's not hard to get your needs quickly beyond the
capabilities of the ordinary VID field, so I made
SUPERFIELD (good name there) to allow a bit more
flexibility. Not much, but enough to give you more to
use fields for without resorting to messing around
with the FEEL object.
I'm basically rewriting some old code I used for custom fields, so there'll be more to come. I've uploaded the first little version to the downloads section.
I'm basically rewriting some old code I used for custom fields, so there'll be more to come. I've uploaded the first little version to the downloads section.