In MS CRM 4.0 how can a form be readonly, including the relationship link. Clicking the link must show readonly forms of related entities as well (if main entity is readonly even realtions must appear as readonly whereas its not.).
...
I want to combile jQuery sortable and draggable.
Each item has three handlers
Sort handler
Clone handler
Remove handler
Sorting works fine. Cloning causes some problems, item clones itself but it makes all elements to flicker while dragging, placeholder moves from one position to other with no sense.
Other question is, why sort and...
Hi all im building a web user interface.
In this interface i use popup divs to capture user input and other tasks.
On on of my popups i need to post a form so that i can handle uploaded files.
Id like to do this in an iframe so that it dosent effect the main page form.
Id like to know if there are any drawbacks to this method and if i ...
In a CD collection program, I have each artist's country of origin stored in the main database and want to display a map of the world which:
Colour-codes each country depending on the number of CDs by artists in that country
Allows clicking on each country to filter a list of CDs to only ones by artists in that country
This is a heav...
I've seen example com.example.android.apis.view.List11 from ApiDemos. In that example, each row takes the view android.R.simple_list_item_multiple_choice. Each such view has a TextView and a CheckBox.
Now I want each view to have 2 TextView's and 1 CheckBox, somewhat similar to the List3 example. I tried creating a custom layout file ro...
Hi There,
I just wonder which UI element is being used for such username/password field just like in Skype's iphone app?
Is it UITextField or something else? Any suggestions?
Thanks!
...
I have a UIScrollView contained within a custom UIView with a content size larger than the ScrollView's frame.
I am able to drag scroll as I expect, but the thing doesn't give me the rubber banding effect that you get with the UITableView or UIWebView. It just stops when you get to one of the extremes.
I have set bounce = YES, is there...
I am trying to use 2 instances of the jquery selector UI on my site and it won't seem to work with anything besides '#selectable' as the ordered list id.
Here is my code..
<script type="text/javascript">
$(document).ready(function() {
$("#selectable").selectable();
});
</script>
<ol id="selectable">
<li class="...
Hey guys, I've just had a nagging question for a while regarding iPhone app user interfaces. For example, consider WeightBot's User Interface. I am wondering, how are most of these user interfaces created? In general, of course.
Is there a way to simply design controls (that is, the images) in a program like Photoshop, then use that 'sk...
Suppose you have a window with multiple buttons such as Ok/Cancel or Yes/No/Cancel. All the buttons need to be the same width. Obviously this could be done by just guessing a number and hardwiring all of them to that number.
Is there a better way to do it, one that would take into account preferred/recommended sizes (just how wide shoul...
I'm using Jquery UI sortable in my current project to make boxes drag and drop-able into new columns. It works in all modern browsers apart from ie7, in which you can drag and drop, but when you drop, it completely ruins the content of the box you're dropping.
Any ideas?
...
I'm creating a Cappuccino Application, and I have a CIB file with a menubar (from IB's Main Menu XIB template). Much like this one:
How can I use that menubar in my application? Thanks.
...
How do you change the font face and font size used by the Windows Ribbon Framwork's UIRibbon?
The font used by the ribbon does not match the font the user has chosen as their Windows preferences - which is the preference my application uses. This means that as the font in Windows gets bigger, the ribbon gets smaller:
Here an an older...
In general, how do you guys handle user update/data freshness interaction with the user (UI issue) in web-apps?
For example:
Multi-users web-app (like project management)
Login to a "virtual" space
People can update project names, etc
How to handle a situation such that:
user-A and user-B load a project with title "Project StackOve...
I have a simple form that searches through the 2000+ issues of a 3rd party webcomic. (Easy, it's like xkcd: http://url/number
That form is as easy as possible, is like this:
What number do you want?
User writes a number, clicks ok, and goes on the 3rd party website on a new tab
Then, my form asks a question: "Did you find that issue me...
I have an application which has a loop, part of a "Scheduler", which runs at all time and is the heart of the application. Pretty much like a game loop, just that my application is a WPF application and it's not a game. Naturally the application does logging at many points, but the Scheduler does some sensitive monitoring, and sometimes ...
So I am using the techniques in this thread to use a custom background for my titlebar. Unfortunately the framework places my layout inside a FrameLayout (title_container) which has padding as seen below.
Is there anyway to remove the grey borders? The frame layout is defined in com.android.internal.R.id.title_container, so accessing ...
I want to test my Android applications UI, with keyevents and pressed buttons and so on. I've read som documentation that Instrumentation would be able to use for this purpose.
Anyone with expericence with using Instrumentation for UI testing?
...
Hi,
I'm trying to show a dialog (div) that's inside another div. This way, I can easily keep all my dialogs together.
The page looks something like this:
<div id="bookshelf">
<div id="login">dialog</div>
</div>
I've added the needed properties to it:
$("div#bookshelf div#login").dialog({ autoOpen: false });
and try to make it...
Why does gravity offer a "fill_vertical" option? How is this any different from setting layout_height "fill_parent"? What if I choose a fixed layout_height and "fill_vertical" for gravity? Won't this contradict?
...