-3
votes
0answers
30 views
Drag and drop bug?
<html>
<head>
<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.1.custom.min.js"></script>
…
-2
votes
0answers
40 views
Prototype graphic shell
Hi, I want to prototye some ideas of a new graphic shell, like a new Windows Explorer, Gnome Nautilus or the new GnomeShell.
I need good capabilities to manage icons, custom widgets, events, …
3
votes
7answers
58 views
Best way to indicate “draggability” in a web app (or in general)?
Are there any visual cues that you know of that indicate an item's "draggability"?
The obvious ones:
"<marque>Click here to drag!</marque>"
that icon thing
and (which I plan to …
0
votes
4answers
23 views
Control user input to textfields
Looking for a way to control user input in text fields.
i.e. one field can be double, one field string, one field int.
Is there a library I can use to look after this for me?
Using: Vs 2008, C#, WPF
0
votes
2answers
32 views
“paint” like control within a web page
I am looking for a Java UI control which allows users to draw drawings which can internally stored as an image. I am looking for a very light weight control which does not slow down the page …
2
votes
7answers
144 views
Can Ruby be used for UI based Windows apps?
I'm sorry if this question is noob-ish but I'm not having much luck with Google. Can Ruby be used for UI based Windows apps? I'm not looking for a Rails app, just Ruby.
Thanks
2
votes
4answers
43 views
Are there good UI patterns for designing search forms with many fields?
I'm having a difficult time finding any resources that describe good UI patterns for large search forms. I have a form that requires 20+ possible inputs and can't come up with a design I feel good …
0
votes
2answers
24 views
jQuery UI Dialog - Cannot see the closeText
Hi chaps,
I'm trying to make a simple Dialog - no title just the word 'Close' and the X in the top right hand corner. My text etc. will then go underneath.
However I fiddle with it I can't ever get …
1
vote
4answers
50 views
Long Operation Status
When performing a long operation in your application, how do you promote information from your business tier to your UI?
Events?
Passing in a status object which is hooked to the UI?
Before I start …
0
votes
1answer
13 views
BlackBerry: creating a dynamic no. of buttons based on the contents of a vector
Hi, based on the contents of a vector(IDs), i'm trying to create the corresponding no. of buttons but I'm having problems doing that. I was wondering if anyone could help?
Below is the code that i'm …
0
votes
1answer
17 views
Drupal: accordion inside node
I see there are several nice Accordion (UI) modules, but none seems to be able to display accordion for subsections of a single node/article.
E.g. article on my site has sections "Start", "Middle", …
2
votes
3answers
76 views
How can I show UI hints for form controls like the Stack Overflow Career CV form does?
I'm trying to show some UI Hints on an ASP.NET MVC 2 app, much like the way they are displayed on the careers site when you edit/fill out your resume: when a form control has focus, a little …
0
votes
1answer
9 views
ui tabs ver 2.7 jQuery error when i switching from jQuery 1.1.3 to jQuery 1.3.2
I have a problem , i'm using jQuery plugin from http://www.stilbuero.de/jquery/tabs/ , plugin for tabs and that enable history support for Tabs ui tabs ver 2.7, i switched from jQuery 1.1.3 to …
0
votes
0answers
11 views
Appropriate way to implement a list of GridView(s)
Please suggest the most appropriate way to implement a list of GridView(s), having different number of items.
First problem was to have differnt height for each GridView. So, I have successfully …
0
votes
2answers
45 views
Very basic WPF layout question
Hi All,
<StackPanel>
<GroupBox>
<StackPanel Orientation="Horizontal">
<ListBox></ListBox>
…
