Skip to main content
Best practices
0 votes
0 replies
37 views

We want to ad a request timestamp to some forms in Spring Boot. We need the timestamp in production and testing for various reasons. public interface TimestampForm { ZonedDateTime getTimestamp(); ...
Janning Vygen's user avatar
3 votes
1 answer
59 views

I'm trying to have a Syncfusion Popup in my app. Because of the size and for reusability I put the Popup's content into a separate ContentView. However this makes the Binding to the content fail. I ...
Thorsten Schmitz's user avatar
0 votes
0 answers
20 views

I have a 3rd party SDK which was installed via VSIX / NuGet package. Let's call it FoodFight/CoolKids for Windows. I'm working on a VSIX that does a wizard implementation of this SDK as part of its ...
CatAtGat's user avatar
2 votes
1 answer
43 views

I have an Xceed DockingManager that is bound to an observable collection of objects. The docking manager populates a dropdown button based on the number of objects within the observablecollection. ...
gwiz_kid's user avatar
  • 143
0 votes
1 answer
87 views

I have this view, for example: struct MyChartView: View { let chart: MyChart @State private var selectedPoint: Int? = nil var body: some View { //... draw chart, set/move ...
brigadir's user avatar
  • 6,941
0 votes
0 answers
111 views

I'm trying to make an app with flutter dart for android. the app that I will made is that a chatbot (like chat gpt) using built in model (the ai model will have .gguf extension). So the ai model will ...
Fajar Alam's user avatar
2 votes
1 answer
178 views

I'm developing an Avalonia Application and I'm trying to figure out how can I make a DataGrid cell editable, here's my DataGrid to make it more clear: <DataGrid IsReadOnly="False" ...
DigioMatthy's user avatar
0 votes
1 answer
92 views

I am developing an application on .NET MAUI and I'm using it because I need the multi-platform feature through mobile and Windows, but I'm having some problems when I run the application on Windows. ...
DigioMatthy's user avatar
0 votes
0 answers
116 views

I'm trying to add autocompletion to a TextField that acts as a data column in a TableView. In particular, I want to use an Array of String values as suggestions, but not require that the value of the ...
Robert Fuhrer's user avatar
2 votes
1 answer
167 views

How to achieve this : When I click on right arrow of the carousel, I want to trigger a method with the item index as parameter. Some thing like <button ... (...)="eventHandler(index)" .....
KnowledgePath's user avatar
-1 votes
1 answer
103 views

I have a SwiftData class that I get with @Query private var items: [Item] in a SwiftUI view. Then I pass it to a sub view that passes it to other sub views. What is the best way to pass the class ...
Kitten Apps-Films's user avatar
2 votes
2 answers
64 views

I have an environment object Order, containing a list of OrderItem (aka an item + a quantity) I'm presenting a list with steppers so quantity can be modified for each item. struct MenuItem: Codable, ...
batsansierra's user avatar
0 votes
2 answers
77 views

I bind a Text property of a TextBox to listView.SelectedItem, which is dynamically populated from a collection of objects: <TextBox x:Name="setName" Text="{Binding ElementName=...
kosholu's user avatar
0 votes
1 answer
55 views

I have just realized that several of my view-models violate a key rule of the function BindingOperations.EnableCollectionSynchronization The docs state that it must be called from the UI thread. I ...
Joe's user avatar
  • 7,194
0 votes
3 answers
93 views

I'm working on .net maui and I'm facing a strange issue; I have a CollectionView with bounded ItemsSource and SelectedItem. I'm trying to do a simple preselection to set CollectionView's SelectedItem ...
Jesoo's user avatar
  • 104

15 30 50 per page
1
2 3 4 5
1158