RyanAtNelco Posted June 23, 2009 Posted June 23, 2009 In V 4 you select the tablestyle in a dropdown at the bottom of the dialog box. it has to be loaded in the drawing for you to choose it. you can just modify the standard tablestyle if you do not have preset ones. Quote
Lee Mac Posted June 23, 2009 Author Posted June 23, 2009 In V 4 you select the tablestyle in a dropdown at the bottom of the dialog box. it has to be loaded in the drawing for you to choose it. you can just modify the standard tablestyle if you do not have preset ones. Correct, As Ryan points out, in V4 I opted to use the TableStyle that the user had set. I figured that there were so many variables to change within the table, that it is easier for the user to just create their own table style and use it Quote
stevesfr Posted June 23, 2009 Posted June 23, 2009 Thanks, I've learned so much today, my head hurts ! You guys are the best. Quote
Lee Mac Posted June 23, 2009 Author Posted June 23, 2009 No probs Steve. I have updated the code once again in the first post to account for a small bug I just found. If you had say two (or more) lines in the drawing. Say one line is overridden to PHANTOM linetype, and the layer it is on is HIDDEN linetype; and the other line is overridden to HIDDEN linetype, then, individually the lengths would be correct, however, if the user filtered for both HIDDEN and PHANTOM, the length of the HIDDEN line would be added to that of the PHANTOM line, and displayed in the HIDDEN table cell. Easy fix though. :wink: Quote
bbb120 Posted December 20, 2009 Posted December 20, 2009 lencal cannot work on my machine ,my AutoCAD is 2006,it tells me that "Table Object Not Available in this Version",why it come this situation ? Quote
bbb120 Posted December 20, 2009 Posted December 20, 2009 I don't know it cannot work on my machine .bug ? Quote
Lee Mac Posted December 20, 2009 Author Posted December 20, 2009 I wasn't sure in which version the Table Object was present - I may have set the restriction too high. Does 2006 have a Table Object? Quote
LEsq Posted December 20, 2009 Posted December 20, 2009 I wasn't sure in which version the Table Object was present - I may have set the restriction too high. Does 2006 have a Table Object? Without knowing if you refer to the Table command that was introduced on A2005 (if my left two brains left recall) - must be available. Quote
Lee Mac Posted December 20, 2009 Author Posted December 20, 2009 Without knowing if you refer to the Table command that was introduced on A2005 (if my left two brains left recall) - must be available. Thanks Luis, I shall updated my code. Quote
LEsq Posted December 20, 2009 Posted December 20, 2009 Thanks Luis, I shall updated my code. no problema. .... on the quoted - that should read (if my two brains cells left that I recall) ... here we don't have an speller available - built-in. dang. Quote
Lee Mac Posted December 21, 2009 Author Posted December 21, 2009 I have updated the Version checking code in the program to allow versions 2005+, the new code can be found here. Lee Quote
ReMark Posted December 21, 2009 Posted December 21, 2009 Lee: Why hasn't AutoDesk called and offered you a job yet? What are they waiting for? Nice job as usual. You're the Christmas gift that keeps giving all year long. A million thanks. Quote
Lee Mac Posted December 21, 2009 Author Posted December 21, 2009 Lee: Why hasn't AutoDesk called and offered you a job yet? What are they waiting for? Nice job as usual. You're the Christmas gift that keeps giving all year long. A million thanks. Thanks Mark To be honest, I think AutoDesk would want someone that knows Arx/.Net though VLISP is good for most applications, but C++/Arx is where the power is ... Thanks for your kind message though, it is appreciated - and Merry Christmas mate! Lee Quote
LEsq Posted December 21, 2009 Posted December 21, 2009 Thanks Mark To be honest, I think AutoDesk would want someone that knows Arx/.Net though VLISP is good for most applications, but C++/Arx is where the power is ... Thanks for your kind message though, it is appreciated - and Merry Christmas mate! Lee Autolisp it is just for customization, and no serious software company will use it for their comercial applications - AFAIK. Quote
ReMark Posted December 21, 2009 Posted December 21, 2009 Is that your next big undertaking (Arx/.Net)? Merry Christmas back at you mate! Do they give you a breather between semesters or do they just keep you chained to the desks? LOL Quote
Lee Mac Posted December 21, 2009 Author Posted December 21, 2009 Autolisp it is just for customization, and no serious software company will use it for their comercial applications - AFAIK. Yeah, that's exactly what I thought Luis - which means that someone in your position must be highly sought after... :wink: Is that your next big undertaking (Arx/.Net)? Merry Christmas back at you mate! Do they give you a breather between semesters or do they just keep you chained to the desks? LOL Well, I started to learn C++ and got the basics down, and I am doing a module of C-programming as part of my degree, but with those languages, I think I would need to set aside some time and learn them solidly, the learning curve is not as steep as in LISP, where you can get an application up and running after a short time... C++ takes a lot lot lot more time to master, as I'm sure Luis will tell you. As for the degree, I'm off now till next year (as you can probably tell with my increased appearance on the forums...), but I still have 2 huge assignments and an essay to get done for early January, so its not quite a breather... Lee Quote
LEsq Posted December 21, 2009 Posted December 21, 2009 Is that your next big undertaking (Arx/.Net)? Merry Christmas back at you mate! Do they give you a breather between semesters or do they just keep you chained to the desks? LOL For what I know. All the base classes are done using C++ and ObjectARX, but in there they have used or done implementations with ATL and MFC and they wrapped to now where they are leading toward to .NET - in example some of their new API's can be controlled via .NET only. There are many things you cannot do with .NET, for example custom objects, but they now offer the new class Overrule, that appears to provide an alternative - I have not got the chance to try it. Do not know if they have any intention to leave on the side ObjectARX.... but for example all the properties controls must be accesed via ATL/COM - well until they end up porting it to full .NET Quote
LEsq Posted December 21, 2009 Posted December 21, 2009 Yeah, that's exactly what I thought Luis - which means that someone in your position must be highly sought after... :wink: Well, I started to learn C++ and got the basics down, and I am doing a module of C-programming as part of my degree, but with those languages, I think I would need to set aside some time and learn them solidly, the learning curve is not as steep as in LISP, where you can get an application up and running after a short time... C++ takes a lot lot lot more time to master, as I'm sure Luis will tell you. As for the degree, I'm off now till next year (as you can probably tell with my increased appearance on the forums...), but I still have 2 huge assignments and an essay to get done for early January, so its not quite a breather... Lee I can say today that I waste 15 years on these languages AutoLisp/DCL/VitalLisp/Visual Lisp/ObjectDCL/VBA/VB Instead of spending my time on C++ back then... :-( Well that only if you end up wanting to become a full time professional software programmer. my 0.02 cts. 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.