Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » Is the Layout Designer outdated?
Re: Is the Layout Designer outdated? [message #57058 is a reply to message #57057] |
Tue, 18 May 2021 23:44   |
Oblivion
Messages: 1210 Registered: August 2007
|
Senior Contributor |
|
|
Hello MeerMusik,
From what you describe, is it possible that you manually type "LabelBase" in the layour editor?
Because LabelBase is not itself a Ctrl. The correct ctrl should be Label or LabelBox. That's why you are getting the error.
Correct items are available under the right click (context) menu -> static submenu.
Or you can select or change them in the dropdown menu:

or you can type Upp::Label, if you prefer to edit the layout file manually.
ITEM(Upp::Label, Label1, SetLabel(t_("I am a label")).SetAlign(ALIGN_CENTER).SetInk(Color(226, 42, 0)).LeftPosZ(281, 72).TopPosZ(93, 52))
Best regards,
Oblivion
.
-
Attachment: designer.png
(Size: 26.32KB, Downloaded 418 times)
Github page: https://github.com/ismail-yilmaz
upp-components: https://github.com/ismail-yilmaz/upp-components
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
[Updated on: Tue, 18 May 2021 23:52] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Jun 08 04:38:30 CEST 2025
Total time taken to generate the page: 0.04737 seconds
|