The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
30 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
14 views

Code::Blocks beginner issue with UI design

I am new to C::B and wxWidgets. I've tried to create a simple screen like this: But I get this when it's run: I have changed a few properties like the following but I'm not sure if this was the ...
1
vote
1answer
49 views

Web Page Design - Horizontal scrolling or not?

I'm developing my first web based (browser based) application and it has a number of data entry forms and display forms. Many of these forms display a somewhat large amount of data. I initially ...
0
votes
0answers
25 views

Image shrinking not observed

Please find below design and case of my problem <div style="padding-top:20px;padding-left:25px"> <div style="float:left"> <asp:Image runat="server" ...
0
votes
1answer
122 views

WinForms UI design: displaying controls for only currently viewed hierarchy level

I am attempting to create a WinForms application which allows the user to display and edit data stored in a MSSQL database. The data being altered is hierarchical, and within a single level of the ...
1
vote
1answer
91 views

Is there an IDE with a GUI designer for Perl? [duplicate]

Can anyone suggest me a easy to use Perl language IDE with GUI designing support for Ubuntu.
0
votes
2answers
65 views

How to specify a range of valid values in a Java GUI

I am creating an IMDB application which displays and organizes movies found on you computer (by looking up the metadata via an IMDB API). In my search panel I want to give the user the option of ...
5
votes
1answer
217 views

Gtk conversion to html

In order to have a OS with a uniform interface, allowing better mutual interoperabilities, I'm looking for a way to build a system in which all interface would be in html5. For example, starting from ...
2
votes
1answer
188 views

Add line below tabs in ActionBar

After a lot of looking here and there I am posting this problem that I am facing on SO. Basically I have an Action bar with a tabbed layout. Below is a snapshot of how it looks now : And here is ...
5
votes
4answers
370 views

Mobile App development - Orientation , Resolution and Width/Height

Apple site says iPhone 5 Display is 1136-by-640-pixel resolution at 326 ppi. Generally resolution is practically spelled (Width x Height). In iphone5 case we know 1136 is height and 640 is width when ...
-1
votes
1answer
113 views

Merge Two TreeView for Better UX [closed]

I am working on a UI design which has two tree view components to show data hierarchy. Each tree shows same data but has two different functionalities. I felt showing them in such a way will confuse ...
0
votes
2answers
84 views

ui layout design stuck here

I have two text-view with two colors "qwer tyu iopasd fgh jkl zxcv bnm" and "123456789" I want to like to design the text view one after for example next to the "qwer tyu iopasd fgh jkl zxcv ...
0
votes
1answer
137 views

Rich Text Editor--Issue in creating and maintaining bullet list

I have created bullet list in my rich edit control, but i am facing below issue which i m trying to tell you in a sequence. press bullet button to generate bullet. Bullet list/paragraph will start ...
1
vote
1answer
91 views

Web page design - number of pages and user experience

I am just starting a project and the wireframes are ready. But looking at the wireframes it seems that the primary goal was to reduce the number of pages and to include maximum functionality in to a ...
2
votes
1answer
190 views

Android: Standard icons android.R.drawable with other color

Most of the standard icons of Android in android.R.drawable are gray in color. I want to use them in other color, that match to my app colors. And I don't want to create copy of these icons and paint ...
5
votes
2answers
1k views

how to use android color swatches

In the Design Page of Android Developers Site is a category about colors. Color | Android Developers There are good looking colors and they kindly provide a download link for the color swatches. I ...
0
votes
2answers
305 views

how to show buttons in bottom of the tablelayout?

I have download sample tablelayout source code it's working fine. I am trying to show four image button in bottom of the table layout but still it,s not working. Current image: expecting image ...
1
vote
2answers
354 views

Is mandatory to use retina image in iphone apps?

I have developed a application with non retina images. While submitting the icon and screenshots in iTunes connect we have to provide retina (2x)images. Whether it is mandatory to include 2x images ...
-2
votes
1answer
75 views

Tweet button in Navigation Bar

Is it against any iOS Interface guidelines to have a custom button in the Navigation Bar? I have a tweet button with a twitter icon on the right of the navigation bar. Just wanted to confirm. Thanks.
0
votes
1answer
51 views

What type of images will i choose for phonegap app development to get best result in all devices.

I want to use such an image that will load fast in all small or big android devices. In small device it will load fast. In big device the image quality will be good. In such case, what size or type ...
0
votes
1answer
609 views

How well can a MS Access form be themed?

In around 12 months I intend providing my users with a web-based business management system (our corporate infrastructure will take that long to be ready). As a stepping stone, an MS Access solution ...
-1
votes
1answer
112 views

Dynamic content change for images

I am working on a web site project and not good at design as much as needed. I have a requirement of creating an image as it is on Now this is a .gif image and it has a changeable text.At first I ...
0
votes
1answer
1k views

Push to refresh on android as in gmail (and not pull to refresh like on iphone)

There have been many requests for a push to refresh widget or library on android, even if some people consider it's not such a good ui pattern (I must say I belong to this camp). But what about "pull ...
0
votes
1answer
142 views

iPad User Interface Design Suggestions [closed]

I am writing my first native iPad app and I have a general UI question. I am horrible at user interface design and I'm looking for general guidance on what to use for my layout. Specifically I have ...
1
vote
3answers
181 views

What XAML control should I use to keep all child elements within its borders in WPF?

I'm having a UI design issue, this is what I want the contents of my app window to shrink to fit the smallest dimension of the window. Using the XAML below, when the window is too narrow the contents ...
1
vote
3answers
366 views

UI design of a ListView editor

