On Aug 24, 2004, at 2:26 PM, Sherm Pendley wrote:
On Aug 24, 2004, at 5:03 PM, Alan Olsen wrote:
I have the runtime for CamelBones ready to install on the client
computer.
Make sure you have the .pkg installer for the runtime. Different
versions of CamelBones.framework are needed for different
I am getting an error running a Camelbones app on another machine.
I installed the runtime and copied over the .app file/directory.
I get the following errors:
ZeroLink: could not load .o file: /Users/alan/Documents/XCode
Projects/KingCNCProgrammer.build/KingCNCProgrammer.build/Objects-
normal/p
I am just being confused where things are being put.
When CamelBones builds an app, it gets put in ~/Documents/XCode
Projects/. I was expecting it to build in the source directory, not
elsewhere.
Should probably be added to the documentation somewhere.
OK. I have my app built and working.
I have the runtime for CamelBones ready to install on the client
computer.
What do I need to do to convert this into a bundle and/or separately
runnable app recognized as such by OS X?
I can run it through XCode, but that is a bit much for most users.
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 usuall
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 be
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
On Aug 19, 2004, at 12: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 problem is that the window is displayed and then
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 problem is that the window is displayed and then the program just
keeps on going and does not wa
On Aug 11, 2004, at 2:37 PM, Sherm Pendley wrote:
On Aug 11, 2004, at 2:27 PM, Alan Olsen wrote:
The problem I am encountering is not in the Perl code so much as what
needs to be connected where in XCode and Interface Builder. Either I
am missing a delegate link or some other set of links in
On Aug 6, 2004, at 11:16 PM, Sherm Pendley wrote:
On Aug 6, 2004, at 7:01 PM, Alan Olsen wrote:
This is probably simple, I am just not seeing it.
It's simple in hindsight, but it can be difficult to get your head
around it at first.
I have a couple of dialog boxes that are getting call
On Aug 6, 2004, at 11:16 PM, Sherm Pendley wrote:
It's not done in Xcode, but in Interface Builder. You create a new Nib
with whatever panel(s) and such you want in it, and add that Nib to
your project. (Okay, I lied - part of it is in Xcode.)
In the MainMenu Nib, connect the "AppName Preference
On Aug 10, 2004, at 6:44 PM, Sherm Pendley wrote:
On Aug 10, 2004, at 6:56 PM, Alan Olsen wrote:
Well, I figured out why I was getting the disconnect message...
Connecting to first responder instead of file's owner helps...
Sorry, I misunderstood the question - I was describing how you crea
On Aug 6, 2004, at 11:16 PM, Sherm Pendley wrote:
On Aug 6, 2004, at 7:01 PM, Alan Olsen wrote:
This is probably simple, I am just not seeing it.
It's simple in hindsight, but it can be difficult to get your head
around it at first.
Especially when you are not used to Objective C an
This is probably simple, I am just not seeing it.
I have a couple of dialog boxes that are getting called in specific
cases. (A preferences panel and a couple of other panels needed to
select data.)
I am not quite understanding how to call the various panels. I know i
need to connect somethin
Here is an odd problem i found.
$self->{'textBoxen'}->setString($file);
if file is undefined, the app blows up real good.
2004-08-06 15:06:38.993 PerlButtonTest[3392] An uncaught exception was
raised
2004-08-06 15:06:38.993 PerlButtonTest[3392] *** -[NSTextView
replaceCharactersInRange:withStrin
On Jul 12, 2004, at 8:59 PM, Thilo Planz wrote:
Hi,
Does anyone have a good snippet of example code for calling
NSOpenPanel with CamelBones?
I am not certain what the syntax should be and there are few examples
I can find.
Did you check Apple's Cocoa Documentation?
Since CamelBones just wraps a
On Jul 23, 2004, at 6:55 PM, Sherm Pendley wrote:
On Jul 23, 2004, at 5:21 PM, Ingo Weiss wrote:
I am using XML::LibXML and so far did all the testing on my Linux web
server (meaning that I had to be online to test). Now I would like to
set my Mac up for local development - is it possible to instal
On Jul 20, 2004, at 11:17 PM, John Delacour wrote:
At 9:42 pm -0700 20/7/04, Chris Nandor wrote:
On what OS (I figures it is Mac OS X, but just checking)?
How do I discover that? :-)
As to VERSION, again, maybe there's clues in your setup. There's no
reason I can see for it to be failing like that
On Jul 17, 2004, at 12:21 AM, Pierre Vaudrey wrote:
Alan,
Please find sherm's answer to a similar question :
Le samedi, 17 jul 2004, à 03:15 Europe/Paris, Alan Olsen a écrit :
Anyone have a good example of usage of NSString and/or
NSRunPanelAlert?
D'oh! I thought I'd fixed that bug
On Jul 15, 2004, at 1:45 PM, Joseph Alotta wrote:
This might be a little out of our developed world mindset, but I have
heard numerous missionaries report that people in their host countries
will do the exorcism first off on all kinds of equipment, especially
cars and trucks and generators and hous
I think I am getting somewhere. Hard to say at this point. (I have
managed some spectacular crashes.)
I am assuming that PerlObjCBridge does not work with CamelBones? It
seems that way.
What i am trying to do is get NSRunAlertPanel to run. It complains
that the first arg is not in NSString
On Jul 12, 2004, at 6:12 PM, Alan Olsen wrote:
Does anyone have a good snippet of example code for calling
NSOpenPanel with CamelBones?
I am not certain what the syntax should be and there are few examples
I can find.
It figures that I have to post here to find where the examples are kept
Does anyone have a good snippet of example code for calling NSOpenPanel
with CamelBones?
I am not certain what the syntax should be and there are few examples I
can find.
Thanks!
I have a program that I am writing on Mac OS X. It might need to run
on OS 9, but I can probably avoid that.
I will state up front that i prefer Linux, mainly because I know it
better. (And I find the way the Mac does things to be totally alien to
what i am used to.)
I need a very simple set
d misc processing to talk to a serial to
ethernet box.
Alan Olsen
[EMAIL PROTECTED]
[EMAIL PROTECTED]
26 matches
Mail list logo