rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

custom slot fail #279

Closed gassechen closed 5 months ago

gassechen commented 1 year ago

Hello. I'm following the Clog plunger videos. I have a problem with "Custom Slots". when i insert them it is reflected in this way in the code and gives an error (selectablep :accessorselectablep :initform nil)

On the other hand to the Reload the builder, or the application, that field appears empty

rabbibotton commented 1 year ago

It should be - (selectablep :accessor selectablep :initform nil) space missing after accessor

it is currently not handling errors well. Let me know if that does it

gassechen commented 1 year ago

Is my firefox version, in chrome no error

rabbibotton commented 5 months ago

I can not reproduce this, closing. Is still happening for you let me know.