I need some way to edit an item in my multi-line ListView - and it's just two text fields that need editing. What would be the best way, design-wise, go about this? I feel that a whole new activity ...
1
vote
3answers
248 views

Android-layout does not work properly

I'm using file main.xml to design UI in Android. I don't know why the last TextView (id: ImageDescription) doesn't work. If I delete ImageView tag, the last TextView will work again. Here is my ...
2
votes
2answers
489 views

Volume Control element in WPF [closed]

I think this question goes more to all UI designers ;-) I want to make a WPFelement that looks like a volume control knob on a hifi amplifier. To get a better expresion of what I am talking about take ...
0
votes
1answer
261 views

How to create an embossed button in objective c

I think it's called embossed button.. Is it possible to make one from code? I mean like the "Sign Up for Facebook" button in the Facebook iPhone app logging screen. I know three20 have something like ...
3
votes
2answers
276 views

Android UI Design Idea [closed]

I have been working on android for the last 6 months. I wonder why UI Design is done in "dp"s. It would be great if its mentioned in "%" instead of dp's. What i meant to say is assuming total width ...
1
vote
3answers
121 views

Question on Fluid Web design

There are 2 ways in which we can implement a fluid design (one that would adjust itself to the screen size on which it is viewed on); Approach 1: We can just use the available browser size (or ...
2
votes
3answers
595 views

WP7 alternative to tabs

I have a mobile app. On the two major smartphone platforms, I employ tabbed UI - there are 3-4 screens with pretty much independent functionality, they exchange info very occasionally, most of the ...
1
vote
1answer
86 views

GUI design: disabling labels?

I couldn't find anything useful on the net to this question: Is it generally a good idea to disable labels on GUIs (forms etc.) or is it considered a blooper? I'm not talking about HTML ...
0
votes
1answer
73 views

Suggest ways to design UI screen to generate XML

What is the best way to design an UI for generating an XML? In our case, it is possible for the XML generated to have small number of attributes,but this is not certain. The XML file may grow to ...
1
vote
3answers
933 views

Android tabs vs. landscape orientation

I have a tab-based Android app. Currently, it does not support landscape mode - the one and only activity swallows all orientation changes. Now, a user asks that I support landscape for the sake of ...
1
vote
3answers
126 views

How to design an about me page in an iphone app?

I am about to release a free iphone application that is targeted for all ages. My main menu contains an "About" button. How would I design my about me page? Putting it part of the main menu is the way ...
-1
votes
2answers
100 views

Is there something like that in Android? [closed]

Is there any way that I can do something like this on Android. I need to make something like the notification on second tab.
0
votes
1answer
34 views

can any one tell me the details about below displayed control?can i arrange images on this?

can any one tell me the details about below displayed control?can i arrange images on this? Hi all, may i know the name of below displayed control. how can create this. can i able to arrange ...
1
vote
2answers
832 views

Need to display this 25 images in an view(any view) with a scroll functionality

I have 25 images in my array.so i need to display this 25 images in an view(any view) with a scroll functionality. However view will show the images as 5 rows. Each row need to hold 5 images. ...
0
votes
1answer
50 views

What techniques are used for limiting lists to active items except when an inactive item needs to be included for historical purposes?

For example, let's say I have 3 possible project statuses, Open Closed Inactive Let's pretend I've created two projects, one with a status of "Open" and the other with status of "Inactive." Then, ...
0
votes
1answer
596 views

iPhone UI Design for Navigation Controller - buttons moving down

I created a navigation controller based app. The view that opens up below the nvigation bar has a UIImageView and a bunch of 'detail disclosure' buttons on top of te uiimage for navigation purposes as ...
0
votes
1answer
824 views

Most efficient way to implement Dashboard UI pattern?

I want to do the Dashboard pattern. I currently do this for each home button: <FrameLayout android:layout_weight="1" android:focusable="true" android:onClick="onHomeButtonClicked" ...
0
votes
2answers
256 views

Best user interface for selecting a number on an iPhone?

This is a question about good UI design for an iPhone app. It feels like a really easy / obvious question but I'm really struggling to find good examples of this done elsewhere so I'll go ahead and ...
0
votes
2answers
171 views

iPhone UI design to go [closed]

Does anyone know of something that will let me design or at least sketch out iPhone interfaces on the go? I'm at school about 6 hours of the day, and that's when I get the best ideas, and need to ...
1
vote
2answers
308 views

Perform UI updates in a loop

I am working on a mobile application UI that has a panel with momentum (for smooth scrolling) and I am currently updating the UI durring the smooth scrolling by using the following code: private void ...
0
votes
1answer
95 views

Help with designing a form

I want to use a TreeView and design a form similar to the following image: Details: user select item group from treeview (treeview content checkbox). After check each group from treeview items in ...
11
votes
3answers
249 views

What UI design makes sense when the userbase is obsessed with spreadsheets

In the first iteration of the software I am working on, we wrote tons of js to simulate an excel spreadsheet like experience. Now the users are not happy with the amount of scrolling they have to do. ...
1
vote
5answers
55 views

What should I do if a user types an unrecognized city?

I'm trying to develop an easy way for users to enter addresses. I've got a database of postal codes and cities already, so if a user enters his street address and postal code, I can (usually) ...
5
votes
2answers
376 views

What is this control? Group Box or Not!

Just curious about the control shown below, the straight line with label beside it. I tried to find a similar control for it but there was none nor any group box setting, so instead I just made a ...
0
votes
2answers
40 views

Cities, Municipalities, or Settlements?

I'm trying to build a form that lets a user enter an address as easily as possible. The way I had it before is you would choose a country, and then a list of provinces/states is populated, you ...

1 2