user-interface Questions

2

Solved

Is it possible to set the console font and font size, as I would with "Edit->GUI preferences", programmatically? What would a function for this look like? I am on windows.
Knott asked 5/2, 2013 at 16:38

1

In web I usually use PerfectPixel chrome extension. It allows just cover page with uploaded design, inverse colors, etc. Any possible ways to test design in React Native?
Handwork asked 16/11, 2016 at 19:48

5

I use Chakra UI and I have several Toast components in my application. They have a blue background color by default since they have status="info". How can I change the background color of...
Ostracoderm asked 11/10, 2021 at 19:19

5

Solved

Im trying to created a nested list using jquery nestable with drag feature disable throughout the list. Below is my html. <div class="dd" id="nestable"> <ol class="dd-list"> <li cl...
Classless asked 28/5, 2017 at 7:17

3

Solved

I'm using Python 2.7.4 and new to Tkinter, and I'm stuck with the following code. I generated an event "test" and set the "data" option with a string, but an error occurred when retrieving it from ...
Externalism asked 4/5, 2013 at 2:19

7

Solved

When I`m adding new elements on vertical layout group and when there is no more place to them vertical layout group starting to expand downstairs. How to make them adding from the top of each other...
Eyla asked 3/4, 2017 at 14:56

4

I posted a question a while ago asking about Tkinter backends and subsequently forgot about it but I've since realised that I'm using the pyqt backend. Is there a fix for that? Original Question:...
Leclerc asked 31/8, 2016 at 10:39

8

i know c and I want to develop applications with GUI for Mac OS. Where do I start?
Combustible asked 30/3, 2010 at 14:29

4

Solved

I've been researching about adding Arabic localisation into our software. I understand that mirroring of some controls is essential, such as the relationship of labels and textboxes: any labe...
Latoyialatreece asked 23/6, 2009 at 1:33

7

Solved

I have a model in my API that has a foreign key to a table with tens of thousands of records. When I browse to that model's detail page in the browsable UI, the page load takes forever because it i...
Ermine asked 3/9, 2013 at 8:42

6

We have an N level (max is probably around 10 or so) nested data structure that basically resembles a folder layout .. Each node at any level is a Mime type of something to show or a URL .. My ...
Labionasal asked 9/10, 2018 at 17:31

3

Solved

Does anyone know if there is already a widget/class to handle expanding/contracting a frame based on a toggled button (checkbutton) in tkinter/ttk? This question stems from my attempt to clean up ...
Ivied asked 30/10, 2012 at 14:34

2

Solved

For now I'm loading them like this: if __name__ == '__main__': app = QApplication(sys.argv) loader = QUiLoader() file = QFile('main.ui') file.open(QFile.ReadOnly) window = loader.load(file) ...
Drucilladrucy asked 22/12, 2014 at 13:7

10

Solved

I would like to store data using google protocol buffers (another serialized format would work, too), and then have an UI to browse that data. Is there a C++ framework/API that would allow me to do...
Marek asked 17/5, 2011 at 14:14

4

Solved

I'm using TailwindCSS for my project, I want to set a default border color, for the normal theme I did this via: module.exports = { mode: "jit", purge: ["{pages,app}/**/*.{jsx,tsx}...
Calamite asked 28/11, 2021 at 11:0

6

I subclass JPanel to overwrite paintComponent(Graphics), I want to draw an image onto jpanel in a jframe. But my image hasn't shown up until I make a change to jframe's size. This is my code: pub...
Marquez asked 17/6, 2012 at 7:58

8

First I'll show you an example of what I am talking about: GUI Example I've been studying Lua for around a week now, and I'm really curious of how I would do this. Basically (for now, and learning...
Distraint asked 5/8, 2013 at 11:2

2

I have an app for which I allow the user to enable 'open at login' via a preference using a launcher app (see https://en.atjason.com/Cocoa/SwiftCocoa_Auto%20Launch%20at%20Login.html). However, when...
Gaultheria asked 5/10, 2017 at 3:30

9

Solved

I want to use asyncio in combination with a tkinter GUI. I am new to asyncio and my understanding of it is not very detailed. The example here starts 10 task when clicking on the first button. The ...

2

Solved

This a somewhat random question, but I wanted to figure out what would be the best tools to create a web app which uses node based connections similar to that of Blender's Shader nodes and Unreal E...
Tetragram asked 8/5, 2022 at 20:33

3

Solved

When I added Tailwind to my React project, it breaks existing styles. I was hoping to just use Tailwind classes (like mb-3) for shortcuts. I didn't expect it to overwrite existing styles, like chan...
Innards asked 17/6, 2022 at 5:5

1

Solved

I have a Blazor Hosted WebAssembly application under .NET8. That means I have a Client, a Server and a Shared projects. Into Server, I have the following controller, which has a loop which triggers...

9

I'm fighting with jQuery jsTree plugin checkbox. Ok, I have find out how to handle events on checking or unchecking checkbox. If its useful I can paste a code: .bind("check_node.jstree", function(...
Absolutely asked 8/11, 2010 at 22:13

5

I'm creating an iOS minesweeper game and want to have a bar at the top with three pieces of information: The high score (next to a trophy symbol) [LEFT] The current time (next to a timer symbol) [...
Leix asked 19/1, 2022 at 18:33

8

Solved

I am creating an app in a flutter in which I need to display an alert dialog. And this is not a dismissible dialog. But when I press the back button on android it is getting dismissed. I have tried...
Retinol asked 5/11, 2018 at 14:45

© 2022 - 2024 — McMap. All rights reserved.