Top "User-interface" questions

User Interface (UI) is the system through which people interact with a computer.

Detecting Webview Error and Show Message

I'd like to show an error message when there is an error loading a webview page (No connection). This is …

android user-interface error-handling webview
How to get value from jQuery UI slider?

I am working on http://gamercity.info/ymusic/. And I am using UI slider as seek bar. While the video …

javascript jquery user-interface jquery-ui jquery-ui-slider
refresh JFrame after adding new Components

I want to add some new Components to my JFrame during runtime when a button is pressed. This works so …

java user-interface jframe
How to set default text for a Tkinter Entry widget

How do I set the default text for a Tkinter Entry widget in the constructor? I checked the documentation, but …

python python-2.7 user-interface tkinter
creating a strikethrough text?

Can I create a strikethrough text in Android, I mean adding a special value in the TextView tag that can …

android user-interface
How to crop circular area from bitmap in Android

I have a bitmap and I want to crop a circular region from this bitmap. All pixels outside the circle …

android android-layout user-interface graphics
How to build native C++ apps with HTML/CSS UI?

Is it possible to develop a C++ program while using HTML and CSS for the user interface? I know about …

c++ html css user-interface desktop-application
Disabling a Button in JavaFX

In Swing, we can disable a button like this: JButton start = new JButton("Start"); start.setEnabled(false); Is there anyway …

java user-interface javafx
Setting the Style property of a WPF Label in code?

In App.xaml, I have the following code: <Application.Resources> <Style x:Key="LabelTemplate" TargetType="{x:Type …

c# wpf user-interface label
How to display a progress indicator in pure C/C++ (cout/printf)?

I'm writing a console program in C++ to download a large file. I have known the file size, and I …

c++ c user-interface c++11 io