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
-1
votes
0answers
10 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 ...
0
votes
0answers
5 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
11 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
10 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
14 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
17 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
29 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
9 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
35 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
9 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
13 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
19 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
18 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
77 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
13 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:
...
0
votes
2answers
48 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 ...
0
votes
1answer
14 views
Scilab - calling another GUI within a GUI. Functions not working
I'm quite new to scilab, I have created two GUIs (see example below), with script 2 being called from script 1. However the function in script 2 don't seem to work. Can anyone help?
Script 1
...
0
votes
0answers
26 views
how to control the background image size of a radio button?
I have radio buttons with apperance set to buttons. I added background images. Now the clicked effect is not obvious because the background is kind of on top of the button without being affected.
I ...
0
votes
1answer
29 views
Match text content and apply style
I have some parts of text that I want to have custom styles applied to:
<span class="filename">ExportFileName_datefollows_%1$tY.txt<span/>
I'm wondering if (A) I can select the %1$tY ...
0
votes
0answers
11 views
wxPython - py2exe - exe file old window
I'm using py2exe to convert my GUI application made using wxPython to a standalone single exe file. This is what i'm using in setup.py:
from distutils.core import setup
import py2exe
includes = []
...
-1
votes
1answer
10 views
GUI interface: match Part to Suppliers
Working on auto-parts/suppliers database.
At some point of process user enters requested Parts into form.
And then he would like to see Suppliers, who might deliver these parts.
Which GUI design is ...
1
vote
2answers
41 views
Boolean var has different value then query filling it?
Alright guys, I'm absolutely speechless. I am building a GUI with the vaadin framework, but that shouldn't matter for the problem. Heres my Code:
private final boolean readOnly = ...
-3
votes
1answer
42 views
Which is better library for creating gui in python? [closed]
I am planning to create good dashboard desplay using python. Which graphical user interface is better for that?
Os : Ubuntu 11.10
-2
votes
5answers
40 views
Java Simple Layout [closed]
What is the best library to use in Java for a simple layout.
Here is an image of what I am wanting to have on the form.
I am looking for the most simplest layout library, that also has good ...
3
votes
1answer
43 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
2answers
18 views
Make final <li> in list span remaining container width?
I have several <li> elements in an unordered list. All but the last <li> have a JS/dynamically assigned width. I want the final <li> width to take up the remaining space, ...
0
votes
2answers
23 views
ViewPager skip views on return leaving blank
I'm making an app with 4 main Views. I want that all of them stay on a LIST menu on top (That's ok for now).
Using Fragments, I have the ability to change the view without actualy going to other ...
0
votes
1answer
41 views
How to store user input in a 2D array?
So I have this GUI application that is supposed to calculate shipping costs. First I need to enter the number of packages that is being shipped (already done), then choose package # from a ...
2
votes
1answer
22 views
100% tall <li> elements without using position:absolute trick?
I want to have a simple HTML layout with several <li> elements inline, each of which has a height:100%
I have used the following CSS trick to accomplish this:
position:absolute;
top:0;
...
-2
votes
0answers
24 views
Any one has open source of GUI designed in Java Swing to share? [closed]
Without using GUI builder or other tools, just pure coding i would like to see code and architecture organization.
Thanks in advance!
-1
votes
0answers
55 views
Decimal points in java GUI calculator and other questions [closed]
The calculator runs as it is, but I have a problem getting decimal points to work for my calculator, I have no idea how to do it, everywhere I look has something different. I also need the number and ...
1
vote
0answers
23 views
Python - GUI2EXE - AttributeError: 'module' object has no attribute 'Popen'
I use Python 2.7 and py2exe and recently I downloaded gui2exe latest version (5.3). But when I try to execute the 'gui2exe.py' file, it gives me an error:
AttributeError: 'module' object has no ...
-1
votes
0answers
17 views
how to bound enum values to buttons/icons?
So if well look at this part of my code,where am displaying enum properties in a table for users to edit them.
I want to change this display to make it more visual,display each value as a button with ...
0
votes
1answer
21 views
Eliminating repeating code in python
I'm trying to create a GUI in with PyQt4, I initially used QT designer to get my overall layout done and then modify the code afterwards. What I have noticed is that there is a lot of repeating code ...
0
votes
1answer
27 views
Text align right with icon menu action bar sherlock
I've a problem with menu option. I'm using action bar sherlock, when i'm clicking the option menu, the text align on the left side.
I want my text of option menu align on right side with a icon first. ...
2
votes
4answers
34 views
Load UIButton After UIView Loads
I have a set of buttons displayed in the center of a UIViewController. To give the effect that the buttons are popping/appearing on the view one after the other when the view loads I am trying to ...
0
votes
1answer
55 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 ...
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)?
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 ...
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 ...
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, ...
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 ...

