On Nov 28, 2006 11:04 AM, Carsten Kobusch wrote:
> Yip, and in my case the MouseDown is fired on the calling Control
> (ParentWindow.Listbox)...
>
> Am 27.11.2006 um 17:34 schrieb Michael Sharpe:
>
> > On November 26, 2006, CV <atauqua at hit dot net> wrote
> >
> > >Yes, I can confirm that on Windows(2006R2). On Mac it works
> > >correctly. It's a bug in my view. Are you going to report it on
> > >Feedback?
> >
> > Yes--its report ID is
> > xkojzmiw
I presume this is not a problem with the ContextualMenu, as the same behavior
happens on Windows if you just place on ListBox MouseDown event
"Window2.ShowModal":
Steps to reproduce:
- To window1 add a listbox and on mousedown event of Listbox1, put:
Window2.ShowModal
- Add new window (as window2)
- To window2, add an editfield and a statictext.
- In Window2.editfield.mousedown put:
msgbox "Click!"
- Run and click the listbox - Window2 opens
On Window2 the editfield mousedown doesn't fire until you first click on the
statictext.
Carlos
_______________________________________________
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>
From Tue 28 Nov 2006 07:51:33 -0700
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 5BDB6124FDCF; Tue, 28 Nov 2006 06:52:01 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-1.6 required=4.5 tests=AWL,BAYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
by xmail.realsoftware.com (Postfix) with ESMTP id 2902F124FDC6;
Tue, 28 Nov 2006 06:51:57 -0800 (PST)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 12D5716B51C6; Tue, 28 Nov 2006 08:51:41 -0600 (CST)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 7991416B51B8
for <realbasic-nug at lists dot realsoftware dot com>;
Tue, 28 Nov 2006 08:51:34 -0600 (CST)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 88ECD6A94A8
for <realbasic-nug at lists dot realsoftware dot com>;
Tue, 28 Nov 2006 07:51:33 -0700 (MST)
Date: Tue, 28 Nov 2006 07:51:33 -0700
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <C1913DDA dot 814A3%ktekinay at mactechnologies dot com>
X-Mailer: VerEx Email Gateway
Content-type: text/plain;
Content-transfer-encoding: 7bit
Message-Id: <20061128145133 dot 88ECD6A94A8 at mail dot verex dot com>
Subject: Re: Creating an executable script
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
On Nov 28, 2006, at 06:14 UTC, Kem Tekinay wrote:
> Is there a way to force my app to see the remainder of the code in
the shell
> script? Is this a bug in RB?
No, it's how Unix works... IIRC, your app has to look at the command
line and read the script file itself. This was described in detail in
RB Developer article #3111
(http://www.rbdeveloper.com/browse/3.1/3111/).
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
_______________________________________________
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>
|