Author Topic: Just for fun. Make a dialog box of all editable properties per object.  (Read 23726 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #30 on: December 28, 2005, 10:38:18 PM »
Tim,
I like this version better.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #31 on: December 28, 2005, 10:41:01 PM »
Tim, Do you use DosLib ?

Have a look at the dos_proplist
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #32 on: December 28, 2005, 10:42:53 PM »
.. You may have to use something like ObjectDCL to get the fully interactive result you want though, I think.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #33 on: December 29, 2005, 02:35:12 AM »
Tim, Do you use DosLib ?

Have a look at the dos_proplist
I try not to use outside programs.  I have it installed at work, but I havn't used it.  The company I work for has code writes, or hired coders that use it.  I have no idea what all DosLib can do.

Tim,
I like this version better.

Thanks CAB.  I think it functions a lot better also.  I hope Michael doesn't mind me posting the code.  It kind of looks like his routine now.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

GDF

  • Water Moccasin
  • Posts: 2081
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #34 on: December 29, 2005, 09:51:46 AM »
Way to go Tim. I like this newer version better to.

Also have you looked at:
;;;    LSPDATA.lsp- Express Tool data for lsp command
;;;    Copyright © 1999 by Autodesk, Inc.


Gary
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #35 on: December 29, 2005, 11:17:12 AM »
Way to go Tim. I like this newer version better to.

Also have you looked at:
;;;    LSPDATA.lsp- Express Tool data for lsp command
;;;    Copyright © 1999 by Autodesk, Inc.


Gary

Thanks Gary, and I never knew about that one either.  I guess I know enough to be dangerous, but not enough still.

I saw a post that MP did that shows how to get to the help files, and I was going to add that to my code also, but then it would work a LOT like his code, so i would rather get his blessing before I do that.  I have it working here.  I think it can be a big help if people don't know what information (type) to enter for new values.

Thanks again all who have helped, and tested it. :-)
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

GDF

  • Water Moccasin
  • Posts: 2081
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #36 on: December 30, 2005, 02:41:36 PM »
Tim

Just could not keep my hands off it...hope you don't mind. Made minor dcl changes.
Thanks for sharing your routine.

Gary
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

T.Willey

  • Needs a day job
  • Posts: 5251
Re: Just for fun. Make a dialog box of all editable properties per object.
« Reply #37 on: December 30, 2005, 03:01:52 PM »
Tim

Just could not keep my hands off it...hope you don't mind. Made minor dcl changes.
Thanks for sharing your routine.

Gary
:lmao:
Some how I knew that if you were going to use it, you would change it somehow.  It's all good as long as you find it useful.  Have fun with it, and may you have a Happy New Years.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.