At 9:22 PM +0200 30/4/07, Arnaud Nicolet wrote:
>Le 30 avr. 07 à 20:26 Soir, Giuseppe Farese a écrit:
>
>> Hello:
>>
>> I'm using RB2007r2 and I'm trying to add rows to a listbox.
>>
>> After adding the first row, the method ends abruptally.
>>
>> This is the first time in many years of using RB that I get this
>> strange behavior.
>>
>> A movie with a step by step in the debugger is here:
>>
>> http://www.bebosoft.com/tmp/RB-Debugger.mov
>>
>> Any hint or help is appreaciated.
>
>I get this strange behavior sometimes. Usually, it's because of
>something that makes problem elsewhere (in the case of a listbox, I
>often check the code in the CellBackgroundPaint event, for example).
>It's most of the time caused by something specific (such as a
>declare, a MacProcID or ambigus code).
>It's usually not easy to find out (in my case, it happen when the
>project becomes large).
>
>It's all I can say. Try removing some parts (first, the not-needed
>ones) even if you think it's not related.
I also check to see if the listbox is NULL....
--
Cheers,
Dr Gerard Hammond
MacSOS Solutions
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Mon 30 Apr 2007 17:14:28 EDT
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 658C522F408E; Mon, 30 Apr 2007 14:15:18 -0700 (PDT)
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ºYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id ABC8822F407B;
Mon, 30 Apr 2007 14:15:14 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id ADFDB277700;
Mon, 30 Apr 2007 16:15:08 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from imo-d22.mx.aol.com (imo-d22.mx.aol.com [205.188.144.208])
by lists.realsoftware.com (Postfix) with ESMTP id 023DD2776EF
for <realbasic-nug at lists dot realsoftware dot com>;
Mon, 30 Apr 2007 16:15:04 -0500 (CDT)
Received: from TazmnianDv at aol dot com
by imo-d22.mx.aol.com (mail_out_v38_r9.2.) id w.c1b.14e3c3f9 (40522)
for <realbasic-nug at lists dot realsoftware dot com>;
Mon, 30 Apr 2007 17:14:31 -0400 (EDT)
From: TazmnianDv at aol dot com
Message-ID: <c1b dot 14e3c3f9 dot 3367b634 at aol dot com>
Date: Mon, 30 Apr 2007 17:14:28 EDT
Subject: incremental compiling RB2007r2
To: realbasic-nug at lists dot realsoftware dot com
MIME-Version: 1.0
X-Mailer: Thunderbird - Mac OS X sub 293
X-Content-Filtered-By: Mailman/MimeDel 2.1.9
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
One of the new features is incremental compiling. However, it does not seem
to be happening. Is there a preference or option to make this work?
**************************************
See what's free at http://www.aol.com.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|