user-interface Questions
6
I am facing this
Exception :
FlutterError (RenderViewport does not support returning intrinsic
dimensions. Calculating the intrinsic dimensions would require
instantiating every child of the viewp...
Ioneionesco asked 4/3, 2022 at 13:1
3
Solved
I have a simple a Kivy interface that also uses the terminal.
Example code:
import kivy
kivy.require('1.0.6')
from kivy.app import App
from kivy.uix.label import Label
class MyApp(App):
def ...
Cherise asked 12/5, 2018 at 17:7
1
Is there any UI similar to Etherscan or Ganache UI for debugging Hardhat transactions?
Agneta asked 29/5, 2022 at 3:18
1
I have been fideling with the Apple Watch and swiftUI for a while now and I'm facing a bit of an issue.
I'm hopping to access the Digital Crown rotation values without having the indicator show up ...
Commendam asked 24/2, 2021 at 23:10
7
Solved
Is there a way to selectively change the width of the Activity Bar in VSCode (v. 1.14)? I have a 1366×768 screen where every pixel counts, so I would like to make this bar narrow and icons smaller,...
Commensurable asked 12/7, 2017 at 4:3
1
I have an Angular 4 app with navigation using the Router from @angular/router
The navigation structure is fairly simple, consisting of:
/products
/products/:productId
/products/:productId/edit-de...
Trumaine asked 18/12, 2017 at 12:51
3
Solved
How to create Custom Timelime in flutter like bellow:
This is the code i have tried so far:
IntrinsicHeight(
child: Row(
children: [
Container(
width: 8.w,
height: double.infinity,
decoratio...
Dahlgren asked 29/4, 2024 at 13:26
4
Solved
is it possible to create a tabbed interface using just css, no javascript?
I mean to be able to switch the tabs using css/html, without javascript. Maybe with CSS 3.0?
the markup would be somethin...
Godsend asked 8/2, 2011 at 19:27
2
Solved
I have a SwiftUI ToolBar with 4 buttons, however the code I implemented is not correct because the buttons end up in weird places when changing the device type in simulator.
Even worse, when viewed...
Uintathere asked 5/2, 2021 at 22:4
3
Solved
We have installed Keycloak Latest version[20.0.3] into the VM.
With the help of kc shell script trying to start the Keycloak
./kc.sh start --http-enabled true --hostname <IP-ADDRESS>
Up to h...
Naze asked 25/1, 2023 at 9:46
8
Solved
I created a database main.db in flutter, located at the ApplicationDocumentsDirectory.path. This worked without any problem.
But for easier maintanance and not always having to create an SQL-State...
Unders asked 23/7, 2019 at 7:37
4
Solved
I am looking for a way to select multiple items within a JList by just clicking each item.
The normal way to do this is to hold the command/ctrl key and then click.
I think it would be more intui...
Patric asked 8/3, 2010 at 20:36
2
I want to use date picker to select my date, I saw a good style in Reminder,
How do I obtain the style using NSDatePicker. Thanks for helping!
Xylotomy asked 16/10, 2014 at 1:19
6
Solved
I am having a peculiar problem with the order in which FlowLayoutPanels are added in to the form's controls property. This is what I tried,
I added 7 FlowLayoutPanels in to a C# window application...
Cottier asked 11/11, 2008 at 10:12
2
I was reading the response in the link below and ran into 'screen units' but I couldn't find what exactly was referred to by 'screen units' in Jim Denney's response. I know they are not pixels.
How...
Lodie asked 20/1, 2017 at 23:24
26
Solved
I have a few elements in a RelativeView with the align bottom attribute set, when the soft keyboard comes up the elements are hidden by the soft keyboard.
I would like them to move up so that if t...
Monochromatic asked 27/12, 2009 at 0:40
6
Solved
Hi there I'm new to GUIs in Java and was trying to make a splash screen or an image appear for 3 seconds. Then after that it it will go onto my main program. Does anyone have an ideas how to do thi...
Acuff asked 21/4, 2013 at 18:14
10
Solved
WPF doesn't provide the ability to have a window that allows resize but doesn't have maximize or minimize buttons. I'd like to able to make such a window so I can have resizable dialog boxes.
I'm ...
Extrabold asked 4/12, 2008 at 4:51
3
Solved
So I have a TMenuItem attached to a TAction on a TPopupMenu for a TDBGrid (actually 3rd party, but you get the idea). Based on the selected row in the grid, the TAction is enabled or disabled. What...
Plosive asked 22/1, 2009 at 20:37
4
I am currently writing a GUI in python using Tkinter where the user is able to save the state of the GUI in their directory with the extension ".espace".
filename = tkFileDialog.asksaveasfilename(...
Edwyna asked 18/4, 2013 at 17:38
5
Solved
My question is similar to a question previously posted but never really answered here:
Disable GUI, graphics devices in R
I do not like the R tcltk popups for CRAN mirror selection. They also pop...
Carnegie asked 15/9, 2011 at 11:59
2
Solved
In intellij 2023 new UI Beta, is it not possible to use the back navigation arrow icon that existed in the toolbar before?
Quintero asked 24/2, 2023 at 8:7
34
Solved
What is the difference between the units of measure
px, dip, dp, and sp?
Mireyamiriam asked 8/1, 2010 at 3:23
4
I'm attempting to create new tables and add new columns to an existing MySQL 8 database. I'd like to use DBeaver GUI for this task. Creating the new connection with the MySQL 8+ driver, I'm able to...
Serried asked 18/7, 2020 at 3:45
10
Solved
Are there any GUIs for fossil?
I've been getting used to the idea of source control for solo projects, and having an interface for the commands in fossil would help.
Something simple that helps b...
Banyan asked 25/1, 2010 at 21:28
© 2022 - 2025 — McMap. All rights reserved.