TPoint75
banner
tpoint75.bsky.social
TPoint75
@tpoint75.bsky.social
GeForce Season
November 19, 2025 at 7:08 PM
Really? One bug was fixed? (and some stupid AI Stufe bla bla..)
November 12, 2025 at 8:14 PM
Nice fancy stuff, that nobody needs. No costumer ever ask for that. Ok, Windows Placement could be useful, if I don't need to code it by myself.
No basic missing ui elements link splitters, tables, numberBoxes with si unit stupport.
October 3, 2025 at 6:20 AM
I meant the decimal numberbox feature.. But I saw, it seems so..
August 22, 2025 at 4:50 AM
Will it in the release version of 1.8?
August 21, 2025 at 4:24 AM
Was ist eigentlich aus der Sommeroffensive geworden? Kommt die noch, ist die schon da oder..?
June 28, 2025 at 6:11 AM
Nie wieder Groko! 😉
February 23, 2025 at 7:56 PM
Ändert sonst geht's dir gut?
February 20, 2025 at 6:08 AM
Na nicht, da sie Union da umkippt..
January 4, 2025 at 9:49 PM
Als ob sich jemals jemand über ihre Politik Gedanken gemacht hätte. Sie war doch nur ein gern gesehenen Opfer, was man wegen ihres Gewichts fertig machen konnte. Hat das solche Auswüchse bei Altmaier oder Kohl gesehen? Fehlender Anstand in der Politik, darüber sollten Sie mal nachdenken..
December 23, 2024 at 8:03 AM
Am other thing is, that I had to make a splitter for resizing the content panels by my self. And NumberBox is not usable with big ranges of numbers. 1e12 displayed as 1000000000000 is.. But I like Winui3 and got a fast chart manged in Win2D.
December 12, 2024 at 8:50 PM
Thank you, I have a big textblock. But wrapping words seems to break it.
For the log, I made a solution with a lot of trextblocks with single lines. That's faster, but you can't select and copy only a single line. That the only way to get multi coloring working fast enough.
December 12, 2024 at 8:45 PM
Is it, because i append a Run?
Documents::Run r;
r.Text(L"Hello World");
tb.Inlines().Append(r);
December 11, 2024 at 7:51 AM
tb.TextAlignment(TextAlignment::Left);
tb.TextWrapping(TextWrapping::Wrap);
tb.Text(to_hstring(headerText));
tb.FontSize(static_cast<double>(fontSize));
tb.FontWeight(Windows::UI::Text::FontWeights::Bold());
tb.Margin(ThicknessHelper::FromLengths(0, 15, 0, 5));
sp.Children().Append(tb);
December 11, 2024 at 7:43 AM
Nice! I never found these debug settings..

I wrote an md2 to flyout wrapper.
Why this will not getting green?

StackPanel sp;
sp.HorizontalAlignment(HorizontalAlignment::Stretch);
TextBlock tb;
December 11, 2024 at 7:43 AM
What else?
December 10, 2024 at 5:41 AM
Same time, the xaml compiler generates similar code and the rasterize engine will render it on the same batch.
December 10, 2024 at 5:34 AM