27,255 questions
-2
votes
1
answer
211
views
+100
Dynamic checkBox with dynamically-databound Visibility never shows
I'm creating an AvaloniaUI app using the MVVM Community Toolkit, where I must render controls dynamically and data-bind them to a viewmodel whose properties will be unknown until runtime. In fact, I'...
Advice
0
votes
5
replies
157
views
How to create a dynamic todo list app using Flask, SQL, CSS, JavaScript, HTML, in Pycharm
I'm trying to create a specific to-do list that has the Google keep kind of tick boxes, but I want to create it with Flask so I can store it with the current price of the written list in the database, ...
Advice
1
vote
9
replies
257
views
Efficient memory usage in c programming
If we have dynamic memory allocation, which is best for using the memory efficiently, then why do we use static memory allocation every time? Can't we use dynamic memory everywhere??
Advice
0
votes
8
replies
224
views
Usage of pointers
As a beginner I don't understand why pointers are being used everywhere . When I got to know about pointers, I had lots of questions: Why can't we simply use another variable to store the value of ...
Tooling
0
votes
0
replies
91
views
Externally Loaded Dynamic Plugins for Backstage
Backstage 1.48.0/ 1.49.0 introduced a dynamic plugin loader which takes already packaged plugins and loads them dynamically at the point of building your Backstage application.
I can only see a way to ...
Advice
0
votes
2
replies
48
views
Dynamic vlan changing in Freeradius
I have to configure dynamic vlan changing in Freeradius. I have mikrotik routeros v7 that running as NAS. I created three VLANs, in each vlan has own users. When i send request from freeradius to the ...
2
votes
2
answers
187
views
Dynamic PowerShell Item
In the extension of the enhancement request #27023, I am trying to create a prototype which basically comes down to a dynamic item as opposed to a dynamic variable (as described in this answer from ...
Advice
0
votes
0
replies
118
views
How to create a dynamic Repeater in ASP.NET WebForms (.NET Framework) as a beginner?
I am learning ASP.NET WebForms using the .NET Framework (legacy project), and I want to understand how to create a dynamic Repeater control.
As a beginner, I am confused about the correct approach to ...
Best practices
0
votes
1
replies
44
views
Dynamic Entra Group
We are rolling out Windows Hello for Business to users in our tenant in a phased approach. At the moment, users have to be manually added to a specific Entra ID group to enable Windows Hello.
We would ...
1
vote
2
answers
181
views
How can I use two pointers to an interface to invoke the correct function that takes implementing classes as arguments?
I would like to know the proper way to get the following code to work.
With inheritance, you can call the function of a parent pointer and execute the child function. But, if there are two parent ...
0
votes
1
answer
84
views
How to dynamically create and data-bind ComboBox in code?
In my Avalonia app using the MVVM Community Toolkit, I need to dynamically create a ComboBox from code-behind, having it data-bound to a collection of a subclass of a class that encapsulates ...
Best practices
0
votes
6
replies
101
views
using variable of type Class<?> in switch construct
i'm in need of a data container for several data types and fail to write some omnipotent :-) converter func.
Maybe my idea is crab, in this case please give me a hint what concept to use.
My current ...
1
vote
1
answer
112
views
How to bind viewmodel collection to dynamically-created ItemsControl in code?
In my Avalonia app I have a user control (UC) that has some databound controls and a StackPanel that has controls added to it dynamically from code-behind. This UC is then dynamically added to an ...
0
votes
1
answer
175
views
How to specify bound property of known name for Avalonia control created in code-behind?
In my Avalonia app, I need to create controls dynamically from a user control's code-behind so I can add them to a StackPanel inside that user control. I know the names of the viewmodel properties to ...
0
votes
1
answer
133
views
How can I hide or collapse subtotal rows in an Excel PivotTable?
I'm wondering if this is possible, as with pivot tables in excel there is an option to expand or collapse all fields. If you try to record this in Automate, it says this action cannot be recorded. A ...