Dibyamartanda Samanta

Results 20 comments of Dibyamartanda Samanta

I faced the same bug today, hopefully it will be fixed in future

Hi @Alex2772, Unfortunately i don't have much knowledge of Markdown, all MD file i wrote until now are very simple one, so don't know how to add level formatting i...

Chapter 1: Covering GUI Builder and Layout Manager is Complete now, Let me know if i stated any wrong fact after all i am reversing AUI Sample Application. [AUI_Introduction.odt](https://github.com/user-attachments/files/18246002/AUI_Introduction.odt) [AUI_Introduction.pdf](https://github.com/user-attachments/files/18246003/AUI_Introduction.pdf)

I will run code through Clang format for next chapter. Thanks

@Alex2772 How to get textarea to work? How to capture it's content on a string?

> > @Alex2772 How to get textarea to work? How to capture it's content on a string? > > https://aui-framework.github.io/master/classATextArea.html#a270fa624c5bb3301b00c6d5f1e8fc3ca I have seen that before, next time give me a...

Which compiler do you use? => Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.12.2 set C++ version to 20, but same problem One more will you in future...

Can you update to the latest version? => I will

@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 know what happening, updated to...

I just uused official CMAKE Script ```cmake # Standard routine cmake_minimum_required(VERSION 3.16) project(aui_app) # Tip: in a production project don't use branch name, use a specific name tag (i.e. v1.1.1),...