6,969 questions with no answers
Best practices
0
votes
0
replies
18
views
Creating a PDF of webpage
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
WebdriverIO element selector not finding validation error text with xPath - returns false for isExisting() & isDisplayed()
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
Prevent tooltip trigger from receiving focus when tabbing through input field (Svelte + bits-ui)
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
Simplest way to center and fit an image in racket/gui
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
Karate image comparison ignore antialiasing causing index out of bounds exception
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 want to recreate these curves using Flutter
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
How to use pdf.worker.js locally in angular application
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
PyQt6 QTextEdit won't expand as much as it should
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
Implementing a Custom Policy along with Related UI for Keycloak Authorization Server
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
Is there a way to check overflow of the span using just css?
<span *ngIf="!filterExpand && hasAppliedFilters" class="applied-filters">
<span class="single-line-filters" #filtersContainer>
<ng-container *...
0
votes
0
answers
34
views
React-Native - why is the Toolbar imagebackground cutting off the tab button highlight?
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
Passing values from Tkinter GUI to ImageJ macro via PyImageJ in Python without subprocess
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
How to suspend WPF UI refresh in code-behind
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
Installing GTK+ on MAC OS X El Capitan went wrong
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
How to control the amount of items skipped in a ListBox when pressing page up/down?
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
Win32 Mouse Click is observed through Message Queue, but not working
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
Content within foreignObject is not aligned properly inside an SVG
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
How to properly define navigation and tabs in maui app?
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
Why doesn't absolute positioning in Android respect RTL layout direction?
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
How to give Enter and Spacebar keys the same initial focus in a JOptionPane?
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
How would I disable "snapping" of elements when moving them in Scene Builder?
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
How to change system status bar color in android 15 using flutter
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
Enable Ethernet Settings Interface in Android 13?
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
Button not clickable due to overlap with stackpane
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
Keep page focused while combobox is opened
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 ...