Status line vs palettes & dockable form

Started by arqstaad · 2010-01-15 14:20 UTC · 2 replies · SMF topic #1131

Hello
I want to use the following code in a dockable form and I want
it is updated as it does in the status line

Is this possible?

(setvar "MODEMACRO"                  ;defines status line
  (strcat                            ;formats MODEMACRO string
  ;;Current layer
    "Lay:$(substr,$(getvar,CLAYER),1,12) "  ;first 12 char of layer name
  ;;Name dwg
    " Arq:$(getvar,USERS2) "  ;first 8 char of layer name
  ;;Nombre UCS
    " Ucs:$(substr,$(getvar,UCSNAME),1) "  ;first 8 char of layer name
) )                              ;close STRCAT and SETVAR

  Greetings
  ArqSTAAD
Hi, arqstaad,

I don't believe that it is possible only with OpenDCL. But you could have a try with the vlr-sysvar-reactor to update a label or anything else ...

Fred
Fred thank you very much for your quick response
I will study this idea
ArqSTAAD