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

[REBOL] Field Focus Shifting

From: robert::lancaster::opennw::com at: 9-May-2001 11:47

Any one else had trouble with focus shifting while using fields. Problem occurs using 'list in a layout block. Trying to type into on field, sort of works. However if you move the mouse over another field (without actually selecting it) and continue typing things go awry. P.s using Win 2000 and REBOL/View/Pro 1.1.0.3.1 16-Apr-2001 **** Code Example Below ******* commands: [ [ "Set POTS 1 PN" "At*p*11*#" "Type It" ] [ "Set POTS 2 PN" "At*p*21*#" "Type It" ] ] x: layout [ list 600x80 [ across text 200x20 field button return ] data commands ] view x