Color output

Hi maplers

I have a problem, since i am printing text in some procedures that i really want to be black and alligned to the left side. It would be a great help if anyone could help me out.

/Simon Johansen

One posibility

h:=proc()
INTERFACE_DIAG(Hola);
end proc:

h();

Hola

Green ^^

Green - sure better then all text getting blue :D

Ty for your posibility - ill use that!

Still open for other suggestions :)

 

/Simon Johansen

how about printing a label?

as the headline says, how about printing a label..

The benefits from this is:

 - It's aligned to the left

 - it's black

Can anyone help me make such a thing?

/Simon Johansen

programmatically?

Can labels be generated programatically?

It sounds not hard as they correspond to a simple Text-input field like:

<ec-label id="Label1" caption="etiqueta" enabled="true" visible="true" visiblecharacterwidth="5" pixel-width="300" pixel-height="200" user-size="false" user-width="false"></ec-label> 

in the mw worksheet.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}