Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Calendar.r buggy under view 1.2.46.3.1 ??

 [1/5] from: ronaldoff::free::fr at: 28-Oct-2004 14:17


Hi Rebolers, Trying to use calendar.r, when I'm typing to schedule something I get this 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 .... (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 uses : for collaborative work (professors), usage of different specialized classrooms, planning of term events ...) Ronald GRUSS

 [2/5] from: ronaldoff:free at: 3-Nov-2004 20:24


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 this 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 .... (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 uses : for collaborative work (professors), usage of different specialized classrooms, planning of term events ...) Ronald GRUSS

 [3/5] from: greggirwin:mindspring at: 3-Nov-2004 13:59


Hi Ronald, rff> Did I miss something ? or my last message didn't appear on list ??? rff> Did someone have the same problem ? Some people are having list issues, but I don't know that anyone has tracked down a general solution yet. -- Gregg

 [4/5] from: antonr:lexicon at: 5-Nov-2004 0:49


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.

 [5/5] from: ronaldoff:free at: 7-Nov-2004 20:30


Hi Anton, Very good, it works well now ! I've still some difficulties to understand precisely how the script works, but I can use it in my small project : Thanks to you! You're right, the fixed version should efectively be sent to the rebol team. As you found the solution, you should do it, but I can do it as well, like you wish. Sorry for my poor english and C you soon on mail Ronald