[Rubycocoa-devel 1178] Re: Please retry installation

Back to archive index

Yvon Thoraval yvon.****@gmail*****
Sun Sep 16 02:12:02 JST 2007


2007/9/15, Laurent Sansonetti <laure****@gmail*****>:
>
>
> >   apart from that point, could this kind of prob explain why a code as
> > simple as :
> >
> >
> >   def addForbidden( notification )
> >     oPanel = NSOpenPanel.openPanel
> >     oPanel.setAllowsMultipleSelection( true )
> >     oPanel.setCanChooseDirectories( true )
> >     oPanel.setCanChooseFiles( true )
> >
> >     puts "OK HERE!"
> >
> >     #buttonClicked = oPanel.runModal
> >     buttonClicked = oPanel.runModalForDirectory_file_types(
> > "/Volumes", nil, nil )
> >
> >      puts "buttonClicked"
> >
> >     if buttonClicked == NSOKButton
> >
> >
> >
> > fails opening gdb showing an error in NSAutoreleasePool???
>
> Please attach at least the back trace, or better, a reproducing sample.
>


unfortunately, this doesn't reproduce in a tiny sample...
then, this comes from my project itself !

-- 
yvon
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 


More information about the Rubycocoa-devel mailing list
Back to archive index