The system through which people interact with a computer. UI stands for User Interface. There's now a Stack Exchange site for UI, Interaction and User Experience design: ux.stackexchange.com

learn more… | top users | synonyms (2)

0
votes
1answer
38 views

Implement slots in derived class - qt4/c++

I'm trying to make the example Communicate (which can be found at the web-tutorial First program in qt4), but in a different way: the buttons 'plus' and 'minus' are not built at the constructor, but ...
1
vote
1answer
29 views

Trying to build Sudoku board in Java Swing. NullPointerException error?

I am working on building the GUI for a java program that will generate and solve sudoku puzzles. The way I am doing it is have 1 main jpanel, with 3x3 jpanels inside it, which have 3x3 jlabels in ...
0
votes
1answer
33 views

use name of a directory as a variable

I have a file thats displayed on a user page in an iframe, but I need the content in this iframe to get the name of the users folder as a variable. to better explain, I have /logins/users/foo/foo.php ...
0
votes
1answer
33 views

how to publish results to pdf in matlab [closed]

enter code hereI want to save my results to a PDF file, but I have an issue, when I press the publish button(I created a gui program with button) a get this error : Error: File: D:\megoldas.m Line: 1 ...
1
vote
1answer
45 views

Making a pause (sleep) in program - does not seem to function properly? [duplicate]

I have a code, where when a user presses a button, a message should display on a text area, and after 2~3 seconds, it should disappear. Thread.sleep(milliseconds) should do this, but it doesn't seem ...
3
votes
2answers
34 views

Tkinter - how do I change the background of a Frame? - Py3.3

I have been creating an Email program using Tkinter, in python 3.3. On various sites I have been seeing that the Frame widget can get a different background using Frame.config(background="color"). ...
0
votes
0answers
15 views

Python: repeated processing from GUI

I want to create a GUI (in wxPython) for my application, which calls subroutines written in Python. The application is something like a toolkit (like PhotoShop) in which a user can apply various ...
0
votes
1answer
39 views

Separating components into classes

I'm creating a "GUI" application, with aim to make a code clear and by separating those "GUI" components into classes (you'll see below what I mean), which for now goes well with menu bar, but I'm ...
0
votes
1answer
20 views

How should a structure a Winforms App that deals with data processing only, not capture

So, the builk of the app will be grid forms, with various tasks associated with rows in a grid, and other tasks that span many different lists, and one or two sundry tasks that create or remove lists. ...
0
votes
0answers
9 views

Is there any GUI or Windowing system providing just a web browser? [closed]

I am looking for a GUI / Windowing System, or anything like that, which can be installed on a linux box, providing a web browser as the only User Interface. For example, a GNOME like Desktop ...
0
votes
1answer
41 views

Read matrix from GUI object

I'm writing a program that performs Gauss elimination, and I want to create a GUI for this. For example, if the user wants to input a 2×2 matrix, I want 4 text boxes to appear in the GUI. My problem ...
0
votes
1answer
19 views

Global Hotkeys UI-control for program settings

In my first MacOS desktop program I need to be able to put my own global hotkeys for certain actions. In many other programs I saw a special UI-control for these purposes, like that: I also want ...
0
votes
0answers
50 views

“unrecognized selector sent to instance” crash

I've got a trouble with UI_USER_INTERFACE_IDIOM() here - (void)viewDidLoad { [super viewDidLoad]; self.footerCommentActivity = self.commentActivity; self.footerNewsActivity = ...
0
votes
0answers
23 views

Clear all graphical object of a certain type

I created a GUI program with MATLAB, with a menu bar and tabs, each containing a plot, a text box, etc. The problem is that when I select a tab from the menu bar and plot something, the axes objects ...
0
votes
1answer
11 views

Any existing script or library that already can handle multiple selections from multiple select box?

I am trying to create a search function where there are 3 select boxes ( tags) which are a) Country b) Region c) City. When you select a country (e.g. Australia), the region select box will be filled ...
2
votes
1answer
18 views

Collapse all trees in jquery checkboxtree

I use jquery checkboxtree and I would like to start tree in collapsed mode. I use this: $(document).ready(function(){ $('#ch_group_menu').checkboxTree(); }); I will tree and all childs ...
0
votes
2answers
26 views

