Hi!
I have one external class, that is encrypted.
If I make a doubleclick inside my application I will be asked for the
password. After giving it to RB I can change the file. Good.
If I save the application, the external class is also saved, but it is not
longer encrypted. Very bad!
If I encrypt it again in the IDE, the icon doesn't change to encrypted and
it is not saved. Very bad!
I have to open the class alone in the IDE encrypt it and save it again.
Is this normal behaviour? Is it known? Is this a bug?
Best Regards,
Carsten
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Wed 28 Mar 2007 11:21:58 -0600
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 B0CE41D4B587; Wed, 28 Mar 2007 10:22:11 -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=-2.8 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id 2E2E01D4B57C;
Wed, 28 Mar 2007 10:22:07 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 83CB01966AB;
Wed, 28 Mar 2007 12:22:02 -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 mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 55FD61966A0
for <realbasic-nug at lists dot realsoftware dot com>;
Wed, 28 Mar 2007 12:21:58 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 7CD64721B68
for <realbasic-nug at lists dot realsoftware dot com>;
Wed, 28 Mar 2007 11:21:58 -0600 (MDT)
Date: Wed, 28 Mar 2007 11:21:58 -0600
Subject: Re: Problems with external files
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <p06210246c2305e87d53a at [192 dot 168 dot 178 dot 2]>
X-Mailer: VerEx Email Gateway
Message-Id: <20070328172158 dot 7CD64721B68 at mail dot verex dot com>
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>
MIME-Version: 1.0
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
On Mar 28, 2007, at 18:04 UTC, Carsten Friehe wrote:
> I have one external class, that is encrypted.
> If I make a doubleclick inside my application I will be asked for the
> password. After giving it to RB I can change the file. Good. If I
> save the application, the external class is also saved, but it is not
> longer encrypted. Very bad!
That's expected, though. You decrypted it. When you save it, it's
still decrypted. It's not going to re-encrypt itself without you
telling it to.
> If I encrypt it again in the IDE, the icon doesn't change to
> encrypted and it is not saved. Very bad!
That sounds like a bug. When you encrypt it again, it should be
encrypted and should be saved as such.
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:
<http://support.realsoftware.com/listarchives/lists.html>
|