4
votes
8answers
212 views
great first run experience
Hi,
Does anyone have good examples of software that has a fantastic first run experience? Some software obviously just works "out of the box". However, there is significant software that requires some …
3
votes
3answers
258 views
iPhone interaction between PC app and iPhone app using USB
Hi,
I know since the 3.0 SDK we can use accessories, so my question is simple, what is the process to make an iPhone app and PC (or Mac) app interact, using the USB ?
I don't ask you any code, but …
2
votes
2answers
226 views
Interact with other desktop-applications in windows using C# winforms
I was wondering if its possible to interact with other programs someone with my program. For example clicking a button on another program etc. etc. I'm not sure if this is even possible but if it is …
2
votes
10answers
3k views
Is two-finger scrolling on a trackpad possible on a PC laptop?
Anyone with a MacBook or MacBook Pro can scroll by using two fingers on the trackpad. I haven't seen this implemented on a PC laptop under any version of Windows.
Is it possible, and if not, how …
2
votes
4answers
444 views
How can I post a Cocoa “sheet” on another program’s window?
Using the Apple OS X Cocoa framework, how can I post a sheet (slide-down modal dialog) on the window of another process?
Edit: Clarified a bit:
My application is a Finder extension to do Subversion …
1
vote
5answers
145 views
Interaction between DLLs
Hello everyone,
I have a DLL, say A, which implements general algorithms to solve mathematical equations.
I have another DLL, say B, which implements mathematical equations
DLL B uses DLL A in order …
1
vote
1answer
204 views
Interfacing Eclipse Workbench UI with GNU debugger functions
Hello,
I want to know how the Eclipse Workbench UI communicates with the GNU debugger.
What I mean is in the Eclipse for C/C++, when we press the step over or resume or continue buttons in the menu, …
1
vote
6answers
427 views
How to make two python programs interact?
I have a HTTP sever in one program and my basic application in another one. Both of them are loops, so I have no idea how to:
Write a script that would start the app and then the HTTP server;
Make …
1
vote
2answers
208 views
Multi-touch design and interaction pattern, do you have any link ?
Hi,
I develop a collaborative business application on a multi-touch device like Microsoft Surface. However to my mind every collaborative application on a multi-touch device was made to share photos, …
1
vote
2answers
93 views
Is there chemistry in you development team? [closed]
I've had two intership at the same company and one things that bothered me is the fact that everyone was in their own world doing their stuff and listening to music. I knew I would not want to work …
1
vote
4answers
912 views
How to create a graphical user interface mock-up for research?
I am a student and interested in doing some research on user interface. For some experiments, I have to change the behaviors of many default interactions in an operating system such as double-click or …
0
votes
1answer
15 views
Video recording without user interaction
Hi,
I want to record video with new iPhone SDK available on 3GS without user interaction. I went through UIImagePickerController and UIImagePickerControllerDelegate class reference. But nothing …
0
votes
2answers
27 views
DateTimePicker resets day
Hi all,
I am using DateTimePicker with Australian date formatting set (dd/mm/yyyy)
The problem is when user enters a day which is outside of the month (mm), control resets that day to "1".
This …
0
votes
4answers
48 views
Allow IE interaction to trigger execution of local code client-side
I want to allow interaction on a trusted webpage to trigger execution of code on the client. The users will be using IE as web browser. The code files to be executed will be available on the client. …
0
votes
3answers
38 views
Not responding window
My code calls a Web service method which takes a few minutes to perform the operation.
During that time my window becomes non responsive and it shows a complete white screen.
I don't want to the call …
