Hi Ronald,
We are talking about the Calendar found at
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=calendar.r
replace [size: none]
with [size: 0x0]
The edit-text mentioned in the error message can be seen with:
mold get in ctx-text 'edit-text
On reflection it's not really necessary to know
this code to fix the problem.
I knew about Sterling's technique of faking an iterated
text field by moving a FIELD or AREA (dp-area) over the
clicked-on TXT, and it is this AREA which has its edge/size
set to none, but all I needed to do was to search for "edge".
I think if this works well, you should get back to me
and one of us should then post the fixed version to rebol.org.
Anton.
> Did I miss something ? or my last message didn't appear on list ???
>
> Did someone have the same problem ?
>
> Please, give me a direction to follow...
>
> Thanks
>
>
>
> Here my first message :
>
>
> Hi Rebolers,
>
> Trying to use calendar.r, when I'm typing to schedule something I get thi=
> =3D
> s errot
> message on first letter typed :
>
> Script Error: Cannot use multiply on none! value
> ** Where: edit-text
> ** Near: 2 * face/edge/size
>
> "2 * face/edge/size" string isn't in the script itself !
>
> Tried to find the problem, but I'm still not familiar enough with Rebol .=
> =3D
> ..
> (using rebview 1.2.46.3.1)
>
> Could you give me some help ?
>
> Thanks in advance.
>
> PS: I'd like to use your calendar/sheduler in my school for different use=
> =3D
> s : for
> collaborative work (professors), usage of different specialized classroom=
> =3D
> s,
> planning of term events ...)
>
> Ronald GRUSS
--
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.