pBe Posted April 8, 2015 Posted April 8, 2015 (edited) I expected that to happen a blank list would certainly crashed the program. easy fix. But regarding the same string for different sets is unusual. i will look into that later today. Ah.. I know why that happens... what we'll do is prevent the user from emptying the list. NOTE: always keep a backup of the ini files BTW: I'm so sorry. the original program have many shortcomings. Its not that, Entirely my fault If can placed Strings dynamically please explain > CODE UPDATED post#33 Edited April 8, 2015 by pBe Quote
AIberto Posted April 8, 2015 Author Posted April 8, 2015 (edited) please explain center alignment placed Strings dynamically is like this: Edited April 8, 2015 by AIberto Quote
Dahzee Posted April 8, 2015 Posted April 8, 2015 pBe, I have been following this thread and it looks really useful, you have really put some work into this. I downloaded your files to try it out but sadly couldn't get the routine to work. I am using Bricscad V15 and this is probably why it isn't working (apart from operator error of course!). This is what I get at the command line when I try to run the routine. ; ----- LISP : Call Stack ----- ; [0]...C:TCF ; ; ----- Error around expression ----- (UNLOAD_DIALOG DLG_ID) ; Does this mean anything to anyone, if so is it fixable? Many Thanks in advance Dahzee Quote
pBe Posted April 8, 2015 Posted April 8, 2015 .. I have been following this thread and it looks really useful, you have really put some work into this. ... I downloaded your files to try it out but sadly couldn't get the routine to work. I am using Bricscad V15 and this is probably why it isn't working (apart from operator error of course!). Thank your trying out the routine, but its not all me. DCL should be working for Bricscad V15 as far as i can tell. if you run this what do you see? (findfile "tcf.dcl") Also we may have to wrap the whole "THEN" to include this lines (unload_dialog DLG_ID)(writefn crtlsts). Right now the code does not have an expression for "ELSE". Quote
Dahzee Posted April 8, 2015 Posted April 8, 2015 pBe, Thanks for the quick reply! When I run (findfile "tcf.dcl"), the response is nil. I have made sure the .lsp, .dcl and .ini files are all in my support path. Thanks for taking the time to look at this for me. Dahzee Quote
pBe Posted April 8, 2015 Posted April 8, 2015 (edited) When I run (findfile "tcf.dcl"), the response is nil There lies the problem Dahzee. But its odd findfile evaluates to nil though I have made sure the .lsp, .dcl and .ini files are all in my support path. Is it working now when you did that? EDIT: i will update the files on post#33 later CODE UPDATED at POST#33 If INI files are not found "<<< Dialog Box File not Found >>>" If DCL files is not found "<<< Dialog Box File not Found >>>" Edited April 8, 2015 by pBe Quote
Dahzee Posted April 8, 2015 Posted April 8, 2015 pBe, Quick update, everything now seems to be working! I created a separate folder to hold all the files and added it to my support path and included it in my folder list and it seems it is behaving perfectly. I did say it was probably operator error! Thanks for your time. Dahzee Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.