Sure, I'm assuming that you want to keep this information longer than the user has your movie open, and your users are users of the movie, not developers (you could have a similar concern if you had a semi-big dev team). You could either create a list of approved bitmaps and store it in a txt file (with any liked file xtra, perhaps filextra3) and iterate through that list when the user tries to import, or you could just flip the read only tag w/ filextra3 (the xtra that I know that can do this, any other will probably be fine too), and make sure to check it's read status before allowing the user to import. If you need more details, feel free to ask,
Evan >From: "Chris Aernoudt" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: <lingo-l> protecting bitmaps ??? >Date: Wed, 13 Mar 2002 10:57:14 +0100 >MIME-Version: 1.0 >Received: from mail4.fcgnetworks.net ([208.210.86.41]) by >mxsmta02.inithost.com (InterMail vM.5.01.03.06 >201-253-122-118-106-20010523) with ESMTP id ><[EMAIL PROTECTED]> > for <[EMAIL PROTECTED]>; Wed, 13 Mar 2002 06:15:48 -0500 >Received: from mail4.fcgnetworks.net (localhost.localdomain [127.0.0.1])by >mail4.fcgnetworks.net (8.12.1/8.12.1) with ESMTP id g2DA63Wr007561;Wed, 13 >Mar 2002 05:06:03 -0500 >Received: from mail2.fcgnetworks.net (mail2.fcgnetworks.net >[208.210.86.12])by mail4.fcgnetworks.net (8.12.1/8.12.1) with ESMTP id >g2DA5GWr007550for <[EMAIL PROTECTED]>; Wed, 13 Mar 2002 >05:05:16 -0500 >Received: from mail3.fcgnetworks.net (mail3.private.fcgnetworks.net >[192.168.40.42])by mail2.fcgnetworks.net (8.9.2/8.9.0) with ESMTP id >FAA62282for <[EMAIL PROTECTED]>; Wed, 13 Mar 2002 05:05:15 >-0500 (EST) >Received: from mail.pixellink.be ([212.65.37.227])by mail3.fcgnetworks.net >(8.12.1/8.12.1) with ESMTP id g2DA5E0Z032009for <[EMAIL PROTECTED]>; >Wed, 13 Mar 2002 05:05:14 -0500 >Received: from chrislap [194.78.207.51] by mail.pixellink.be >(SMTPD32-7.00) id A53B7B00DA; Wed, 13 Mar 2002 11:08:59 +0100 >Return-Path: <[EMAIL PROTECTED]> >Message-ID: <002901c1ca75$7a2e17b0$7c01a8c0@chrislap> >X-Priority: 3 >X-MSMail-Priority: Normal >X-Mailer: Microsoft Outlook Express 6.00.2600.0000 >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 >Sender: [EMAIL PROTECTED] >Errors-To: [EMAIL PROTECTED] >X-BeenThere: [EMAIL PROTECTED] >X-Mailman-Version: 2.0.7 >Precedence: bulk >List-Help: <mailto:[EMAIL PROTECTED]?subject=help> >List-Post: <mailto:[EMAIL PROTECTED]> >List-Subscribe: ><http://mail4.fcgnetworks.net/listinfo/lingo-l>,<mailto:[EMAIL PROTECTED]?subject=subscribe> >List-Id: Lingo programming discussion list <lingo-l.mail4.fcgnetworks.net> >List-Unsubscribe: ><http://mail4.fcgnetworks.net/listinfo/lingo-l>,<mailto:[EMAIL PROTECTED]?subject=unsubscribe> >List-Archive: <http://mail4.fcgnetworks.net/archives/lingo-l/> > >Hi guys, > >Does anyone have a suggestion on how to "mark"(or whatever) a bitmap, so >that from within a projector you can check the file to be OK to import, so >the user cannot import non-marked bitmaps? > >TIA, > >Chris. > > >[To remove yourself from this list, or to change to digest mode, go to >http://www.penworks.com/lingo-l.cgi To post messages to the list, email >[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L >is for learning and helping with programming Lingo. Thanks!] _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
