Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 214
Registered: January 2012
Location: Deventer, Netherlands
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: Sun Apr 28 18:37:56 CEST 2024

Total time taken to generate the page: 0.02244 seconds