realbasic-nug
[Top] [All Lists]

Colors Window Problem

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Colors Window Problem
From: Paul Young <youngpr@myactv.net>
Date: Thu, 30 Oct 2008 12:04:14 -0400
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
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
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?

Thanks,

Paul Young

_______________________________________________
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>