Mostafa

Results 13 comments of Mostafa

> You are declaring the `NotifySignal`, but you aren't activating it when the value changes. > > See this: https://github.com/qmlnet/qmlnet/blob/develop/src/net/Qml.Net/Signals.cs Thanks Paul. Now I've added ActiveSignal call but not working...

> > You are declaring the `NotifySignal`, but you aren't activating it when the value changes. > > See this: https://github.com/qmlnet/qmlnet/blob/develop/src/net/Qml.Net/Signals.cs > > Thanks Paul. Now I've added ActiveSignal call...

> Can you give me a minimal repo, maybe a repository somewhere I can clone? Check out this: https://github.com/MosiQt/TestQmlDotNet.git Please check Views/MainFeed.qml (line: 33). Whenever user clicks on a list...

@pauldotknopf Also I've found 2 more clues that may be helpful (I've update the repo: https://github.com/MosiQt/TestQmlDotNet.git): 1- In the delegate (qml), always the last item is updated! So weird. Look...

> Wow okay I got something. I think we're misusing the library. > Remember my line : > > ```cs > this.ActivateSignal("accountsChanged"); // it is the first, it worked >...

https://github.com/Roniasoft/NodeLink

This is the simple code I ran the tests: ![image](https://github.com/brgl/libgpiod/assets/53909162/e2dce229-b215-41bc-8347-424673438ab7) ``` int main(int argc, char** argv) { const std::string chipName = "gpiochip5"; gpiod_chip* chip; if (chip = gpiod_chip_open_by_name(chipName.c_str()); !chip) {...

Test with this file: https://drive.google.com/file/d/17jjYtIrcW-ZL2fAxzsyTr-ZLpiNp0FP1/view?usp=sharing

Make the docs simple like this: https://github.com/electron/electron