Yep, that was the first way I did it. I thought the crash might be coming
from a need for those procs, or even by the system trying to access NULL
pointers to nonexistent procs (which could conceivably cause a crash of
course), but it doesn't work either way. I don't get it. How hard can it
be, yet no one can see anything wrong with my code.
Does no one use these libraries? At this point I'm looking for
clarification that they even work right at all, or if they simply can't be
used.
...in which case, how do people pick colors? I'm using GetColor right
now, which works like a dream (except the placement doesn't work, it
always goes to the center of the screen), but GetColor is described as
very old and use of it is highly discouraged.
I don't know what to do.
> dans l'article Pine.LNX.4.60.0410281440020.18319@albuquerque.cs.unm.edu,
> Keith Wiley à kwiley@cs.unm.edu a écrit le 28/10/04 22:47 :
[quoted text clipped - 67 lines]
>> -- Edwin A. Abbott, Flatland
>> ________________________________________________________________________
________________________________________________________________________
Keith Wiley kwiley@cs.unm.edu http://www.unm.edu/~keithw
"Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy."
-- Edwin A. Abbott, Flatland
________________________________________________________________________
Eric VERGNAUD - 30 Oct 2004 20:08 GMT
dans l'article Pine.LNX.4.60.0410301051060.15348@oberon.cs.unm.edu, Keith
Wiley à kwiley@cs.unm.edu a écrit le 30/10/04 18:53 :
> Yep, that was the first way I did it. I thought the crash might be coming
> from a need for those procs, or even by the system trying to access NULL
[quoted text clipped - 12 lines]
>
> I don't know what to do.
I'm using the Cocoa color picker with no problem.
Eric
Jøhnny Fävòrítê (it means "halo, then resonate") - 31 Oct 2004 07:33 GMT
> I'm using the Cocoa color picker with no problem.
yeah, me too. and i'm pretty sure that, once you create the color
picker window, it is not destroyed until program exit. that could
account for things being different the second time it is used.