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
1answer
21 views
Matlab GUI pushbutton
I created a GUI with many pushbuttons. I name a push button "Refresh". What I want to do is when I hit this button, update the variables of the workspace in the central matlab window by running a ...
0
votes
0answers
16 views
c# wanting multiple ui threads but getting cross-reference errors instead
i'm still very new at c#, threads and forms. i'm writing a small data acquistion program. it has two threads: the main ui thread and a sensor polling/logging/charting thread. when the user clicks the ...
0
votes
0answers
54 views
How to access GUI from another thread
What I am trying to accomplish is setting a text field from another thread. my program has a button and when i click it a new thread start running and gets something from a socket afterwards I want to ...
0
votes
0answers
12 views
AVL TREE GUI ERROR?
I try to implements an AVL tree on JPanel. At first I got it Right, but there are some mistakes.
example :
if I insert 1,2,3,4,5,6,7,8,9,10
it become like
--------------------------------------4---
...
-3
votes
2answers
28 views
whai is the difference of writing css selectors like p .classname{} and .classname p{}?
for eg., my css class name is "target"
p .target{color:red;font-size:18px};
.target p{color:red;font-size:18px};
which one work and how it behaves to rendering HTML doc.
0
votes
1answer
51 views
What language/tools should I learn and use? (for specific task) [closed]
I'm almost completely new to programming (I've only made rudimentary maths programs in Python) so I would like to approach learning to program properly. In order to get proper advice, you need to know ...
0
votes
0answers
24 views
How to execute simple python script by double-clicking in Windows7? [migrated]
Im a newbie in python and i know that this question been asked for a lot of times but i want to be a bit more specific.
So, my system is Win7, python ver.3.3 and im using PyQt 4.10.1 to create a ...
-1
votes
0answers
19 views
Pros and cons of asynchronous UIs [closed]
Asynchronous UIs seem like a really nice thing. But being fairly un-experienced, I'm wondering:
What are some of the pros and cons of async user interfaces? What are some of the questions I should ...
-1
votes
3answers
27 views
Create Silver UITabbar like Apple Music App?
So I really want to implement a silver tab bar like the Apple Music app. I'm unsure about how to do it, specifically the silver look and feel.
Any help is much appreciated!
-5
votes
1answer
31 views
Using Swing GUI for NetBeans to Set Background of a JFrame from a Resource
My friend and I are working together to write a Java program, and I am taking on the task of designing the GUI. Our GUI requires a background image for the JFrame, and the image needs to be able to ...
1
vote
1answer
38 views
Implementing a log viewer with WPF
I seek advice for the best approach to implement a console-log viewer with WPF.
It should match the following criteria:
fast scrolling with 100.000+ lines
Some entries (like stacktraces) should be ...
0
votes
3answers
65 views
What control is Apple using here? (screenshot included) UIButton? UITableViewCell? Something else? [duplicate]
This is a really stupid but very simple question. I know it is. Please don't tell me that I should have googled first. I did, a lot. I just need someone to point me in the right direction and I can ...
0
votes
0answers
9 views
Touch Spinwheel using Sencha Touch 2
I am trying to use sencha touch 2 to create a touch dial (like an old ipod spinwheel). How would I go about doing so via sencha touch API's? or do I have to implement it myself via java (android) / ...
0
votes
1answer
20 views
Equivalent of JPanel in JFace?
In Swing, it was east to create a nice looking GUI display window thanks to the ability to add JPanels to JFrames and keep everything nice and organized.
I'm working in JFace now, and after looking ...
-2
votes
1answer
22 views
Netbeans 7.3 Java web Application [closed]
I want to create a Web Application with GUI support with netbeans 7.3 but I didnt find "Java Web Application" in 'Choose Project' Menu, there are 4 types of projects are listed
1- Java
2- Java FX
...
0
votes
2answers
40 views
Disable StackPanel Highlighting in XAML
I have found very little information about this matter. Know that I am a newbie to C# and WPF:
I have a stack panel defined in a XAML file as such :
<StackPanel Orientation="Vertical" >
...
2
votes
1answer
25 views
Display equations and special characters in Matlab GUI textbox
I want to write Greek characters and equations in textbox (Static Text) of Matlab GUI. Is it possible to write? I tried Latex $\eta { x }^{ 2 }+c$ but nothing changes. It displays the same.
0
votes
0answers
2 views
Request for a user directed Crystal Reports front end
We have a request to design a front end that will be used by the user, to create their own crystal reports. Does Crystal Reports provide this capability - passing the fields needed and then create ...
0
votes
1answer
49 views
Make JPanel draggable
I extended the toolbar on a mac using a JPanel (see image), but the part that is the actualy toolbar (not the JPanel) is the only part that you can click and drag. How do I allow the user to click and ...
-1
votes
1answer
15 views
Display height live during resize
I'm trying to display the current height of a div inside that div and it should update during resize.
Jquery UI
$(function() {
$( ".event" ).resizable({
grid: 10,
minWidth: 250,
...
-1
votes
0answers
8 views
How to start Debian installation mirror selection with countries [closed]
When installing Debian, a list of mirror is proposed. How to go to take menu once the server is installed ?
0
votes
1answer
10 views
mouseMoved event stopping when mouse is down
I have implemented a custom NSView (marked as ) and am able to get mouseUp:, mouseDown: and mouseMoved: events. To this I have acceptsFirstResponder returning YES, and also call the following in ...
0
votes
1answer
42 views
adding multiple elements to a usercontrol? [closed]
I tried adding components such as more bools, textboxes and comboboxes. as per the bottom of the code. but the layout is bad. I want this to be presented in a nice neat way for user to update values ...
0
votes
1answer
17 views
Preferred UI element to display list filters on Android?
I want the user to be filter a List of Items that is shown in a listview by category, for example red, blue, green..
On iOS there is an element that shows items (such as the categories red, blue and ...
0
votes
0answers
10 views
Android hardwareAccelerated glitches
I have problem with android:hardwareAccelerated
When I set:
android:hardwareAccelerated="false"
Nexus 4 hasn't got UI glitches but other devices have
but when I set:
...
0
votes
0answers
20 views
GUI Library for Microcontrollers on Linux platform
I have been working with a lpc1788 (Cortex M3) evaluation board. For some application developement I used a GUI library/tool by Segger, called emWin. Though I have completed the applicatiopn ...
0
votes
1answer
28 views
Unable to connect signal to a function inside main()
I am aware that to use the signals and slots mechanism of Qt inside a class, the class must include the Q_OBJECT macro, but I am attempting to use signals and slots in main(), without using any class.
...
2
votes
1answer
42 views
Best Approach to UI Development with Perl [closed]
There are several Perl scripts which are used daily in my team. The back end is an Oracle 11g database.
Perl scripts read data from the database and do business processing and then generate the ...
2
votes
4answers
67 views
GUI testing tool for Java based application [closed]
Requirements:
Maximum coverage
free license would be a big advantage
compatibility with different frameworks
it should work on old JVM (starting from Java 3).
What could you recommend me please?
0
votes
1answer
16 views
Free Flow Android Game working?
If you have played this game, you'd know that you have to join two different circles with same colors.
I have observed following process:
When you touch a circle & move(drag), a line is drawn ...
0
votes
2answers
46 views
Populating a table in a GUI with MVC architecture
I have re-structured my GUI according to the MVC pattern, but I am not sure how to populate a JTable in my view. So far, my code is:
VIEW:
public class GUIview extends JFrame {
...
// set Table ...
0
votes
0answers
10 views
New palette components with contextual edition in the Design view
I have created and inserted a new palette component into the Netbeans Design view's palette.
I have seen that some basic Swing component have a contextual action "Edit Text" that allows to edit the ...
1
vote
1answer
17 views
jQuery Mobile Fast Radio Buttons
Another topic on the much discussed issue of button responsiveness when web apps are used on mobile devices.
I am listening for the touchend event to trigger a radio button being pressed. This solves ...
0
votes
2answers
34 views
How do I create a JComboBox loop so the same combobox will appear multiple times?
Im trying to create a loop to create this JComboBox multiple times on the page. Any idea why this isnt working?
String[] numbers = {"1","2","3","4","5","6","7","8","9","10"};
...
2
votes
1answer
21 views
Uitable set callback to column name
I have a uitable in MATLAB and currently I have callback functions to every cell.
I have been trying for a while now to set a callback to the column and row name, but with no success. More ...
0
votes
0answers
12 views
jquery ui droppable - need a way to react on incorrect draggable being dropped
I have a jsFiddle with Droppable1 accepting Draggable1 and Droppable2 accepting Draggable2. It uses a handler and is set to revert on invalid.
However, I'd like the droppables to react on attempt to ...
0
votes
0answers
7 views
Can the default Helptext Icon be changed to a different image within ADF?
I'm working with ADF (Oracle 11g). Whenever a page element is given a value for the "helpTopicId" attribute, that element will render a blue circle with a '?' inside of it that will display the ...
0
votes
0answers
27 views
What gives best performance for PhoneGap mobile apps.. use jQuery mobile or not [closed]
So, I have build a few jQuery mobile apps so far. Early ones were really simple so having multiple pages in one index.html file was not a problem, the app was responsive and looked good.
As I have ...
0
votes
1answer
18 views
Switching back and forth between windows XCode interfaces
I am having a very difficult time switching between forms in Cocoa interfaces. From my initial form and its delegate, I can hide the initial window then load and display the second window with all ...
0
votes
1answer
49 views
C# Constructor throwing error
I am writing a program to clean up some database records. I created a GUI to be able to both search the records and to edit them (there are over 100,000 records). I created a Record object with 5 ...
-1
votes
1answer
30 views
Is there a name for the dimmed background behind a modal dialog? [closed]
I'm a little fuzzy on the proper terms related to modal dialogs. There's the box itself that contains the content you read or interact with this (I believe this would be called the modal ...
-3
votes
2answers
28 views
Is there any GUI tool that produces Itext code? [closed]
I'm using itext to make a pdf on android, but designing the layout is tedious and takes so much time, is there any tool to build a layout graphically and transforms that to itext code?
0
votes
0answers
8 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 ...
1
vote
1answer
21 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) | ...
-2
votes
0answers
38 views
connect and sharing data between two different .fig GUI (at MATLAB)
I have created two GUIs; one to function as a transmitter, the other to function as receiver.
Q1: How can I send a string from the transmitter to the receiver upon pressing send? The string should ...
1
vote
1answer
54 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 ...
2
votes
1answer
18 views
iOS moving navbar arrow [duplicate]
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 ...
-3
votes
0answers
37 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 ...
0
votes
1answer
45 views
storing multiple controls and update radio button values?
What am doing here is; making a UI to update values visually, will add more support for other types too. Possibly all types.
updateIcons this function is called everytime the controller is loaded, and ...
-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 ...


