Powerfull Wireframe Animation GUI

General Computer Utilities
Post Reply
john_456_fx
Posts: 9
Joined: Fri Feb 24, 2006 7:10 am
Location: South Africa

Powerfull Wireframe Animation GUI

Post 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.
Attachments
LBWF_GUI_V02.zip
This zip Archive will contain all the files nessaccary to run this Program. No other files are needed.
(182.75 KiB) Downloaded 547 times
John
Tech Admin
Cg consulting
CPT
RSA
alix
Posts: 17
Joined: Tue Dec 20, 2005 10:22 am

Post 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.

@+
Beginner ? Want to create your own games?
Coolprog is for you !
http://www.coolprog.com
john_456_fx
Posts: 9
Joined: Fri Feb 24, 2006 7:10 am
Location: South Africa

Post by john_456_fx »

:oops: 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.
Attachments
LBWF_GUI_V02.zip
Update that removes the error that disalows compile
(52.65 KiB) Downloaded 455 times
John
Tech Admin
Cg consulting
CPT
RSA
alix
Posts: 17
Joined: Tue Dec 20, 2005 10:22 am

Post by alix »

No luck again, the program crashes immediately :

Image

@+
Beginner ? Want to create your own games?
Coolprog is for you !
http://www.coolprog.com
John Davidson
Site Admin
Posts: 128
Joined: Sat Nov 13, 2004 8:36 am
Location: Vashon Wa
Contact:

Post 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
John Davidson
e-me: johnshomeport@yahoo.com
My JB Page: http://john.jbusers.com/
Did ya Libby yet? http://lblibby.com/
Post Reply