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