DCL Question "is_bold"

Discussion in 'AutoCAD' started by Vxc, Oct 13, 2004.

  1. Vxc

    Vxc Guest

    Hy all !

    I'm writing some code in DCL.I have the code already has I wanted except
    one thing, i'm trying do highlight some text as bold.I searched help and the
    command is "is_bold = true-false;" but i've put True and the text seem's the
    same.Can anyone give-me a short example on this ? Maybe i'm putting in the
    wrong place, dont know.This is my code on what i want.

    VR2About : dialog {
    label = "Label 1 ";

    : text {
    label = "Label 2" ;
    }
    : text {

    label = "Done By :" ;
    }

    : text {
    label = " xxxx" ;
    }
    ok_only;
    }
     
    Vxc, Oct 13, 2004
    #1
  2. Vxc

    BillZ Guest

    Is_bold never has worked.

    I don't think it ever will.


    Bill
     
    BillZ, Oct 13, 2004
    #2
  3. Vxc

    Rudy Tovar Guest

    Never worked, never will...

    Try ObjectDCL...
     
    Rudy Tovar, Oct 13, 2004
    #3
  4. Vxc

    GaryDF Guest

    Only works in a popup_list and list_box

    Gary
     
    GaryDF, Oct 13, 2004
    #4
  5. Vxc

    Rudy Tovar Guest

    Really...now that I never knew...I'll have to try that one day...for what I
    don't know...
     
    Rudy Tovar, Oct 13, 2004
    #5
  6. Vxc

    GaryDF Guest

    My bad, use the following to get bold text...it has been a while since I used it.

    fixed_width_font=true;

    and not

    is_bold=true;

    Gary
     
    GaryDF, Oct 13, 2004
    #6
  7. Vxc

    Vxc Guest

    "fixed_width_font=true;" Worked great Thanks for all people that awnsered
    back !
     
    Vxc, Oct 14, 2004
    #7
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.