search for: intereact

Displaying 6 results from an estimated 6 matches for "intereact".

Did you mean: interact
2010 Jul 18
3
Problem with all programs run with wine
So my issue is that most while most app's open just fine, i can't intereact with anything in them. i can't click on anything within the window. For example, in winefile the cursor isn't even visible while in the winefile window, and I cant click to navigate or even to close the window. I also can't use the keyboard to do anything but quit x11 after opening some...
2006 May 25
0
Quoting column names, postgres and legacy databases
Hi I''m building a Rails app that intereacts with several legacy databases, all on Postgres 7.4 and running into a few quirky problems. I seem to have a lot of inconsistencies w/ quoting field names in Postgres. I''ve written another app from scratch using Postgres and encountered quoting trouble there too. But it seemed tied to...
2000 May 09
1
Video codecs
Have the video part of the Ogg project started yet? Is there any code? Or are there any plans at all? Karsten N. Strand --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2001 Mar 12
3
PAM & several passwords
Hi, Is there any hope getting openssh to support a sequence of several authentication methods (requiring different passwords) for one login? I.e. take the standard static password, feed it into pam_unix.so for verification, then ask the user for yet another password (e.g. a one-time password) and verify this one by a different PAM module Currently, verifying either a static password or a one time
2007 Dec 28
1
Wx:Wizard, Wx::WizardPageSimple
...ash screen working with a timer :) (see previous post: Wx::SplashScreen, and events) Let me qualify the above code by saying that it originally inherited from Wx::Frame, and I made a new Wx:Wizard with the self (Wx::Frme) as parent. But I was having a problem where NO events were firing when I intereacted with the controls on each WizardPageSimple. --- So I decided to try and see if making the whole thing inherit Wx::Wizard and set parent window to nil works any better. Well - now I see the wizard for just under half a second, and it never comes back. The ruby runtime continues though - and I g...
2002 Jan 26
7
[PATCH] Added NoDelay config option and nodelay subsystem option
Hello again! Since there was some resistance against adding TCP_NODELAY uncontionally, I've made another patch. The new patch contains the following: * Added a NoDelay yes/no (default no) config option to ssh and sshd * Added -oNoDelay=yes to the ssh command line for sftp. * Changed the sshd subsystem config option syntax from Subsystem name path to Subsystem name options path