Gerardo Buenrostro González

Results 75 comments of Gerardo Buenrostro González

Thanks for the help, but It seems that Microcharts have no newer versions and it seems that there is not going to be a next one. I changed to OxyPlot...

The thing is that with svg.Skia I cannot set the size. It just overflows the space. :/

I made a workaround by calculating the scale, but I don't fully like it. row.RelativeItem().Height(40).Canvas((canvas, size) => { var svg = new SKSvg(); svg.Load(File.OpenRead("Imagenes/Image.svg")); canvas.Scale(size.Height/svg.Model.CullRect.Height); canvas.DrawPicture(svg.Picture); });

Thanks! It did work that way! I found out that a text was wraping but had no space. Now I can see the trace. But it doesn't make sense... Here...

@MarcinZiabek thanks for the explanation. Yes, there is an AutoItem. ``` column.Item().Row(row => { row.ConstantItem(50).Column(col => { col.Item().Text("Asesor:"); col.Item().Text("Número:"); }); row.AutoItem().Column(col => { col.Item().DebugPointer("asesor").Text($"{Encabezado.Asesor}").Bold(); col.Item().DebugPointer("numerocta").Text($"{Encabezado.NumeroCuenta}").Bold(); }); }); ``` Maybe there...

I'm curious if this exists.

That sounds complicated o_Ô

Something like this drawing? ![image](https://user-images.githubusercontent.com/5615323/175649960-ef7f579b-d4b0-4250-9b69-49db95a534f7.png)

Any way of using mask in mat-input without using a third party library? It would be nice to use a currency mask based on the currency pipe and the LocaleID...

It happened to me while installing Visual Studio Community and Microsoft Teams.