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
6 views

install pygobject3 for python3 in windows?

i need to write a python3 program for windows and i want to use gtk+3 for GUI in GNU/Linux i use python3 and pygobject3 and now i cant find any binary version of pygobject3 for windows x86 or x86_64 ...
0
votes
3answers
35 views

Android ProgressDialog showing but progress not updated

I am trying to update the progress bar after creation (both in AsyncTask). The progress dialog shows up and dismisses but not updated, it is always set to 0. Here is my code: public class ...
0
votes
0answers
30 views

WPF - UI Design Process [closed]

I need some help in regards to the UI design process for WPF applications. I am predominately a back end developer. The majority of applications we create are web applications and the process is as ...
0
votes
0answers
7 views

webdav offline client (like dropbox / google drive)

I search client for WebDav serve like Google Drive. At this moment I use NetDrive - it's verry good, but main coin - NetDrive cant sync files with local storage, what do Google Drive. By secure reason ...
0
votes
4answers
33 views

Android: UI Recommendations about Exit button in Applications

Are UI recommendations or guidelines somewhere. I am looking for the recommendation from Google but unfortunately I can't find it. I want to see something like "...do not use exit button in your ...
0
votes
1answer
12 views

Remote access project

Okay, I have been trying to figure out some challenging projects to work on to force me to bring my skills up in Java programming. That being said, I know the basics and then some. I came across an ...
3
votes
0answers
14 views

Testing windows installers

I work at a software company, And we have a product for Windows OS that is installed using a custom installer. We want to have an automated system that will run the installer on a daily basis, make ...
-3
votes
1answer
38 views

How to draw a board with chalky lines?

I need to draw a playing area looks like a board and make lines (drown by chalk) on it (5x5 for instance) in such a way that I will be able to operate with squares. How to accomplish such a task with ...
0
votes
1answer
28 views

Zend Framework 2 - Rich Components - GUI - editable datagrid, datatable, lists, forms, dialogs, tree-views, autocomplete field

Zend Framework 2 has implemented a lot of stuff for all the layers, but like nothing for GUI. I am missings things like datagrids, dialogs, tree-views, autocomplete fields and all the stuff one has in ...
-2
votes
0answers
14 views

Sections/Pages just as Chrome home page [closed]

I am looking to make a web app in Ruby on Rails and I guess I will need jQuery for this. But I am not sure where to start from. I tried searching but no use, so I decided to ask this question here. ...
1
vote
2answers
85 views

c++ best container for class objects

I'm coming from a couple years of experience in java, and I was wondering, what's the best way to store class objects in c++. The basic array doesn't quite have the functionality I need, is there a ...
0
votes
2answers
18 views

Java AWT multiple screens don't show up

I'm working on a task-planning AWT applet for my dev team, and I'm running into a problem. I'm using a screen system, where the main class has a "current screen" variable that it uses to paint other ...
-1
votes
1answer
36 views

Java: Making a editable list of items in a JPanel/JFrame

Sorry, I'm kind of a beginner to GUI interfaces (well, a beginner to java, really), and I was wondering: How does one make a list of items that the user can add items to or remove items from, with the ...
0
votes
0answers
14 views

PySide: action calls another object and opens a new window

I am new to PySide, so my design might be totally wrong. Please point out my mistakes or give suggestions to improve the design. Here is the design: I have created two classes: A and B. Class A is a ...
-1
votes
2answers
29 views

How to add button to title bar?

I am making an android app. I need to add a button to the title bar of an activity. I cannot put it in the action bar because of backward compatibility problems. I searched a lot but couldn't find a ...

1 2 3 4 5 1353
15 30 50 per page