0
votes
2answers
16 views
How do you add a border to a row in a Jtable?
I have a Jtable and I want to highlight a row by adding a border to the row. I have extended a DefaultTableCellRenderer and I figure the work needs to be done in the getTableCellRe …
0
votes
1answer
23 views
Is MainScreen compulsory in BlackBerry applications?
Currently I've got 2 screens utilizing almost the same functionality and I'd rather extract common logic into some base class but the extend different RIM UI clases: MainScreen and …
1
vote
1answer
24 views
A splash screen which doesnot just disappear but fades in/out.
I have a splash screen which appears for a few seconds before the application home screen is loaded. And then the home screen is pushed in.
But I need to fade out the splash scree …
1
vote
3answers
48 views
Blackberry - how to define screen title height?
Hi,
is there a possibility to define somehow title's height?
The main problem is a separator that is located under the actual title. So, possibly there is possibility to define s …
2
votes
7answers
78 views
Suggest me a link to learn Java GUI creation
Suggest me a link to learn Java GUI creation.
1
vote
3answers
24 views
Windows Forms: isLoading vs event disconnection
In Windows Forms programming, I have this general problem. When the page is loading and populating, in some cases I don't want the logic in the event handlers to run.
The event …
1
vote
3answers
36 views
Benchmarking Desktop Applications
I have the desire to benchmark a Client/Server application (GUI) written in Java, on a Windows platform. I'm doing this so I can identify where the Application platform will break …
1
vote
10answers
221 views
Help needed in writing a GUI app in C
Hi Fellow programmers,
I want to write a standalone GUI based app for administering one of the most popular enterprise middleware products from a very big company. But that big co …
4
votes
4answers
111 views
app that auto-generates CRUD UI for database table
I have a MySQL database that has a few very simple tables.
I would like to find an app (implemented in Perl, Python or PHP) that will do the following:
Point the app to a databa …
0
votes
1answer
19 views
How to handle Focuschangelistener in blackberry for this situation?
I am having three EditField i have a set focuslistener for the second editfield alone. when the focus is lost i am checking whether the field is empty or not if the field is empty …
1
vote
1answer
16 views
Blackberry - set position of field on the screen?
I want to position my field at specified positions.
1
vote
2answers
48 views
How can I put a progress bar in a UINavigationController’s toolbar like the Mail app?
My application connects to the network to retrieve some data and I'd like to show a progress bar in the toolbar of the UINavigationController of my application.
What I actually wa …
1
vote
3answers
48 views
Qt Python radiobutton: activate event
Hi Everybody,
I am developing a project for one customer, where the design has a radio button with exclusive options.
Here is a piece of the code that runs and show two nice rad …
191
votes
215answers
22k views
Worst UI You’ve Ever Used
What is the worst user interface you've ever had to use? One that made you want to somehow locate the creators over the internet, personally fly to their location, and then beat th …
1
vote
3answers
37 views
Qt Python : QTreeWidget Child Problem
Hello Everybody,
I have a QTreewidget that works fine if I have just one level on my treelist. If I decide to add child sublevels, it gives me an error. Here is the code, that wor …
