is_bold

Discussion in 'AutoCAD' started by Tom, Mar 1, 2004.

  1. Tom

    Tom Guest

    Another question if you please. The "is_bold = true ;" argument in .dcl
    doesn't seem to have any affect on text. Am I doing something wrong? I've
    given up trying to create a decent looking opening dialog box due to the
    megabytes size of slides created from .gifs. and I just will settle for some
    bold text on my title box. Thanks, Tom
     
    Tom, Mar 1, 2004
    #1
  2. Tom

    Devin Guest

    Tom,

    What exactly is it you're trying to do with the images and the open dialog.
    I might have a better solution.

    Devin
     
    Devin, Mar 1, 2004
    #2
  3. Tom

    Tom Guest

    I'm just trying to display a nice looking opening screen with the software
    title and copyright info using
    the slide_image function. Thanks for the layout info.
     
    Tom, Mar 1, 2004
    #3
  4. Tom

    ECCAD Guest

    Tom,
    Just a suggestion. Create a VB stand-alone app with a 'nice' opening screen, and copyright info (on a standard 'form').
    In startup Lisp do:
    (startapp "c:\myapp_folder\myapp.exe")
    - Place a 'close' button on app also.

    Bob
     
    ECCAD, Mar 1, 2004
    #4
  5. Tom

    jbryant4 Guest

    I don't believe "is_bold" ever worked.
     
    jbryant4, Mar 1, 2004
    #5
  6. Tom

    Devin Guest

    You should download dos_lib from Robert McNeel and Assoc's. It has a
    function...

    (dos_splash filename duration [T]) , which displays a splashscreen for you
    from a given *.bmp file.

    Here's the Link...

    http://www.mcneel.com/doslib.htm

    HTH,

    Devin
     
    Devin, Mar 1, 2004
    #6
  7. From what I remember, it did work in the old DOS versions of AutoCAD. Hasn't
    since R12 Windows.
     
    Phil Kenewell, Mar 1, 2004
    #7
  8. Tom

    ECCAD Guest

    Devin,
    Yes, that would also work.
    Bob
     
    ECCAD, Mar 1, 2004
    #8
  9. I use "fixed_width_font=true;" to make the text bold.
    Also, this has the added benefit of making the text line up in columns
    (mono-spaced).
     
    Alan Henderson, Mar 2, 2004
    #9
  10. Tom

    BillZ Guest

    I think that's a bug.
    It was originally designed for list boxes and popup lists.

    Bill
     
    BillZ, Mar 2, 2004
    #10
  11. Tom

    cwanless Guest

    Hi Tom, the is_bold never worked.

    On the other hand ObjectDCL from www.objectdcl.com fixes that bug in DCL and further provides you with the ability to draw the dialog boxes and many new controls.

    Thanks Chad
     
    cwanless, Mar 2, 2004
    #11
  12. Hi Tom, the is_bold never worked.

    You sure? DCL was originally designed to be "platform independent" so
    perhaps it worked in a non-flavor of Acad at one time.

    --
    Darren J. Young
    CAD/CAM Systems Developer

    Cold Spring Granite Company
    202 South Third Avenue
    Cold Spring, Minnesota 56320

    Email:
    Phone: (320) 685-5045
    Fax: (320) 685-5052
     
    Darren J. Young, Mar 3, 2004
    #12
  13. Tom

    cwanless Guest

    You are right, I remember now that it worked on unix systems.

    Chad
     
    cwanless, Mar 4, 2004
    #13
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
Loading...