Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
18 views

i have one audit module which i need to implement in which i have to create one pdf of single webpage, pdf should consist 5 pages which devides my webpage (there is seperator lines in ui of that ...
0 votes
0 answers
23 views

I am testing a web UI using WebdriverIO, specifically an email send form. This test must ensure that the error helper text (like "email required") are displayed when submitting the form ...
0 votes
0 answers
46 views

I’m designing an input component with a small indicator icon that shows a tooltip (with feedback for the user). The tooltip can be opened by pressing ?, F1, or hovering over the icon, and closed with ...
1 vote
0 answers
35 views

I'm writing an image processing application where I need to present to the user two images, side-by-side, in such a way that they will fit and be centered on the screen, regardless of their actual ...
1 vote
0 answers
37 views

When attempting to compare two images in karate via the compareImage keyword (or karate.compareImage() function) with the ignoreAntialiasing option set to true like so: Background: Setup * def ...
1 vote
0 answers
122 views

I’m new to Flutter and trying to replicate a design that has curved shapes with categories displayed along the curve . I’ve tried using ClipPath, but I haven’t been able to get the bottom arc to match ...
0 votes
0 answers
53 views

I am trying to render the pdf report in the Ui using angular 14. This working fine in some environments. But in some environments it is blocked by the firewall. Currently it is loading the internet. ...
0 votes
0 answers
63 views

I am trying to create a UI that resembles OpenAI's, where code and markdown snippets follow each other and markdown and the code are parsed/syntax highlighted accordingly. I've been using PyQt6 and my ...
3 votes
0 answers
177 views

For a project, I am utilizing the Keycloak authorization server version 23.0.4 to manage access control for my services. My goal is to regulate user access based on Users, Roles, and also a bespoke ...
0 votes
0 answers
71 views

<span *ngIf="!filterExpand && hasAppliedFilters" class="applied-filters"> <span class="single-line-filters" #filtersContainer> <ng-container *...
0 votes
0 answers
34 views

I am trying to make a simple app tabbar where the selected tab is highlighted with a pill highlight image. The image works but as you can see in the image the bottom of the pill is cutoff. import { ...
0 votes
0 answers
80 views

I'm trying to pass the selection_variable.get() to the args dict for the run_macro function below such that the Mag variable in the counter_macro (in java for ImageJ) changes to that selection ...
0 votes
0 answers
78 views

I built a rather complex UserControl based on a DataGrid. I would like to show or hide specific columns from the view model via an EventAggregator. It works fine, but it is quite slow (I have more ...
1 vote
0 answers
443 views

I am still new to C programming, but I think that I can handle all major parts of it as pointers, functions, arrays... . Now I am looking forward for GUI programming. I want something that can handle ...
2 votes
0 answers
77 views

I have a Win32 ListBox populated with a varying number of items. What I've noticed is that when trying to skip a couple of items with the PgUp/PgDn keys, the amount of items skipped is a lot greater ...
0 votes
0 answers
99 views

I am making a Win32 app. In this, there are two windows - the top one is transparent, and the bottom one is normal. I am trying to achieve this effect: When the click happens on the top transparent ...
2 votes
0 answers
93 views

I have a component which renders an SVG. I want the consumer of this component to be able to provide any template and (x, y) coordinates that can be displayed inside my SVG component. I am using ...
0 votes
0 answers
33 views

I want to accomplish the following navigations in an Android app written in .net maui. I don't know if I'm using the right approach to navigation and therefore I'm asking for help because: the back ...
0 votes
0 answers
35 views

I'm experimenting with the multilingual support in my Android application. Specifically, I want to support both LTR and RTL layouts. I created a basic test app where UI elements are absolutely ...
0 votes
0 answers
58 views

I have two buttons and a checkbox within a JOptionPane. When I first open the window, the space bar has the checkbox selected, and the enter key has the OK button selected. Weirdly if I tab the two ...
2 votes
0 answers
87 views

I'm designing a UI in JavaFx and I'm using Scene Builder to do so, but I can't move any elements with precision due to the uncontrollable "snapping" of moving elements in scene builder which ...
1 vote
0 answers
152 views

this is my code to change system status bar color void systemUiConfig({ Color statusBarColor = Colors.white, Color navigationColor = Colors.white, Brightness statusBarIcon = Brightness.dark, ...
0 votes
0 answers
156 views

My device is using Android 13, SDK 33. I want to enable Ethernet Settings interface on the device screen. I am looking for solutions and will integrate it into the source and then rebuild the images. ...
0 votes
0 answers
90 views

I am trying to create a pane containing a label and having various buttons on its border. I am new to JavaFx and I do not know if the way I used is the best, however I doubt it since I encounter a ...
0 votes
0 answers
40 views

I'm using a vaadin combobox that is set to be open on page load, so users can see all the options when they are logged in. However, because the combobox is opened they have to click the page twice to ...

1
2 3 4 5
140