mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Jan. 08 2006,15:16 |
|
The only documentation I have are the widget docs at http://lua-fltk.sourceforge.net/ and the Lua4 manual at http://www.lua.org/manual/4.0/ Most of my learning has come from other scripts.
Neither one will tell you everything about scripting flua, but the lua manual is probably the most helpful. The widget manual is neither well written nor complete (no offense to the author, but it's sadly true). Its only use to me is to remind me of the widget names and some of their properties. Once i get my reference tool finished, the widget manual will be useless to me.
I've goooogled at least a few times and there is very little mention of flua online, let alone documentation. Sadly, it may remain a dead project. I have hope, though, that as more people try DSL and its clones, this tiny interpreter will become more well-known. Maybe the author or someone else with programming experience will pick it up and continue development. As far as I've found, the nearest thing still in development is tcl/tk, which, while still quite small, is several times larger than flua.
Note on the segmentation faults: I changed the script a little (haven't uploaded yet) and the segfaults seem to have gone. The number of items in the "button" table is now checked only once, and that number is used in the comparison loop. Also, loading of the scripts into the display area is now done with a separate button (select the script, then press load). This means more work for the user, but i think flua was choking when it had to run through a loop and load a file with every click....more so as the table grew in size.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|