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.
Powerfull Wireframe Animation GUI
-
john_456_fx
- Posts: 9
- Joined: Fri Feb 24, 2006 7:10 am
- Location: South Africa
Powerfull Wireframe Animation GUI
- 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
Tech Admin
Cg consulting
CPT
RSA
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.
@+
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.
@+
-
john_456_fx
- Posts: 9
- Joined: Fri Feb 24, 2006 7:10 am
- Location: South Africa
Code: Select all
FUNCTION F.LBWF.GUI.PP.GetFilesInfo$(i) >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
Tech Admin
Cg consulting
CPT
RSA
-
John Davidson
- Site Admin
- Posts: 128
- Joined: Sat Nov 13, 2004 8:36 am
- Location: Vashon Wa
- Contact:
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:
This gives access to the helpfile from the menu.
John
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]
waitJohn
John Davidson
e-me: johnshomeport@yahoo.com
My JB Page: http://john.jbusers.com/
Did ya Libby yet? http://lblibby.com/
e-me: johnshomeport@yahoo.com
My JB Page: http://john.jbusers.com/
Did ya Libby yet? http://lblibby.com/
