realbasic-nug
[Top] [All Lists]

Re: Floating Window in WinXP

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Floating Window in WinXP
From: John Kouraklis <j_kour@hotmail.com>
Date: Mon, 29 Jun 2009 19:57:00 +0300
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <SNT0-MC2-F446OwMag401390552@snt0-mc2-f44.Snt0.hotmail.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Thread-index: Acn42p5ZQAqJv/PxUkSlIGPLodlX6g==
Thread-topic: Floating Window in WinXP
User-agent: Microsoft-Entourage/12.0.0.071130
Hi there, 

I suppose you are right that this design breaks some basic properties

What I want to do is window2 to be my logbook for some activities. I thought
a user can have it launched from window1 wit it's floating property alive.

Maybe it is wrong way to design it from my side

Is there an easier way?

Thanks

John



On 29/06/2009 5:59 ΜΜ, "Rubber Chicken Software Co."
<support@chickensys.com> wrote:

> At 12:19 PM 6/28/2009, you wrote:
> 
>> I have the following situation:
>> MainWindow --> Document
>> Window1 --->Movable Modal
>> Window2 ---> Floating window
>> 
>> What I want to do is when I press a pushbutton in Window1 the window2
>> appears.
>> 
>> In the beginning the floating works fine. But, because Window1 is
>> modal, when I click window1 I can not go back to window2. In fact I
>> go, but I can't
>> even close it. There is an editfield as well and it freezes. When I
>> close window1, window2 closes. This means that the focus is
>> controlled by window1,
>> which is modal.
>> 
>> I have tried to make window1 document but I need to have it modal
>> because the software is waiting for user input.
>> 
>> Any ideas? Workaround?
> 
> Isn't this a design flaw? You are trying to have your cake and eat it
> too. "Modal" means Modal - meaning that "you must close me before we
> go on." Make  Window2 Modal too. If there are things to be done that
> satisfy the reason you made Window1 Modal in the first place, do them
> in a modal way, or include them in the same dialog.
> 
> It may be nice to have workarounds for this kind of thing, but when
> you break the rules you usually cause yourself worse problems down
> the road. Do it right the first time (from a fellow traveller).
> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * *
> | Garth Hjelte                                      |
> | Customer Service Representative, President        |
> | Chicken Systems, Inc, Rubber Chicken Software Co. |
> | 714 5th Street SE                                 |
> | Willmar, MN 56201 USA                             |
> |                                                   |
> | 800-8-PRO-EPS    Toll Free Order Line (US Only)   |
> | 320-235-9798     Tech Support, Sampler Questions  |
> |                  International Line               |
> | 360-838-7689     Fax                              |
> | Product Sales:   sales@chickensys.com             |
> | Product Support: support@chickensys.com           |
> | Sampler Q+A:     qa@chickensys.com                |
> | Web Page:        www.chickensys.com               |
> * * * * * * * * * * * * * * * * * * * * * * * * * * *
> 
> 
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>



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

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • Re: Floating Window in WinXP, John Kouraklis <=