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

[ALLY] request-date buggy?

 [1/3] from: petr::krenzelok::trz::cz at: 12-Sep-2000 7:52


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-

 [2/3] from: petr:krenzelok:trz:cz at: 12-Sep-2000 8:05


[Petr--Krenzelok--trz--cz] wrote:
> Hi, > has anyone tried to work with request date? I have following code:
<<quoted lines omitted: 3>>
> monts, still three dates remain to be hilighted .... Is there any way > how to reset color selection?
What's more - I created locale.r script, which I run from my user.r and although it reflects changes in 'request-date, date representation it returns is still english - e.g. Zari 2000 -> 23-Sep-2000. Hmm, there's probably more to the topic, as ve have "Cerven" for "June" and "Cervenec" for "July", which means "Cer" abbreviation for both months .... Anyone? :-) -pekr-

 [3/3] 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:
<<quoted lines omitted: 5>>
> 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

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted