realbasic-nug
[Top] [All Lists]

Re: Colors Window Problem

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Colors Window Problem
From: Norman Palardy <npalardy@great-white-software.com>
Date: Thu, 30 Oct 2008 10:36:32 -0600
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <2EE8BB71-8795-4B8E-BA48-C10A68465126@myactv.net>
References: <2EE8BB71-8795-4B8E-BA48-C10A68465126@myactv.net>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

On 30-Oct-08, at 10:04 AM, Paul Young wrote:

Last night I realized that I had a problem accessing the Apple Colors Window.

I was able to reduce the problem to a very simple project as follows:

a. Make a new project. Drag a rectangle into Window1 and put this code in MouseDown:

                Dim b as Boolean
                Dim c as Color

                b=SelectColor(c, "Select a Color")
                Rectangle1.FillColor = c

                Return True

b. When I run the project and click on Rectangle1, the Colors Window comes up. I select a color and click on the "OK" button.

c. Rectangle1 is filled with the selected color. Everything normal so far!

d. If I click again on Rectangle1, the application hangs. I must Force Quit this project.

I am running OS 10.5.5 on a MacBook Pro using RB 2008 Rel 4.1 OR RB 2008 Rel 5. Does anybody see a problem here?

Besides the fact that 2008 r5 does not exist ? :P

Your code works fine for me in 2008r4.1 and 2008r4.2

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>