|
| Inicio → WINDEV 2024 → [WD18]How can I insert different strings in fixed position of a MLE |
| [WD18]How can I insert different strings in fixed position of a MLE |
| Iniciado por guest, 28,oct. 2014 11:05 - 5 respuestas |
| |
| | | |
|
| |
| Publicado el 28,octubre 2014 - 11:05 |
Hello all How can I insert different strings in fixed position of a MLE
Thanks BG [attachment 1241 Error.png] |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2014 - 12:06 |
Hello BG
How about a little more info please.
What is an MLE ? What is the purpose of the picture you included ?
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2014 - 16:08 |
Hello Al
It is edit - control with multiline,
thanks BG |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2014 - 17:02 |
| StringInsert is probably your friend. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2014 - 17:12 |
Hello Paulo, It is not by the character position , By a Fixed Pixel position as shown in the attached picture marked line
Thnxs BG |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2014 - 18:13 |
Hi
that's now how this kind of controls work. They work by displaying a character string.
To do this kind of things, you can use an image control and dText to write in it
Best regards |
| |
| |
| | | |
|
| | | | |
| | |
|