Custom Query (1030 matches)
Results (433 - 435 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #986 | worksforme | NSColorPanel is not a class. | ||
| Description |
NSWindow and a number of other Objective-C classes are mapped to symbols in the NS package in ccl::*lisp-classname-table*: cl-user> (apropos "NS-WINDOW") ns:+ns-window, Value: #<objc:objc-metaclass ns:+ns-window (#x1D7D7A8)> ns:ns-window, Value: #<objc:objc-class ns:ns-window (#x1D7D7D0)> ns:+ns-window-controller, Value: #<objc:objc-metaclass ns:+ns-window-controller (#x1D7D988)> ns:ns-window-controller, Value: #<objc:objc-class ns:ns-window-controller (#x1D7D9B0)> ; No value cl-user> (gethash "NSWindow" ccl::*lisp-classname-table*) ns:ns-window t but not NSColorPanel: cl-user> (apropos "NS-COLOR-PANEL") ns:ns-color-panel, Value: #<objc:objc-class ns:ns-color-panel (#x1D73280)> ns:+ns-color-panel, Value: #<objc:objc-metaclass ns:+ns-color-panel (#x1D73258)> ; No value cl-user> (gethash "NSColorPanel" ccl::*lisp-classname-table*) "NS-COLOR-PANEL" t even after instantiating a NSColorPanel: cl-user> (#/sharedColorPanel ns:ns-color-panel) #<ns-color-panel <NSColorPanel: 0x31ae720> (#x31AE720)> cl-user> (gethash "NSColorPanel" ccl::*lisp-classname-table*) "NS-COLOR-PANEL" t |
|||
| #818 | fixed | NSRunAlertPanel() hangs on Cocotron | ||
| Description |
as of Cocotron 2845a0e2fa, doing: (#_NSRunAlertPanel #@"title" #@"message" #@"Yes" #@"No" #@"Maybe") from the main thread hangs, burning 100% CPU and (apparently) slowly leaking memory. I haven't yet tried to create an ObjC example that demonstrates this, though it doesn't seem likely that it's CCL-specific. |
|||
| #63 | fixed | Narrowing a window scrolls left edge | ||
| Description |
Making the editor window narrower scrolls (horizontally) a few pixels off the screen, at least the first time you do it. Note this is different from Ticket #45 which is about vertical positioning. |
|||
