From mint-bounce@lists.fishpool.fi  Mon Oct  3 01:09:50 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Subject: Re: [MiNT] menu_popup() ideas
From: Evan Langlois <Evan@CoolRunningConcepts.com>
To: Odd Skancke <ozk@atari.org>
Cc: MiNT List <mint@fishpool.com>
In-Reply-To: <1128298128.5862.105.camel@linuxbox>
References: <BF659F4D.1CCB4%atari@bright.net>
	 <1128298128.5862.105.camel@linuxbox>
Content-Type: text/plain
Date: Sun, 02 Oct 2005 18:06:00 -0500
Message-Id: <1128294360.11360.14.camel@taro.coolrunningconcepts.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - esc14.midphase.com
X-AntiAbuse: Original Domain - fishpool.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - CoolRunningConcepts.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Evan@CoolRunningConcepts.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=1.6 tagged_above=-50.5 required=7.0 tests=BAYES_01,
 RCVD_IN_SORBS
X-Spam-Level: *


> if (ap_gout3 == 1)
> {
>     do_scrolllist_popup_stuff()
> }
> else
> {
>     do_no_scrolllist_popup_available();
> }
> 
> then we cannot modify ap_gout3, since it is a flag yielding only 0 or 1.

I don't think it matters what the original specification was for, only
what people interpretted it as.   Always assume the programmer
interpretted it wrong to be safe - that seems to be the way it works in
general.

-- Evan