GUI - Display lines one by one on a JTextPane and make a related JProgressBar

How to display lines one by one on a JTextPane and make a related JProgressBar? I have this loop: int k; for (k=0; k<array_TXT.length; k++) { if (array_TXT[k] != null) { ...
0
votes
0answers
24 views

Octave GUI with debugger/profiler

I am looking for a GUI/IDE for Octave with basic support for debugging, like the Matlab editor does (possibility to set breakpoints graphically and to see where the execution point is). Having ...
0
votes
1answer
18 views

Use multiple gui and get data from another gui function in matlab

I want to create a gui program with matlab but i want to use multiple gui. for example I have the main gui function and I want to get data from another gui with edit textbox. In the example below, I ...
0
votes
2answers
32 views

Freezed program after delete record(GUI)

This code: private void btnDeleteRecordActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: try { ...
1
vote
1answer
36 views

Dynamically Generating Content Supporting The JQuery Mobile Theme

I'm trying to generate a header with some heading text, but the JQuery Mobile theme isn't supported in the dynamically content that's added. Same result occurs when anything else is added button, ...
0
votes
0answers
19 views

Is lack of feedback common with Ajax or is it poor implementation? [closed]

I am a back-end developer, but I do use some JavaScript when it can enhance the user experience. However, I find myself cursing a website's use of Ajax at least once a day. Many times, I find that it ...
0
votes
0answers
20 views

Web inter-user chat like facebook or gmail style template [closed]

i am implementing a user web chat like facebook or gmail in my webpage. I am not going to use any framework, only ajax. But i am searching for a good UI design, some design with connected user list, ...
3
votes
1answer
70 views

Which C++ libraries should I use for a large parallel computing number-crunching project exploiting third-party applications

Introduction I want to request a lot of advice on a new programming project I am going to start on my own. I am going to be very precise in what I would like to accomplish and in what my basic ...
3
votes
3answers
40 views

SetWindowText Slow, Win32 C++

I've got a simple application where I'm reading some internal variables and posting them to EditControl's on a menu. Here is a code snippet case 0: SetWindowText(GetDlgItem( gHWnd, ...
2
votes
1answer
33 views

Is there somewhere I can get the typical XML styles from the Android design guides?

This is driving me insane at times, why don't they just provide XML snippets of what they are showing? Example: http://developer.android.com/design/building-blocks/lists.html It'd be nice to just ...
-2
votes
0answers
16 views

how to implement an evernote for iOS 'stack' UI on Android [closed]

Any idea about implimenting an evernote 5 iOS UI(home screen) on Android? In iOS version, you can tap or slide a header to expand that view, with smooth animation between view switchs. here's ...
1
vote
0answers
18 views

BaseX GUI and MongoDB

BaseX focuses on storing, querying, and visualizing large XML and JSON documents and collections. Is there any way to query MongoDB documents and use BaseX visualizing ability?
2
votes
1answer
29 views

How to return to user menu at the end of a function in PowerShell

I am writing a PowerShell script that gives the user a number of options to select from. Once an option is selected, a function is executed and the user is returned back to the original menu. In the ...
1
vote
0answers
25 views

Android+LibGDX - textures gone in Android UI activity only after finishing a Libgdx activity?

My situation is this: I have 3 activities: 2 using Android UIs (shown below) and 1 a Libgdx AndroidApplication I can go back and forth from my 2 menu activities all I want and it is WAI I can go to ...
0
votes
0answers
21 views

jQueryUI - custom handle not working

I know there's a few questions on this, but from what I can see I am doing it correctly. Alas, no joy. //create and append custom resize (SE) handle asset.append($('<button />', {text: ...
0
votes
1answer
19 views

Slicing/Dicing UI Files

Is there a quick/easier way to create the required graphic files for an iOS UI theme (at standard and 2x resolutions) from a PSD such as ...
0
votes
2answers
37 views

How can I create Scroll at Java?

Now I study about GUI (awt&swing) in java. But I don't know how can I make scroll bar. I try to find about that matter but still i don't get it. Could you give me simple explanation and example to ...
-1
votes
0answers
13 views

chai3d-the system cannot find the file specified in chai3d [closed]

i'm trying to run chai3d but everytime try to run it this error comes out: c:\Users\user\Contacts\Desktop\cha3d-2.0.0\examples\msvc9\01-devices\x64\Debug\01-devices.exe. The system cannot find the ...
0
votes
2answers
42 views

JTextArea scrollbar

I have written a Java application that receives information from a server every 10 seconds. I am wanting to display this information on a form. Currently I am using a JTextArea. However, once the ...
0
votes
1answer
16 views

Clicking a Chrome bookmark folder with Applescript

I'm trying to use an applescript that uses UI to click a bookmark folder I have in Google Chrome called "WatchADay", and click the Open All Tabs in New Window button inside that folder. Here is what ...
0
votes
0answers
20 views

jq: how to turn select option field into text input field and back

I want to use one field in two different ways depending on whether the user wants to input data or select from the list. Is it technically possible in jquery?
0
votes
0answers
25 views

Qt Table Widget Vertical & Horizontal Header Becoming Invisible

I've added a table widget to a form and set the vertical and horizontal headers as visible in the property editor. However, they are sometimes invisible during actual execution. If I actually look at ...
-2
votes
1answer
34 views

building a java code on a linux server via a windows

I want to run my java project on a linux server via a windows machine and I'm using WinScp to connect to the server. Since my project has a simple gui, I got this error: "No X11 DISPLAY variable was ...
-2
votes
0answers
20 views

getting jQuery UI to work [closed]

I'm trying to get this jQuery audio player to work ( http://www.theparticlelab.com/building-a-custom-html5-audio-player-with-jquery/ ), but so far no luck. I get it to play, but not to do anything ...
0
votes
1answer
25 views

wxpython TextCtrl color specific part of the text

I'm using wxpython to create GUI with python, now, is there a way to color specific part of the text? Example (using Tkinter): http://i.stack.imgur.com/fGAVA.png Here is my Print function: def ...
0
votes
2answers
32 views

Drawing an Interactive User Interface in WPF

Is there any way to make a user interface in WPF that replicates the following diagram? The idea was to have a control with three possible directions. In this control users could select the ...
1
vote
2answers
23 views

jQuery UI Button Radio is Hard to Select Doing Long Mouse Clicks

We are just building a page with using jQuery UI radio buttons and we realized some strange behavior while doing UI testing. Some of the users have problems activing the radio buttons through ...
1
vote
0answers
38 views

Drawing frequently updated image in Java

I have experience in Java, but not in GUI's. Here is the problem. I have an image (or byte[][]), generated by my system, and I need to frequently redraw it. The image size is about 1500x500, and the ...
2
votes
1answer
95 views

F# System.TypeInitializationException… why?

I'm attempting to make a gui application in F# that uses a dialog box to open a file however whenever I try to use it, the program crashes with that exception here's my code: let openAndDrawChart e = ...
-1
votes
0answers
19 views

Twitter-like cascade UI android library

I'm looking for an android library to make a Twitter-like UI, I'm looking for library like this: https://github.com/futuresimple/CLCascade But for Android Thanks in advance.
0
votes
1answer
17 views

get position of mouse on drop jquery

using jQuery UI to for some drag and drop. I will have to tell if item is dropped outside of a div so I need to get the position of the mouse on stop, but it isn't working the way I had hoped. here ...
0
votes
1answer
16 views

Instagram home page feed

I am looking to make a home page feed like instagram. I have a UITabbar controller conecting all of my tabBars together. I have a Navigation bar at the top of the View. Just like this: ...
0
votes
0answers
8 views

How to implement Windows plugin, to implement new way for scrolling documents?

I think I have great idea about new way for documents/code/web pages scrolling. The truth is, that empty area on scroll bar and up/down buttons are one of the most rarely used parts of window: ...
0
votes
2answers
50 views

Not updating GUI in time

I have a class that updates a GUI element public class UpdateLabelClass { static MainGUI theForm = (MainGUI)Application.OpenForms[0]; Label lblCurProgress = theForm.curProgress; public ...

1 2 3 4 5 401