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

[ALLY] New View 0.10.34

From: carl:rebol at: 23-Sep-2000 17:44

Fixed various bugs. Adds file requestors. Numerous other changes. Note: face actions created by VID are now functions. This allows you to refer to the active face from within the action block. For example: toggle "True" "False" [print value] field [print face/data] The blocks are used as the body of a function that is defined as: func [face value] Most scripts should still work. Ones that make assumptions about the datatype of the action will not. Use get in face 'action to deal with actions directly. Check out What's Up for more info. Holger also fixed sort! Much better. Jeff has also fixed crash in hash datatypes, so those should work better too. There are also various other fixes included. -Carl