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

[REBOL] Re: VID questions

From: allenk:powerup:au at: 25-May-2001 8:11

----- Original Message ----- From: "Robert M. Muench" <[robert--muench--robertmuench--de]> To: <[rebol-list--rebol--com]> Sent: Thursday, May 24, 2001 11:39 PM Subject: [REBOL] VID questions
> Hi, I'm hacking a prototype with /View. As I hadn't time to dive deep into
/View
> yet, I'm quite a beginner with it. Here are my questions: > > 1. Is there a way to find out the words of the VID dialect?
; This will list the styles extract system/view/vid/vid-styles 2
> 2. Where are things like text-list defined? Is it possible to see the
source for
> this?
text-list is for making a simple iterative list. More advanced lists can be made by use 'list with 'supply. (And for those who think supply is complicated, you obviously never used or don't remember the original method for creating an iterative pane function before we had 'List :-)
> 5. Did anyone wrote an debug object browser? Something I can call like obj > myVIDobject and which will present a hierarchie like the system object
browser?
> With this it would be possible to see the attributes etc. of a VID object.
Jeff, has a visual object browser at http://www.cs.unm.edu/~whip/objview.r Cheers, Allen K