WantToBeeMe
WantToBeeMe
CC#
Created by WantToBeeMe on 2/20/2025 in #help
Where is selectionForeground in avalonia
yea i saw that haha. however, i am to blind to not see that the docs was different from the actual property name
9 replies
CC#
Created by WantToBeeMe on 2/20/2025 in #help
Where is selectionForeground in avalonia
thanks
9 replies
CC#
Created by WantToBeeMe on 2/20/2025 in #help
Where is selectionForeground in avalonia
okay, it does state it wrong on the documentation then haha
9 replies
CC#
Created by WantToBeeMe on 2/20/2025 in #help
Where is selectionForeground in avalonia
you are a genius
9 replies
CC#
Created by WantToBeeMe on 2/20/2025 in #help
Where is selectionForeground in avalonia
omg
9 replies
CC#
Created by WantToBeeMe on 1/29/2025 in #help
How do i restyle the scrollbar, avalonia ui
what is going on here?
3 replies
CC#
Created by WantToBeeMe on 1/29/2025 in #help
How do i restyle the scrollbar, avalonia ui
okay it gets even weirder If you look at this hierarchy, then you see that ScrollBar > Grid > Border
<!-- Works perfectly fine -->
<Style Selector="ScrollBar">
<Setter Property="Background" Value="red" />
</Style>

<!-- Works perfectly fine -->
<Style Selector="ScrollBar /template/ Grid#Root">
<Setter Property="Background" Value="red" />
</Style>

<!-- For some reason does not work anymore O_O -->
<<Style Selector="ScrollBar /template/ Border#VerticalRoot">
<Setter Property="Background" Value="red" />
</Style>
<!-- Works perfectly fine -->
<Style Selector="ScrollBar">
<Setter Property="Background" Value="red" />
</Style>

<!-- Works perfectly fine -->
<Style Selector="ScrollBar /template/ Grid#Root">
<Setter Property="Background" Value="red" />
</Style>

<!-- For some reason does not work anymore O_O -->
<<Style Selector="ScrollBar /template/ Border#VerticalRoot">
<Setter Property="Background" Value="red" />
</Style>
3 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
thanks a lot
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
aha yes okay, that makes a lot of sence
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
I keep saying backend, but idk if its really backend. Its just the business logic that has nothing to do with the actual GUI framework
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
nope
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
does that mean we can keep the backend code? or do we have to duplicate the backend code. Since that is what i am a bit affraid of
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
haha, yea no i am not even going to try. I am probably the only one in the next 5 years that is dealing with this issue
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
Yea, however, the problem a bit is that my computer is not so strong, and so running 2 editors is... anoying.... lol Or constantly swapping between branch/version/repo is also anoying And also, its also the entire backend that i want to keep
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
which would be fair enough btw
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
so in short, you are saying it is impossible to accomplish what i want here, unless if i would make my own modifications of some sorts to the editor like plugins or something?
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
The same project. Together in to 1 project (but that is temporary)
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
No description
26 replies
CC#
Created by WantToBeeMe on 12/13/2024 in #help
From WPF to Avalonia
Just for extra info. The red error lines, and the yellow warning lines are all fake. The project builds just fine and it all works
26 replies
CC#
Created by WantToBeeMe on 9/26/2024 in #help
✅ Weird .net error that comes out of nowhere when i start up my project
the thing is, This error pops up whenever I load the project in rider So i diditn even ran the code, and yet for some unknow reason it still executes this line of code?? but also in the most weirdest directory
7 replies