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

[REBOL] VID questions

From: robert::muench::robertmuench::de at: 24-May-2001 15:39

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? 2. Where are things like text-list defined? Is it possible to see the source for this? 3. text-list etc. are prototype objects, right? Any docs available for these VID objects? 4. Why is the text list displayed automatically in the following code? view layout [ mylist: text-list ] I would have expected something like: view layout [ mylist: text-list show mylist ] The actual bahavior is quite strange to me as I have to write the code in the order it should be displayed on screen. 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. 6. How can I align the text of labes to the right and have the entry/selection areas appear right of the lables but left aligned? Ok, that's it for now. I continue and collect more questions ;-) Robert