On Aug 20, 2004, at 3:00 PM, Sherm Pendley wrote:
On Aug 20, 2004, at 5:30 PM, Alan Olsen wrote:
On Aug 20, 2004, at 1:34 PM, Sherm Pendley wrote:
my $row =
NSApplication->sharedApplication()->runModalForWindow($self-
>myPanel());
How do you set the datasource for tableview. I usually call it r
This is probably for Sherm-
I am trying to open a non-modal NSOpenPanel. As a simple test, I
modified the CamelBones FileViewer:
$openPanel->beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo(
$self->{'_openPath'}, '', $fileTypes, $self,
'openPanelDidEnd
On Aug 20, 2004, at 5:30 PM, Alan Olsen wrote:
On Aug 20, 2004, at 1:34 PM, Sherm Pendley wrote:
my $row =
NSApplication->sharedApplication()->runModalForWindow($self-
>myPanel());
How do you set the datasource for tableview. I usually call it right
after displaying the window. I am not cert
On Aug 20, 2004, at 1:34 PM, Sherm Pendley wrote:
On Aug 20, 2004, at 3:31 PM, Alan Olsen wrote:
I am opening it as a modal dialog box. What I am trying to do is get
it to act like "OpenPanel" or the alert dialog. Those return to the
calling process when they are done and not before.
That *is
On Aug 20, 2004, at 4:44 PM, Charlie Minow wrote:
*** You are using a perl configured with threading enabled.
*** You should be aware that using multiple threads is
*** not recommended for production environments.
I've looked around and can't find an explanation of what this really
means. Does it
Hi,
In trying to set up DBI for Perl under Panther, I get this message:
*** You are using a perl configured with threading enabled.
*** You should be aware that using multiple threads is
*** not recommended for production environments.
I've looked around and can't find an explanation of wh
On Aug 20, 2004, at 3:31 PM, Alan Olsen wrote:
I am opening it as a modal dialog box. What I am trying to do is get
it to act like "OpenPanel" or the alert dialog. Those return to the
calling process when they are done and not before.
That *is* how a modal session acts. For example, let's ass
On Aug 19, 2004, at 10:21 PM, Sherm Pendley wrote:
On Aug 19, 2004, at 3:21 PM, Alan Olsen wrote:
This is probably a modal v.s. non-modal issue. I want to find out
the right way to do it...
I have a window that I display that has a table view. The user needs
to select a row off the table.
The
Now if we take that same simple program and either
don't define $SIG{'TERM'} or set it to 'DEFAULT' we
get END when the parent dies, but when we kill the
child &cleanup isn't run (duh) but neither is END. Is
that standard behaviour? I would've thought it'd try
to do END if at all possible to clean
Now if we take that same simple program and either
don't define $SIG{'TERM'} or set it to 'DEFAULT' we
get END when the parent dies, but when we kill the
child &cleanup isn't run (duh) but neither is END. Is
that standard behaviour?
The following is from perlfaq8 (perldoc perlfaq8):
The END
10 matches
Mail list logo