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

[ALLY] request-date buggy? Re:

From: allenk:powerup:au at: 12-Sep-2000 23:29

----- Original Message ----- From: <[Petr--Krenzelok--trz--cz]> To: <[ally--rebol--com]> Sent: Tuesday, September 12, 2000 3:52 PM Subject: [ALLY] request-date buggy?
> Hi, > > has anyone tried to work with request date? I have following code: > > text "From:" date1: button [ble1: request-date date1/text: ble1] > > but, once I repeat selection, old selection stays visible, so I end-up > with three yellow boxes, and what's more, once switching to another > monts, still three dates remain to be hilighted .... Is there any way > how to reset color selection? > > Thanks, > -pekr- >
Petr, Here is a workaround for that issue. To reset request-date layout call either.. system/view/vid/req-funcs/req-date/init or do system/view/vid/req-funcs/req-date/base: none Before reshowing the request-date Cheers, Allen K