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
2
votes
7answers
1k views
Properties Table in Java
I need a table that displays properties and allows their values to be changed. Similar to the Netbeans properties windows for the GUI editor. Does anyone know of any existing classes or libraries. I'd ...
2
votes
1answer
16 views
iOS moving navbar arrow
Does anyone know how to make this UI component (using Objective-C)?
The component I am talking about is the small arrow that moves when the user selects a different menu item.
I am not sure what ...
2
votes
1answer
30 views
how to strip off the hash fragment from URL when user scrolls away?
I have a page with many tiny boxes all reachable using the URL's #hashFragment
Now, I want to try to set up a script that strips off the hash from the URL, when user continues the navigation (for ...
2
votes
0answers
14 views
How to remove a “document” in MongoDB using MongoVUE?
I'm trying to remove an object on my mongodb using mongovue, but I keep getting the following error. Please help and let me know what I'm doing wrong?
I right click on the document, hit 'Remove', and ...
2
votes
1answer
252 views
Symfony2 Class UserInterface does not exist
I'm making a customer case management system with Symfony 2.1 and I've stumbled on this weird problem I'm unable to resolve. For some reason when I do the showAction with CustomerCaseController, I get ...
1
vote
2answers
8k views
Change resize behavior in Qt layouts
I want my custom widgets to gain extra space when the dialog is resized. This was working when I only had a handful of widgets, but after adding several more columns of these same widgets and putting ...
1
vote
2answers
2k views
Custom Landscape/portrait view
I would like to have my buttons arranged a specific way for my portrait view and and different way for my landscape view. I would also like to be able to add things to my landscape view that might now ...
1
vote
2answers
3k views
the facebook apps secure canvas URL
I have some question about the facebook apps secure canvas URL.
For the facebook apps secure canvas URL or secure page tab URL, does it require a specific kind of SSL Certificates, or any kind of ...
1
vote
2answers
556 views
Drawing interactive elements for a Node-Based-Interface with C#
NOTE: this question is not about using some premade libarys, so it's propably not a dublicate of Implementing a node-based graphical interface?
I'm trying to make a Node-Based-Interface like ...
1
vote
1answer
46 views
Qt using C++ or PyQT; which is mostly preffered for todays linux based embedded application development?
I spent few days to find out few open source application development libraries/tools for linux based embedded devices. I would like to know which one is mostly preferred in the industry. I understood ...
1
vote
0answers
26 views
PYQT is it possible to connect a listener to an image I printed?
I'm making a map with senors looking like this:
The sensors in the code are a class on themselves 'MapNode' and are drawn on the map by the following method:
def drawMapNode(self, painter, ...
0
votes
2answers
5k views
Android - Get ListView item height?
Is there a way to get ListViewItem height in code, when there is no actual items in list?
My ListViewItem layout:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
4answers
65 views
Swing vs JavaFx for desktop applications
I have a very big program that is currently using swt. The program can be run on both windows, mac and linux, and it is a big desktop application with many elements.
Now swt being somewhat old I would ...
0
votes
2answers
258 views
Writing Main method issue. Java GUI Lists
I can't figure out how to write a code for the main method, so that I would be able to store the selections of Months made by user in the String[] stringValues. This is my class ...
0
votes
1answer
38 views
C++ WINAPI window visibliity toggling code
How do I toggle between having a button or a window back and forth between being visible and not visible, I can't find the code that fits the problem.. I'm using CreateWindowEx to make the window. I ...
0
votes
1answer
99 views
How to close GROWL Message on click anywhere on the message? (JSF,Primefaces)
I need to close the growl messages in my UI, if the user clicks anywhere on the message.
That is required, because the close button of the default growl messages in Primefaces is difficult to find ...
0
votes
1answer
425 views
No background image being displayed on Galaxy Nexus (ONLY)?
Very peculiar problem here, Simply the background image asset will display fine on ALL phones except the Galaxy Nexus (or i have found so far)
Find below the gallery of the app in multiple different ...
0
votes
2answers
578 views
How to achieve this window style in WinForms?
This is a screen shot from GIMP:
There's a regular window header on the left and a smaller, more compact window type on the right. It's something I see from time to time in programs. How can I ...
0
votes
1answer
21 views
Thread.Join never returns in FormClosing event if using Invoke method in worker thread [duplicate]
I am writing an application using multithread. The application basically has a UI and a thread doing some work in the background and updating the UI. When I close the form, In the formclosing event, I ...
0
votes
3answers
48 views
What to use for Web backend development? Perl? PHP? [closed]
I'm looking to setup a pretty advanced web-based interface for a B2B application. I'm looking for a backend language to generate templates for the front end, pass the JSON data back and forth, etc.
I ...
0
votes
2answers
70 views
Discard | Done pattern how to correctly implement in conjunction with the Back button?
I have been an Android user for more than 3 years already and I am used to enter into a screen (Activity), change some settings and press back. The changes are saved automatically.
Now I am devoping ...
0
votes
1answer
124 views
Caliburn Micro Capture Mouse Position
I am new to Caliburn Micro and trying to capture mouse position whenever left button is up on a Viewport3D control.
Using this in XAML;
cal:Message.Attach="[Event MouseLeftButtonUp] = [Action ...
0
votes
1answer
4k views
How to make a part of Chrome “always on top”? [closed]
I was wondering if i could change some things in my chrome with an extension, so when i press..
1) the windows button + D
2) or the minimize button
3) or the "Show Desktop" button in windows 7
..a ...
0
votes
2answers
21 views
JavaFx Working with threads and GUI
I have a problem while working with JavaFx and Threads. Basically I have two options. Working with Tasks or Perform.runLater. As I understand Perform.runLater should be used for simple/short tasks, ...
0
votes
1answer
34 views
How do I respond to user if I have no internet connection?
I am trying to write the code that would read a JSONArray but there is a possibility that the internet server is down and the device is not able to connect or then there is no internet connection on ...
0
votes
1answer
74 views
Set jQuery slider value dynamically
How can I set slider value dynamically?
Here is my current code:
$( "#slider-range-max" ).slider({
range: "max",
min: 1,
max:61,
step: 1,
slide: function( event, ui ) {
var val = ...
0
votes
0answers
4 views
Little win32 gui scroll control example
i'm pretty new to windows gui programming( based in c/c++ ).I already did some windows with functional buttons and inputs.
(I intentionally did not used the visual studio because i want to learn doing ...
0
votes
1answer
10 views
How do I set the order of a Grid using GUI Layout Toolbox for MatLab?
I'm trying to create a simple grid for a GUI within MatLab where I want a static text and then an editable box as an input like so:
+-----------------------+---------------+
| Name 1 (1) | ...
0
votes
1answer
31 views
Java multiple GUI windows creation
I have made a simple GUI using a GridLayout(5,3) , it is action performed and it implements action listener as well. The are some calculation and algorithms that working according to what inputs or ...
0
votes
1answer
32 views
storing multiple controls and update radio button values?
in the code below, I generate those groupboxes and radiobuttons at runtime. But now I noticed rb_CheckedChanged doesn't seem to listen, and figured its the controls and such. Now I need to somehow ...
0
votes
2answers
37 views
Best C# UI component for displaying entities and its relationships
I am creating a UI rich application in C# forms (.net 4.5) for managing/displaying family tree. I tried using many already available products. But none of the free products available have the feature ...
0
votes
1answer
16 views
How to keep UIMenuController Visible on Orientation change in
I have intialized UIMenuController by sharedMenuController Method. I have added MenuItems in Menu and display UIMenuController on LongPress event. Now the issue I am facing is If i change the ...
0
votes
0answers
3 views
JavaFX 2.0 TabPane : Tabs at left and keep tab header horizontal
I'm trying to develop a GUI for a web application and I wanted to set a TabPane with tabs placed at left keeping the tab headers horizontal.
I already found how to place the tabs at left, but after ...
0
votes
0answers
29 views
Android non standard navigation design
Hi to all.
I need to implement this kind of navigation in my app. I don't have a clue from where to start. Can somebody point me to right direction?
0
votes
1answer
19 views
How would I create a windowless app using python on Ubuntu 12.10?
I've spent literally all day on google, stackoverflow, and many other sites trying to find a way to implement a windowless app using python, to no avail. I'm familiar with python and have been using ...
0
votes
1answer
28 views
how to update a listbox in one window in one class using a different class python
what i have is a window that opens up and it has a list box. this is created using one class. when i click the search button and results are found using a different class, i want the list box to ...
0
votes
2answers
13 views
Workflow clearification on OSGi Servlet and HTML UI
I need some clearification on the Workflow with OSGi Servlets and HTML Frontend. I am an old school HTML and Javascript programmer and new to all this OSGi, Ajax and JQuery stuff. I am working on an ...
0
votes
1answer
29 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
4answers
193 views
where can i download wxPython? i have Ubuntu
I have Ubuntu, and i tried to download the GUI wxPython from synaptic (the name of the package is python-wxgtk 2.6), but it doesn't work.
Someone knows a way to download it from the terminal or in any ...
0
votes
3answers
58 views
How to create a personalized user interface for iPad app? [closed]
I'm trying to create an application for the iPad but I would like to create a user interface with different styles and controls to those offered in xcode. I would like to create something with an ...
-1
votes
0answers
5 views
How to design scroll in a handless-ui framework in windows?
Two choice:
1) create a dc/canvas for the widget need to scroll. If scrolled, just copy from the scrolled orign point to the parent dc.
2) use clip + translate. clip the viewport area, translate ...
-1
votes
0answers
51 views
Header files required for medical calculator? [closed]
I'm familiar with making a regular calculator in C++ for example:
#include <iostream>
#include <string>
#include <math.h>
I'm making a gui medical calculator, what ...
-1
votes
1answer
30 views
Android Application Designing in photoshop for all devices
I am new to android application UI designs.Actually i want to know how to start application design for android in Photoshop?how to manage the screen resolution?.Please advice for design in ...
-1
votes
1answer
51 views
Any Cross-Platform C++ GUI toolkit that doesn't use the Signal-and-Slot model? [closed]
I am not very comfortable with the signal-and-slot system which is employed by the Qt and
GTK+ toolkits.
Can anyone suggest me any Cross-Platform C++ GUI toolkit(s) which is active and reliable and ...
-2
votes
0answers
5 views
connect and sharing data between two different .fig GUI (at MATLAB)
i create two GUIs function (transmitter and receiver).
my first question: i need to send from transmitter to receiver, a string written in edit text at transmitter and show (when press send ...
-2
votes
0answers
10 views
Please Help me: GUI in MATLAB
i create two GUIs function (transmitter and receiver), i need to send from transmitter to receiver, a string written in edit text at transmitter and show (when press send button) the string in other ...
-2
votes
1answer
22 views
How to create a ftp downloader gui with python and wget? [closed]
I just want to know if how am i going to create a ftp/http downloader using python and wget. Python for the gui and wget for the downloading process. And how will i combine them to create the gui.
...
-2
votes
2answers
178 views
Drop down list with user input [closed]
We are learning about GUI and creating our program.
In my program I would want to add a dropdown list with choices for names, there is a set of names given already but i would want to have an option ...
-3
votes
0answers
28 views
How to create mac apps with stunning user interface? [closed]
I have been learning xCode and it's great but the user interface of apps created is plain (standard apple app interface). What can be done to achieve beautiful user interface. Do I need to get some ...
-4
votes
1answer
24 views
what is difference between photoshop “PX” and android “DP” [duplicate]
I am confused difference between photoshop "PX" and android "DP" ?how to sync between these values.?



