realbasic-nug
[Top] [All Lists]

Re: Global Floating Window & EditFields

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Global Floating Window & EditFields
From: Sven E Olsson <svenerik at xhtmlsoft dot com>
Date: Tue, 31 May 2005 20:06:54 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <f5f8d55c336b7741b461a7a419ae07ee at chartermi dot net>

On May 31, 2005, at 19:44, Jim Meyer wrote:

Hi all.....

I have a situation with a global floating window that contains and edit field.....

In general it works fine but there are situations where I have to hide it and then later show it again..... and once I do, I am unable to type into the edit field... It seems the keystrokes are going elsewhere...... mouse clicks continue to work OK.

I know there was a lot of discussion on this issue..... Is this a bug... Is there a workaround?

Thank you,
Jim

Hi,
No I think this is NOT an bug...
Floating window should not take 'Focus' from another windows when it is opened
or you have set the Focus to another window...

If you hiding the Floating Window and then using I thin it should work for you
myFloatingWindow.show
myFloatingWindow.EditField1.SetFoucus


Sven E Olsson

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>