4,583 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
72
views
How to disable the row highlighting. The selected row styling is 'masking' the custom colors/styles of the grid row
I have been able to customize the row colors of my PX grid (in a Custom Form) using the Page_Load method, however, when the row is 'selected' in the Grid, the color of the selected row is 'masked'.
Is ...
1
vote
0
answers
67
views
Now Acumatica has removed FSARTRan (in 2025 R2)
I’m trying to test some customizations in the new 2025 R2 Beta.
Unfortunately, one of them requires a lookup in FSARTran -- which no longer exists.
The developer notes list it as a Removed Table (and ...
-2
votes
1
answer
149
views
How to show timestamp only on Zsh prompt immediately after running a command, not before?
I want to customize my zsh prompt so that when I open the terminal, it shows a normal prompt without a timestamp, like:
ABIR~ ❯
When I type a command (for example, ls), the prompt still shows no ...
0
votes
0
answers
24
views
Chakra UI: Is there a way to do theming with data from a database? #10112
I am looking to set up custom themes for different customers in the same app. I am using extendTheme for the base theme at the moment, but the recommended usage is to create its own file where that ...
0
votes
0
answers
11
views
In summary table with multiple period, how to insert blank row to break the summarize result of each period
When we work on summary table of study exposure with multiple treatment periods, we prepare the summary result of each period and then rbind the result into one.However, we want to insert blank row ...
2
votes
1
answer
78
views
ASP.NET XML Docs with implied 'summary' tag
I want my ASP.NET (C#) project to show the XML docs comments in Swagger UI. This is working but I also want there to be an implicit <summary> tag on my comments.
E.g. I want this to work
/// ...
0
votes
1
answer
1k
views
oh-my-posh windows terminal first time installation issues & solution
I was customizing my Windows Terminal for my new PC from scratch. I ran into a couple of issues installing oh-my-posh, first from this 3rd party tutorial and later when following the official docs.
...
0
votes
1
answer
111
views
Python Tkinter Change Colour of Tile Bar [closed]
Most applications have a customised title bar, take VSC for example:
Vsc title bar
See all the button and custom colour. All I want to do is change the colour to any colour, not just black like in ...
0
votes
0
answers
629
views
How to set windows custom performance options via GPO or powershell script for all users?
I wanted to apply these exact setting for windows performance options as in screen shot via AD GPO or a powershell script for all users on the machine both existing and new users. I could not this ...
0
votes
1
answer
64
views
How to override REST Service in springboot
I have a project named customer written in spring boot, and another maven project named customer-customization adds the customer project as a dependency and uses it. My goal: To change the rest ...
0
votes
1
answer
484
views
How to Fully Customize Azure APIM Developer Portal. Looking for Detailed Resources
I've been trying to customize the Azure API Management (APIM) developer portal, but I'm struggling to find detailed resources. Most of the available materials, including the official documentation (...
0
votes
0
answers
115
views
Microsoft Office Ribbon Custom Tabs not working
We have a Office (M365 Apps for Enterprise) Environment.
Usually I was deploying simple Ribbon customizations for Word with the "Word.OfficeUI" file under C:\users\bla\AppData\Roaming\...
0
votes
1
answer
193
views
Ag-Grid side bar column names uses fixed headerName string, how to customize?
We are using AgGrid in our (new) Angular single page application.
I run into the following problem with the headerName in the sidebar:
For the table header, we use a custom component to translate the ...
2
votes
2
answers
184
views
.NET 9 Maui How to Dynamically Change the Text Color of a RadioButton Based on Its Selection State
I am trying to customize the appearance of a RadioButton in .NET MAUI, with the goal of dynamically changing the text color based on its selection state (Checked/Unchecked) and using the button's ...
0
votes
0
answers
121
views
How to Customize Lock Screen on Android Using Kotlin?
I'm working on an Android app and want to Customize Lock Screen UI using Kotlin. I’ve tried using the KeyguardManager API, but I’m not able to change the lock screen background or add widgets.
What I’...