MorganIGuess
MorganIGuess
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
And by this logic I think it should get me to delete specific notes even when another note has the same string in its name
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
I think I'm going to try to do this, because even if I do use contains only one specific note is going to have for example the number "1"
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Note viewmodels? When you come back could you explain that a bit
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
I was confused about the view model part until I saw this I think you're asking the type the notes are and in that case it would be observablecollection<string>
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Observable collection<string>
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Sorry
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Strings
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
It contains all the visible items which are the notes if that's what you're asking
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
The mainviewmodel is where I store the observable collection, which are the notes
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Yes
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
So if the Id helps make the note actually exist in the list so I can delete it then I will implement this
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
The command changes the observable property of the color to the chosen color, which then I can use that observable color to bind to the background color property
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
I need to make them be in the list
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
But the problem is, the notes I make aren't in the list before deleting
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
The colors are stored in the command When a user clicks on a color box it changes their note background color This background color is then stored in the mainpage's UI in each item of the collection view
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Theirs is a task app but similar to mine I guess
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
I made my own color functions
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Yeah I did that for myself
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Let me try to understand
218 replies
CC#
Created by MorganIGuess on 7/2/2024 in #help
MVVM How to make observablecollection<string> always contain a string
Ah wait
218 replies