Questions tagged [autocreate]
20 questions
0
votes
0 answers
VS 2019 for Mac fails to auto create event handler from XAML file
At first this feature was working, but all the sudden if I add a Clicked property to -for example- the ToolbarItem, it does want to autocomplete the event handler for the cs file, but when I click enter I get the error in the screenshot.
I have…

TryingToProgram
- 1
- 1
0
votes
1 answer
Creating Java POJOs from Mongo collections
I have a existing MongoDB and I need to write Java POJOs for all the collections.
Is there any tool which can auto-generate the POJOs from the mongo collections?
I am able to find tools to convert Mongo collections to JSON, but could not find a…
0
votes
3 answers
java, spring boot Autogenerate getters and setters at runtime
I have a set of bean classes. I would like to know the best approach to generate the getters and setters automatically at run time. Can anyone help please.

Tech Learner
- 17
- 1
- 1
- 1
0
votes
1 answer
C# WPF Autocreate Label from database
I want to auto create label from database.
For ex.
I have table [workers] with columns [id][name][sname] etc. When i create new worker i want application to create new Label with his name/sname etc.
I tried binding label manualy but this is not…

Kafus
- 61
- 1
- 14
-6
votes
1 answer
C# data from database to label
EDIT:
I decided to write this post again.
I have problem with autocreate labels from database.
This is what i wrote [NEW CODE] :
public partial class Form1 : Form
{
int i = 0;
int r = 0;
int c = 0;
int x = 22;
Label[]…

Kafus
- 61
- 1
- 14