mikernet
mikernet
CC#
Created by yumo on 2/23/2023 in #help
❔ login system saves data from user
Thats because you didnt select id as the first column
15 replies
CC#
Created by yumo on 2/23/2023 in #help
❔ login system saves data from user
id, realname, nivel
15 replies
CC#
Created by yumo on 2/23/2023 in #help
❔ login system saves data from user
So select 3 columns
15 replies
CC#
Created by yumo on 2/23/2023 in #help
❔ login system saves data from user
Well you're reading 3 columns
15 replies
CC#
Created by yumo on 2/23/2023 in #help
❔ login system saves data from user
It's better to select the columns instead of relying on the order that * returns them in
15 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
There's some good info here that you can use: http://drwpf.com/blog/2008/07/20/itemscontrol-g-is-for-generator/
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
So it puts the item into a container and overlays the checkbox on top
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
You can modify the container it generates for each item
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Ok, then why can't you wrap whatever you have inside the item template with something that overlays the checkboxes?
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Does it need to be an ItemsControl or can you subclass ItemsControl and use that?
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Without an actual understanding of what you can or can't do it's hard to suggest something here
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
It all sounds very strange
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
I still dont understand this architecture or why the template cant have the checkboxes
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Conditionally applying is easy, you just show or hide it
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Why
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Idk what that means
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
i.e. Why do you need to do it this way
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Because the reason for that will dictate suitable approaches
53 replies
CC#
Created by Anton on 2/23/2023 in #help
❔ WPF draw over other arbitrary controls
Ok...let's start again. Why can the template not know about the checkboxes?
53 replies