Re: JDialog.setVisible(true) -> iconified

2002-05-26 Thread Sudhir Kumar
Hi, If U r in KDE, then As far I know , it's KDE related problem. I think u r in KDE2.0 or above. Please check your application in KDE1.0 , i think u should not get same problem u r facing in KDE1.0. There is a way to overcome this problem in KDE2.0 ( i have done), but i m not saying that this i

Reading and writing audio data at the same time on Linux

2001-05-02 Thread Sudhir Kumar
Hi, I am doing an application (voice based) that require "Source data line"(audio data can be read) and "Target data line"(data may be written) to be open at the same time. I am creating two threads, one for reading, and other for writing and starts both at same time. On Windows 2000, both thre