Results 144 comments of Alex2772

Hm, it's strange because `ATextArea` does have `textChanged` member. Moreover, it's relatively old. Which compiler do you use? As for example, I took `AScrollArea` + `ATextArea` boilerplate from `aui.example.views` and...

Can you update to the latest version? > using CLang CL in Visual Studio? I will not make any restrictions on using it, however, there's should be proper support from...

@DibyaXPP hi, any updates?

> @Alex2772 > > Still same error, 'textChanged': is not a member of 'ATextArea' 'AObject::connect': no matching overloaded function found > > I will make a new fresh project. don't...

Can you specify latest release, i.e. `v6.2.0` instead of master? ```cpp set(AUI_VERSION v6.2.1) ``` `auib_import` can't track updates on branch, so it's generally recommended to use tags instead.

@DibyaXPP hi 👋 How it's going? Have you tried the suggested version?

> This time it compiled but failed to run > > ```c++ > .withContents(_new( > "AUI Framework - Declarative UI toolkit for modern C++20\n" > "Copyright (C) 2020-2024 Alex2772 and...

> what you mean by cleanup? Delete them? Exactly. Looks like aui.boot didn’t update them.

@DibyaXPP hi 👋, Do you have any updates? Please let me know if you encounter issues.

Hi @DibyaXPP, Definition: https://github.com/aui-framework/aui/blob/3cce0b462f9ac971240dde7075f07076b1bb9f86/examples/AUI.Example.Views/src/ExampleWindow.cpp#L142 Usage: https://github.com/aui-framework/aui/blob/3cce0b462f9ac971240dde7075f07076b1bb9f86/examples/AUI.Example.Views/src/ExampleWindow.cpp#L390 `AProgressBar` and `ACircleProgressBar` are interchangeable. Both have `setValue`. Docs: https://aui-framework.github.io/develop/classAProgressBar.html https://aui-framework.github.io/develop/classACircleProgressBar.html