Tagged Questions

3
votes
6answers
128 views

Is there any command to update UI immediately?

I want to update a progress bar from running 1 to 100 with this code. for (int i = 0; i <= 100; i++) { System.Threading.Thread.Sleep(100); progressBar1.Value = i; } B …
0
votes
2answers
38 views

Very basic WPF layout question

Hi All, <StackPanel> <GroupBox> <StackPanel Orientation="Horizontal"> <ListBox></ListBox> …
0
votes
2answers
20 views

placing widget in listbox/dropdown in gwt

hi, i am using gwt to build my web site. i would like to create a dropdown/listbox that contains no just text but also images, meaning that in the drop down there will be a what …
0
votes
1answer
24 views

Slider control in Android…is SeekBar really my best/only option?

I'm using SeekBar as a slider because I can't find anything else, but I have to do so much hacky work because it doesn't allow me to set a minimum value or go in between ints. So, …
6
votes
6answers
106 views

Tooltips in the era of touch

Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that …
1
vote
4answers
67 views

Is a Download class a bad candidate for immutability?

I have a class that i use to do downloads. The class is observable and i use it as a swing UI model object too. However it is too slow, both to start (from the http handshaking i p …
0
votes
1answer
24 views

Android empty list layout

Android empty list layout Whatever I do, I can't get the empty tag to display. Inside my tabs, I've got: <LinearLayout android:id="@+id/thisParticularTab" android:orientation= …
0
votes
6answers
103 views

Interface hierarchy design pattern?

I'm in the early stages of developing a C++ multi platform (mobile) application which has a graphical user interface. I'm trying to find a good way of abstracting the actual UI/win …
-1
votes
3answers
91 views

What is the rationale behind Most-Recent-Order for tab switching?

I can't understand the reasoning behind Most-Recent-Order (how Windows sorts windows when switching via Alt+Tab) when used for tab/window/document/task switching. The way Firefox d …
0
votes
1answer
20 views

Visually wrap/cycle items around in WPF container?

I have a WPF/C# situation where I have a horizontal list of items and the user can navigate forward and backward through the list. Assuming the list has 5 items, below are three m …
2
votes
4answers
68 views

Master-Detail GUI in .net

This type of UIs are frequently displayed in various web-Sites and .net books. Are these types of User-Interfaces acceptable and/or popular in commercial and/or customized Busin …
0
votes
1answer
24 views

jquery ui tabs problem

hi good people, been a while I have had my hands full with a cold but I came back to a problem we never found an answer to, it the homepage of a site I am workin and I said that m …
19
votes
19answers
759 views

Re-learning CSS the right way

I am a programmer doing web development for over two years now. Even though I’ve been doing front end engineering for the past two years I don’t think I have done it the right way …
0
votes
1answer
42 views

jQuery UI modal dialog not blocking

I am new to javascript and jQuery. I am trying to implement a modal dialog using jQuery UI widgets. The modal dialog shows up correctly with OK and Cancel buttons, but the dialog( …
77
votes
61answers
6k views

Why is good UI design so hard for some Developers?

Some of us just have a hard time with the softer aspects of UI design (myself especially). Are "back-end coders" doomed to only design business logic and data layers? Is there so …

1 2 3 4 5 40 next
15 30 50 per page