2
votes
4answers
79 views
Cancellable Sort in .NET ?
Hi
I'm using ListView in VirtualMode to show extremely big number of rows, millions of rows.
The data of the rows stored in a Generic List.
Now i want implement a sort feature, t …
0
votes
1answer
17 views
How to program a mouse click on Mac OS X and on Linux?
I know how to program a click on Win32 (click on the screen programmatically) using C or Ruby. Does anyone know how to do it on Mac OS X and Linux just as a comparison? thanks.
2
votes
3answers
92 views
How can I program software using Python for Linux/Windows?
For example, using C# I can make software fairly easily for Windows.
I downloaded Python but all I get is a terminal like window for executing single lines of code.
Is there a fr …
0
votes
2answers
23 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
27 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 …
0
votes
2answers
23 views
GUI and windows service communication
I know since Vista, that C# can't hook a UI form directly to the windows service. This was stated on the Microsoft Site.
My question in this regard is: "What is the best mode of …
1
vote
1answer
25 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 …
2
votes
7answers
84 views
Suggest me a link to learn Java GUI creation
Suggest me a link to learn Java GUI creation.
1
vote
3answers
50 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 …
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 …
