[ALLY] Re: Changes to system/view/vid/vid-feel mystify Anton
[1/4] from: g::santilli::tiscalinet::it at: 9-Apr-2001 14:03
Brett Handley wrote:
> Don't know about edit-text. I saw it in the source for the engage function
> of a field but have no idea where it lives or what it does (but I would like
> to know).
ctx-text/edit-text
HTH,
Gabriele.
--
Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
[2/4] from: arolls:bigpond:au at: 9-Apr-2001 15:54
Hello,
Since upgrading to Rebol/View 1.0,
I have noticed a difference (leading to a bug),
system/view/vid/vid-feel/focus ; doesn't exist any more
This means that:
system/view/vid/vid-feel/focus face ; used to change focus to face
does not work anymore.
I also see trouble with
system/view/vid/vid-feel/edit-text
system/view/vid/vid-feel/charset-normal
Can someone say where these went?
Anton.
[3/4] from: brett:codeconscious at: 9-Apr-2001 21:14
I tried this:
>> help focus
USAGE:
FOCUS face
DESCRIPTION:
Focuses key events on a specific face.
FOCUS is a function value.
ARGUMENTS:
face -- (Type: any)
Is that what you after?
Don't know about edit-text. I saw it in the source for the engage function
of a field but have no idea where it lives or what it does (but I would like
to know).
Brett.
[4/4] from: arolls:bigpond:au at: 9-Apr-2001 23:29
Yep, that does the trick, thanks Brett.
Anton.