cappuccino / cappuccino

Web Application Framework in JavaScript and Objective-J
https://cappuccino.dev/
GNU Lesser General Public License v2.1
2.21k stars 333 forks source link

A CPBox containing a CPColorWheel fails nib2cib conversion #2969

Closed cacaodev closed 2 years ago

cacaodev commented 3 years ago

Steps to reproduce:

  1. Create a new NibTemplate application
  2. In Xcode, add a CPColorWheel and embed it in a CPBox.
  3. Run nib2cib

Result:

nib2cib throws an error : null is not an object (evaluating 'CPApp._windows')

cappbot commented 3 years ago

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

didierkorthoudt commented 3 years ago

@cacaodev I’ll look at this ASAP.

daboe01 commented 3 years ago

-#new +tools +#needs-patch

cappbot commented 3 years ago

Milestone: Someday. Labels: #needs-patch, tools. What's next? This issue needs a volunteer to write and submit code to address it.

stewa commented 3 years ago

Not sure if related but embedding a Scrollable Text View seems to fail too.

didierkorthoudt commented 2 years ago

Fixed by #2994

didierkorthoudt commented 2 years ago

@cacaodev OK for you ?