Hello
We have a 30 year old Windows desktop software that we are migrating to Blazor Server with ABP Framework. This old software has a database in which all system data for the software is stored. This includes the database structure definitions, form definitions, authorisations and much more. For the new software, we have written a code generator that uses this data and creates as much new ABP code as possible. The generated partial C# code files are structured according to the system, that there is a main file and one or more ‘sub’ files for the main file. Example: AnlMangager.cs, AnlMangager.g.cs or AnlAppService.cs, AnlAppService.Xxx1.g.cs, AnlAppService.Xxx2.g.cs. All *.g.cs are always newly created by the generator. During creation, however, the main file (e.g. AnlMangager.cs) is checked to see whether the method to be generated already exists. If so, the method is not recreated.
This works very well. The situation is different with the localisation files (en.json, de-DE.json, ...). Unfortunately, these cannot be created according to the above scheme, as the ABP framework does not provide ‘partial’ files for localisation, in the sense of en.json, en.Xxx1.json or de-DE.json, de-DE.Xxx1.json, de-DE.Xxx2.json.
Do you have any idea how I can change the behaviour of the ABP framework so that I can split the localisation files into several files?
Hi!
We use the Blazorise library supplied with the ABP framework.
In the image below with the “Maßnahme” and “Notiz” fields, the colored background of the “Maßnahme” text field does not indicate that this input field is “disabled”. The “Notiz” text field is “not disabled”
Will this problem be fixed in future versions or what can I do to fix this problem?
Hello!
The LeptonX Pro template, which we use with Blazor-Server, wastes a lot of space in the sidebars. This is especially disadvantageous for the mobile view (see screenshot).
What possibilities are there to reduce these margins (see arrows on the screenshot) without having to redo this with an ABP update?
What is the reason for the empty space to the right of the home button?
I have followed the article https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/?view=aspnetcore-7.0&tabs=visual-studio#app-base-path but still the ABP program does not run on the IIS server as a virtual application.
Under VS 2022 it works with IIS Express (except when registering a new user. There it returns to the wrong URL).
Do you have any idea why it does not work on the IIS server?
You can find the test program “BookStore” at: https://powershare.energieag.at/s/CHnNYKdBeNy7Ybo
Password: FKTwN)1bq@=_\3G
Screenshots are in the Screenshot folder.
Hi, in the smartphone view, the line spacing within the fields block is larger than the line spacing between the fields blocks.
Example application: https://powershare.energieag.at/s/C5YiN5ozG9ZrPdT see picture: "Muster Abstand zwischen Fields.png"
Please request access password by e-mail
Hi!
In a Blazor.server project that was created with abp suite, the MainFooterComponent.razor component is created in Components/Layout. However, this is not displayed at runtime. What do I have to do to display the MainFooterComponent.razor from Components/Layout? What do I have to do so that the footer is not displayed on a mobile device?
Download sample project: https://powershare.energieag.at/s/8Sa9ytgm42BsEYg
Please request the password by e-mail
Best regards karl
Please download the sample project: https://powershare.energieag.at/s/BB9MiHWAX5PASPa (Please contact me for the password)
In the example project Enter a country in the Book Store/Authors/New author menu in the example project (e.g. Deutschland)
Sourcecode: Acme.BookStore.Blazor/Pages/Authors.razor
By the way, does not work with either
See page "PageProgress" in the example program under Pages and in the program menu item "Page Progress"
Please contact me for the password for the download
Download Example program: https://powershare.energieag.at/s/RyWLgkao3qnaGzR
I followed these instructions "https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/?view=aspnetcore-7.0&tabs=visual-studio#app-base-path".
Result: All links work but some resources are not loaded
What am I doing wrong?
When creating a Blazor-Server application via "abp suite" (V7.2.1), without any additional code, when starting the created web application, the error below is displayed in the web browser (Edge, Chrome). If I then click on "Reload" the web application is started.