Home » Community » U++ community news and announcements » namespace agnostic layouts refactored
Re: namespace agnostic layouts refactored [message #58364 is a reply to message #58363] |
Mon, 09 May 2022 00:26   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
Klugier wrote on Sun, 08 May 2022 15:57Hello Mirek,
Basic scenario works correctly (Gui16b), however bugs raised on GitHub are still present. When you switch from default frame to InsetFrame in Layout designer it leads to compilation error. The reason is simple, layout designer just do not prefix InsetFrame() function:
ITEM(Upp::EditString, text, SetFrame(InsetFrame()).LeftPosZ(48, 92).TopPosZ(8, 19))
// Should be...
ITEM(Upp::EditString, text, SetFrame(Upp::InsetFrame()).LeftPosZ(48, 92).TopPosZ(8, 19))
Just cosmetic - could we change "default" -> "Default" for default frames. All frames start from capital letter.
Do you have latest ide? Adding namespace to enums (like InsetFrame) is exactly what I did...
Quote:
Do you also plan to fix #74? In my opinion for empty class it should have no properties (just empty area) like for empty ctrl entry in usc file.
Klugier
I am not opposed to that.
Mirek
|
|
|
Goto Forum:
Current Time: Wed Aug 06 02:39:55 CEST 2025
Total time taken to generate the page: 0.03155 seconds
|