vid «programmation»? (ŕ partir de graphiques) | |
grusso | 15-Jan-2015/10:54:18+1:00 |
Hi, beginner's question: how do I include cycles and selections into vids? For instance, how do I draw 1000 lines (with starting and ending points obtained by variables updated in a cycle?) Tnx! Giusy | |
GreG | 15-Jan-2015/12:19:29+1:00 |
Hi Giusy, Let's first clarify your question. VID stands for Visual Interface Dialect which is basically to create User Interfaces (buttons, text fields, radio, ...). VID is part of Rebol 2 and another framework called Reb-Gui was also implemented. If the goal is to draw lines, what you need is not VID but DRAW. http://www.rebol.com/docs/draw-ref.html Now, you can as well use Rebol 3 which has r3-gui and a native DRAW like in Rebol 2. | |
Login required to Post. |