I need a way to get a (content) MovieClip within a (container) MovieClip to be scrollable using a scrollbar.
Flash AS2 Components
ScrollArea - Can only scroll externally loaded SWFs.
UIScrollBar - Can only scroll TextFields.
How to scroll an internal MovieClip?
...
I ask about the pattern, not framework. This is kind of follow-up to a question on UI auto-generation.
Do you believe in the concept of UI auto-generation from metadata?
What kind of problems can be approached this way?
The question arose when I've created a small library to support my student projects, which generates interactive CL...
I'm currently working on a program that has many of those "the user SHOULD read it but he'll click OK like a stupid monkey" dialogs... So I was thinking of adding something like a captcha in order to avoid click-without thinking...
My ideas were:
Randomly change buttons
Randomly position buttons somewhere on the form
The user must cli...
I have been support a web app that is used by a user base who's age range if from 40-65. The app is very good and has the latest ajaxy stuff etc. What we would now call very user friendly and responsive. I am amazed as to how this app is not so userfriendly for that user base. I was told that some autocomplete features make them disorien...
Hi, I'm building a new iPhone app for taking orders. This app will be able to connect to any ERP/Financial/CRM backend in the market.
I have built a previous version for the pocket pc for my local market. Now, I want to launch this for USA, Europe & Latin America.
The app is very simple: have a customer list, price list, inventory, pay...
In an empty dataset, what is more correct to put in the pagination information in the screen?
Page 1 of 0
Page 1 of 1
Page 0 of 0
...
I'm looking for websites that showcase screenshots of applications with exceptional UI design. I'm writing an application and am taking my time considering what the UI should look like. My audience is not business but family.
My previous UI-design experience (and comfort) is with Windows Forms so I would typically use standard list bo...
So you were assigned to build a basic CRUD application. And it has this one page that serves to list all of the inventory items... if your user wants to edit any of them, there's the "Edit" button next to every item.
You know the drill.
I was recently tasked to modified one of such CRUD page and it looked rather ugly. So I decided it c...
Anyone know of a user interface guidelines document for Android applications? Looking for something similar to Apple's or Gnome's.
...
So I have a TMenuItem attached to a TAction on a TPopupMenu for a TDBGrid (actually 3rd party, but you get the idea). Based on the selected row in the grid, the TAction is enabled or disabled. What I want is to be able to display a hint to the user explaining why the item is disabled.
As far as why I want a hint on a disabled menu i...
I've been at this for a couple of days now, so any help would be much appreciated. I've got a link which contains two divs sitting on top of each other. The top div is hidden, but slides in to partially cover the bottom div on mouseenter, and then out again on mouseleave. It is working to a degree, but is a bit buggy. This is what I have...
I'm a blind student who's taking a required UI class. One of the assignments is to take screen shots of both a good and bad application user interface and comment on what's good and bad about it. I'll have a reader help describe the interface to me but would like pointers on applications to check out. They must be windows apps. In answer...
I have a page with .Net grid view with about 12 text fields per row and about 250 rows. Right now there is a save all button at the bottom of the page that sends all the fields 12x250 to the server where they are entered into db 1 by one. Which ends up being very slow and some times does not go through at all. I didnt come up with this ...
I'm looking for a routine that will format a string of numbers as a UK phone number. The routine should account for UK area codes that require different formatting (i.e. London compared to Edinburgh compared to Worcester) as well as mobile numbers.
My phone numbers are stored in the database as strings, containing only numeric character...
My group is thinking about switching our platform for web UI from ASP.net to Silverlight for several reasons. To be clear, these are business websites that provide a service to our users, we develop and host them ourselves.
Has anyone switched their business / intranet web site from a traditional server-based web technology such as ASP....
We currently have a quite complex business application that contains a huge lot of JavaScript code for making the user interface & interaction feel as close to working with a traditional desktop application as possible (since that's what our users want). Over the years, this Javascript code has grown and grown, making it hard to manage &...
What is a JavaScript or jQuery solution that will select all of the contents of a textbox when the textbox receives focus?
...
We're neck deep in a project right now, schedules are tight (but reasonable). Our general strategy is to get a strong beta done, release it for testing, and get feedback from our testers.
Quite frequently, we're being hit by small things that spiral into long, time-costing discussions. They all boil down to one thing: While we know wh...
I have the following requirement:
In C#2.0, Given a device configuration in xml format and a schema
automatically create a UI displaying the xml.
This ui could change the xml and needs to perform validation on the schema.
I thought of a file defining for each xpath how to display it in UI
(and a default behaviour for unspecified element...
I have 6 UITextFields on my UIScrollView. Now, I can scroll by user request. But when the keyboard appear, some textfields are hidden.
That is not user-friendly. How scroll programatically the view so I get sure the keyboard not hide the textfield?
...