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
0answers
13 views

Web inter-user chat like facebook or gmail style template

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
38 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
0answers
8 views

my facebook like freeze [closed]

hi all i want to ask about my facebook =. i don't know why my facebook can't show more stories can't chat. can't upadate status, can't search people. i can log in but i can't do nothing. when i click ...
3
votes
3answers
26 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
25 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 ...
-1
votes
0answers
12 views

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

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
13 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?
0
votes
1answer
19 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
13 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
17 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
18 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
30 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
10 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
37 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
10 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
15 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
14 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
30 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
0answers
19 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
28 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
17 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
35 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
82 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
15 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
14 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
7 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: ...
3
votes
2answers
44 views

Convert png images to 9 patch in Android Studio

In android studio,you can edit 9 patches directly from with the IDE. But is it also possible to convert an png image to 9-patch using the IDE? (similar to the android 9-patch tool provided by the ...
0
votes
1answer
57 views

C# sometimes freezing form when running a thread

I mentioned in an other question, that I'm working on an ffmpeg-parser with progressbar and so on. The following problem is not 100% reproduceable. When I convert a video file with my program the ...
0
votes
1answer
132 views

User - Group - Permission User Interface design for ASP.NET MVC

New at ASP.NET MVC. I am looking for some UI design ideas not entirely specific to MVC. There is probably not an exact answer but here is what I have started. There would need to be a page with 3 ...
1
vote
1answer
81 views

how to keep GUIs from overlapping in Java

I am trying to create a Java 7 address book using Eclipse and when I test run the JFrame, JLabels aren't visible and JButtons overlap. (Buttons will take up the whole JFrame) For example ...
1
vote
2answers
1k views

How to style PopupMenu?

is it possible to change pop-up menu style from default black text on white background to dark background without applying style to the whole activity (which breaks my UI)?
4
votes
3answers
1k views

Are there default icons in PyQt/PySide?

I'm reading a tutorial on PySide and I was thinking , do I need to find my own icons for every thing or is there some way to use some built in icons . That way I wouldn't need to find an entire new ...
9
votes
1answer
1k views

Simple GUI Toolkits For Use With Clojure

The long and short of this question is which GUI tool kits create very simple UIs and are easy to use work with Clojure? Here are further details to narrow down my question. I want to create very ...
16
votes
2answers
9k views

Android dialog number picker

Is there any tested and usable component we can use to show "Count selector" like this? Our target is to get it working from API v7 . (Taken from DatePickerDialog)
2
votes
5answers
2k views

css font issue in internet explorer

I am using following code in CSS to render fonts, but it is not working in IE @font-face{font-family: BELOVED; src: url('font/BELOVED.TTF');} any suggestions?
13
votes
4answers
12k views

How can I check if a view is visible or not in Android?

I set sameting to invisible like this on Android: myImageView.setVisibility(View.INVISIBLE); And then visible like this: myImageView.setVisibility(View.VISIBLE); I don't know if myImageView is ...
3
votes
5answers
3k views

What are some good UX books? [closed]

I am interesting in creating a better User Experience (UX). There are a lot of books out there, what are some that would be useful to a software engineer?
2
votes
6answers
2k views

C + GUI + Mac OS

i know c and I want to develop applications with GUI for Mac OS. Where do I start?
9
votes
3answers
4k views

How does the event dispatch thread work?

With the help of people on stackoverflow I was able to get the following working code of the simples GUI countdown (it just displays a window counting down seconds). My main problem with this code is ...
1
vote
4answers
858 views

object doesn't support this action in IE6 with jQuery

For some reason the following line of javascript is giving me an error object doesn't support this action in IE6: item = ui.item.get(0); Any ideas? I'm completely lost.
396
votes
16answers
174k views

Git GUI client for Linux [closed]

Which is the best gui client on Linux for Git. Update: After checking out all of the GUIs mentioned here, git cola seems to work well for committing/pushing gitk seem to work the best for ...
8
votes
6answers
11k views

Making plot in Qt

I need to implement some plot like that or that in my app , it can be even something similar. I made a search on Qt web site with no progress , and i saw Qwt package but nothing similar there . Any ...
3
votes
7answers
8k views

Design a GUI for a J2ME app

How do I create a J2ME app for cellphones with a GUI similar to the menus you see in Java games? I've tried MIDlets with Netbeans but they only show you one GUI element at a time. (textbox, choice, ...
191
votes
19answers
135k views

How to update the GUI from another thread in C#?

What is the simplest way to update a label from another thread? My problem I have a winform(thread1) From thread1 I'm starting another thread (thread2). While thread2 is processing some files, I ...
10
votes
4answers
13k views

Android Activity with no GUI

I have created a activity that is only meant to be launched from a link (using a intent filter.) I do not want this activity to have a GUI - I just want it to start a service and put a notification in ...
11
votes
19answers
670 views

How can I think like a user?

We're neck deep in a project right now, schedules are tight (but reasonable). Our general strategy is to get a strong beta done, release it for testing, and get feedback from our testers. Quite ...
73
votes
30answers
34k views

What program should I use to mock up GUIs? [closed]

I want to mockup a GUI system so that I can figure out how best to represent what I need. Normally, I would design a GUI in something like glade and then write a quick mockup in Python which ...
6
votes
6answers
1k views

Most elegant UI for categorizing items?

I have a collection of items that the user needs to group/categorize in several ways. For the sake of an example, let's say it's a collection of cars and the user wants to categorize them in the ...

1 2 3 4 5 400