Page 1 of 1
Powerfull Wireframe Animation GUI
Posted: Tue Feb 28, 2006 10:22 am
by john_456_fx
At last.. I finished the beta of the LBWF_GUI_V02!!!! Version 2 includes the following : 1>Full Object, Object Group and Device Animation, 2> ProjectPlanner which lets you work with 10 diffrent projects, and many many more. I also compiled a HTML help file for those who is new to the LBWF_GUI. All the nessaccery files is included, including the bmp and gif's for the GUI- and Help-applications. No other files are needed to run this Program. I also included two simple demo projects for a peak preview of functionality of the LBWF_GUI_V02. Have fun and let me know what you guys think!!
Regards,
John.
Posted: Sun Mar 12, 2006 10:35 am
by alix
Hi John,
There must be something I'm missing ...
I downloaded your file and unzipped it no problem.
But I can't get LBWF8GUI8V02.BAS to run . I tried it with JB and with LB v4.03.
It gives me a syntax error, with the 1st line of the program highlighted.
Even when commenting the 1st line with a ', it still gives the same mistake.
@+
Posted: Fri Mar 17, 2006 5:07 pm
by john_456_fx

My Apologies !!! To Fix This Problem, Goto line 2470 and you will see:
Code: Select all
FUNCTION F.LBWF.GUI.PP.GetFilesInfo$(i) >1 note PP = "ProjectPlanner"
just remove the
>1 note PP = "ProjectPlanner"
OR you could just place a " ' " inbetween the
...PP.GetFilesInfo$(i) and the rest of the line.
Or you can alternatively download the updated file below.
Once again very sorry.
Posted: Wed Mar 22, 2006 6:48 pm
by alix
No luck again, the program crashes immediately :
@+
Posted: Wed Mar 22, 2006 7:37 pm
by John Davidson
Hey Alix
Make sure the new bas file is stored in the same folder as the original.
Hey John
I downloaded the second version and it worked fine for me.
I did make one change to the code:
Code: Select all
[show.release.notes]
help$=DefaultDir$;"\help\V02_Release_Notes_and Help_file.html"
run "explorer ";help$
goto [redraw.main.screen]
wait
This gives access to the helpfile from the menu.
John