What is this?
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
h:=proc() INTERFACE_DIAG(Hola); end proc: h(); Hola
Green - sure better then all text getting blue :D
Ty for your posibility - ill use that!
Still open for other suggestions :)
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?
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.
One posibility
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:
in the mw worksheet.