Rebol Talk Forum  |  Getting Started  |  Code Examples, Tips & Advice  |  Topic: 3Flex
Pages: [1] Print
Author Topic: 3Flex  (Read 487 times)
Philippe
Newbie
*
Offline Offline

Posts: 34


View Profile WWW
3Flex
« on: May 16, 2006, 05:07:22 AM »

3Flex is one of the first REBOL programs to amaze me.
In few Kbs, the code allows to draw graphs with nodes linked together.

The last version (2003 !) should be found on Chris Langreiter's site :
http://www.langreiter.com/space/3flex

But, since 2003, no update was made. Some bugs exists in node's Editor, and the program doesn't run with last View versions
(i.e. 1.3.2.3.1). But sometimes, we need to let a code stew in its juice. And later, some things are more obvious.

Hereunder, some changes to correct bugs (be free to enhance it) :


-----------------------------------
In lib\ folder :

-> node-editor-lib.r
change all lines :  edge: 0x0     by :   edge: make self/edge [size: 0x0]

-----------------------------------
In  lib\category-editors\ folder :
->default.category-editor :
change all lines : edge: 0x0      by : edge: make self/edge [size: 0x0]

->node.category-editor :
change all lines : edge: 0x0      by : edge: make self/edge [size: 0x0]


------------------------------------
At 3Flex root :
-> 3flex-13.r
change the line :
    fill-pen: none
by:  fill-pen red



After theses changes, 3Flex runs with a 1.3.2.3.1 View version.

It could be interesting to enhance 3Flex with a local menu (access by a right-click)  to change background's color, export a graph, send it by mail, and other features (node or arrows shapes/colors).

===Philippe
Logged

===Philippe
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Code Examples, Tips & Advice  |  Topic: 3Flex
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 18, 2008, 08:57:05 AM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2167 Posts in 560 Topics by 1220 Members
Latest Member: MattressFurniture

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc