On Thursday, May 3, 2012 2:04:57 AM UTC+2, aparajita wrote:
> Please post this on objectivej@googlegroups.com.
> On Apr 24, 2012, at 6:02 AM, ichar wrote:
> > Hello everybody,
> > I have a problem with nib2cib converter that is driving me nuts. It is
> excactly the same problem as this guy had here:
> https://groups.google.com/d/msg/objectivej/uLOQor4mtlo/pwrEYZOvB7QJ I
> tried all the solutions mentioned there, but no luck...
> > In short, every time I try to convert a .xib file it always creates a
> different .cib file. 8 out of 10 times it produces an unusable file. When I
> put that file in the project and refresh the browser I get one or more of
> the following errors:
> > • In a CPTabView the tabs are disconnected from the buttons.
> This means that I see a random tab, but when I press the buttons nothing
> happens. However if I press the tab button of the tab I am currently
> looking at, it resizes it's contents to fit the view (Before I click the
> button they have the design size).
> > •
> > • CPInvalidArgumentException: CPScroller does not contain theme
> attribute 'scroller-width'
> > • CPInvalidArgumentException: CPScroller does not contain theme
> attribute 'knob-inset'
> > Retrying the conversion many times solves the issue, but it's really
> annoying to convert the same file 20 times until I get something that
> works...
> > I also noticed that this irregularity happens only on files that when
> processed, nib2cib complains with:
> > Warning: converting character 0x1b to base64 representation
> > I am using:
> > • OSX 10.6.8
> > • Xcode 4.0 build 4A278b
> > • Cappuccino v0.9.6-RC1 (Using zipball
> http://github.com/cappuccino/cappuccino-base/zipball/v0.9.6-RC1)
> > • The project is extending Archipel Version: 0.5.0-ad72dd1
> (Moon)
> > (Cappuccino was installed through a bootstrap script from the Archipel
> project. The script downloaded the zipball mentioned above)
> > I have also attached my problematic xib.
> > Any thoughts?
> > And I also have a question -out of curiosity- for the ones who know how
> nib2cib works in detail... how come every time I convert the same .xib
> file, the .cib file is completely different? (Even different size). Does it
> store some persistent information somewhere? Does it have any randomization
> source? Or is it just a race condition somewhere?
> > I am not sure if I am missing something, or if I am doing something
> wrong, since I have never used the Interface Builder before...
> > Thanks in advance
> > --
> > You received this message because you are subscribed to the Google
> Groups "Cappuccino & Objective-J Development List" group.
> > To view this discussion on the web visit
> https://groups.google.com/d/msg/objectivej-dev/-/CIp9F0axrVEJ.
> > To post to this group, send email to objectivej-dev@googlegroups.com.
> > To unsubscribe from this group, send email to
> objectivej-dev+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/objectivej-dev?hl=en.
> > <workflow.xib>
> Regards,
> Aparajita