I am new to rebol, i already have a VC++ app sitting on taskbar and connects over MSXML to retrieve text and data , the information popus like MSN messenger Popup, Can i do that in Rebol.
Thanks,
Sun
Hello, all.
This is a remarkable applet. Or Reblet, I should say. However, it's
not working for me. I get the following error when I start typing
in an appointment.
** Script Error: Cannot use multiply on none! value
** Where: edit-text
** Near: 2 * face/edge/size
Being a complete Rebol newbie, I have no idea what it means. Help,
please? I would love this to work.
Jim
3 greggirwin 8-Jul-2008 16:05
Looks like this line is the problem:
dp-area: area (dp-info/size - 4x0) ivory ivory edge [size: none]
with [show?: false ff: day: time: none]
Change to:
dp-area: area (dp-info/size - 4x0) ivory ivory edge [size: 0x0] with
[show?: false ff: day: time: none]
Works well now. Thanks!
I'm going to try and put this on a network folder and see if appointments
can be entered from two or more computers. No reason why they shouldn't,
is there? The only problem is locking the calendar to prevent concurrent
access.
But that is a whole other issue.
6 sunanda 10-Jul-2008 16:30
Glad to hear Gregg's change fixed the problem.
I've merged that line into the Library version of the script.