U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » Is Upp:: output necesarry in *.lay files?
Re: Is Upp:: output necesarry in *.lay files? [message #58552 is a reply to message #57619] Mon, 13 June 2022 15:18 Go to previous messageGo to previous message
Alboni is currently offline  Alboni
Messages: 216
Registered: January 2012
Location: Kajaani, Finland
Experienced Member
Why was this done? It also changes the order of the attributes of the elements and if my colleague and me use different version we're constantly committing order changes to svn for no reason.
And then I get this:
ITEM(LabelBox, dv___0, SetLabel(t_("Kies aub een betaalmethode")).SetInk(Color(28, 0, 200)).SetFont(StdFontZ(14).Bold()).LeftPosZ(13, 388).TopPosZ(7, 349))

changed to
ITEM(Upp::LabelBox, dv___0, SetInk(Color(28, 0, 200)).SetFont(StdFontZ(14).Bold()).SetLabel(t_("Kies aub een betaalmethode")).LeftPosZ(13, 388).TopPosZ(7, 349))

which doesn't even compile.
Error: /home/ruben/MyApps/DisProject/something.lay (580): error: 'class Upp::StaticText' has no member named 'SetLabel'

[Updated on: Mon, 13 June 2022 15:29]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to plot a PIE chart in Form?
Next Topic: bug: color change without wanting it to..
Goto Forum:
  


Current Time: Wed Apr 29 17:47:03 GMT+2 2026

Total time taken to generate the page: 0.00572 seconds