Filip
On 12 Jul 2011, at 17:27, Development wrote:
>
> On Jul 12, 2011, at 2:16 AM, Filip van der Meeren wrote:
>
>> I have set up an NSSegmentedControl in IB with the autosizingmasks but the
>> control won't stretch or shrink as it should. Any clue about why? I have
&
Hi everyone,
I have set up an NSSegmentedControl in IB with the autosizingmasks but the
control won't stretch or shrink as it should. Any clue about why? I have
searched the google pages and the apple doc but came up empty.
Thanks,
Filip___
Cocoa
I want to get the difference between 2 characterSets. For example:
I have the following 2 characterSets...
NSCharacterSet *aSet = [NSCharacterSet characterSetWithCharactersInString:@"a"];
NSCharacterSet *lowerSet = [NSCharacterSet lowercaseLetterCharacterSet];
The difference between these (aSet -
On 08 Apr 2010, at 15:32, Graham Cox wrote:
>
> On 08/04/2010, at 9:23 PM, Dave wrote:
>
>> I have a number of Constant Strings that are project wide
>
>> static NSString kString1 = @"some string";
that is NOT a constant string.
NSString * const kString1 = @"lol";
is a constant string.
Thank you, that helped a lot.
Filip
On 16 Sep 2009, at 20:47, Chris Kane wrote:
Forgive my responding to two sets of comments with one message ...
On Sep 13, 2009, at 9:18 PM, Ken Thomases wrote:
On Sep 13, 2009, at 10:09 AM, Filip van der Meeren wrote:
I am using NSTask objects in a
Good evening,
I am using NSTask objects in a Command Line Tool project, to be able
to intercept notifications I need a runloop to the best of my knowledge.
And ever since I installed Mac OS X 10.6, I wondered if I could
replace that entire runloop by a dispatch_queue.
Does anyone know how
Hello,
I have a question...
How can I place an image in the left border of an NSTextView, without
causing a move or shift of the text to the right?
And keep the image at the height of a given linenumber...
Thank you,
Filip van der Meeren
I guess I have misread your question...
You should see the folder "Products" in your groups & files...
Just change the name of your application/framework in your products
folder.
Filip van der Meeren
On 21 Jun 2009, at 17:02, Angelo Chen wrote:
thanks for the reply, i tried
Just change the name of the targetname, or get Info on the proper
target, and change the executable name in the properties tab.
Filip van der Meeren
On 21 Jun 2009, at 15:47, Angelo Chen wrote:
Hi,
I need to rename the executable file without renaming the project,
how to do that? thanks
You have 2 options:
NSScanner or
CFStringTokenizerRef
I prefer the NSScanner for regular parsing, but if you want to parse
for words, then you should opt for the Tokenizer...
Filip van der Meeren
On 19 Jun 2009, at 16:58, Michael A. Crawford wrote:
My NS class vocabulary is a little
mo",
transferIndex, @"transferIndex", credit, @"credit", debit, @"debit",
nil];
I'm getting the error because I initially declared my credit and
debit objects as NSNumbers. Can I recast them without them losing
scope?
Filip van der Meeren
fi...@code2
thod (http://developer.apple.com/documentation/Carbon/Reference/LaunchServicesReference/Reference/reference.html#/
/apple_ref/c/func/LSSetHandlerOptionsForContentType)
Its an urgent project requirement, so please reply as soon as
possible.
Thanks,
NIKHIL
Filip van der Meeren
fi...@code2develop.com
Never mind, I have already found it:
http://www.cocoadev.com/index.pl?LaunchServices
Thank you anyway,
Filip van der Meeren
fi...@code2develop.com
On 23 May 2009, at 13:17, Filip van der Meeren wrote:
Hello,
I am writing an Document-based App that uses bundles, and I was
wondering if I
Hello,
I am writing an Document-based App that uses bundles, and I was
wondering if I could create new Document Types for my App
programatically based on the available plugins.
Any help would be greatly appreciated,
Filip van der Meeren
fi...@code2develop.com
# code to ObjC or
C/C++...
Or you should fall back to the Mono-Project, but I find that not
everything is ported (well).
Filip van der Meeren
fi...@code2develop.com
http://www.sourceforge.net/projects/xlinterpreter
On 13 May 2009, at 10:37, Kari Valkama wrote:
Hi Filip,
I am also interested
I would go for a portable model, and something like a builder pattern
for the view...
Just create a new concrete class for each new platform...
Mvg,
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
*** Send from my IPhone ***
On 13-mei-09, at 09:01
app again...
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 17 Apr 2009, at 16:21, Scott Ribe wrote:
Is there any way for me to view the errors my users
are sending; or should I implement such a function myself.
Two general approaches
ask this question because MS (the evil stepbrother) gives the
developers access to the committed exceptions: https://winqual.microsoft.com/help/About_Windows_Error_Reporting_for_Hardware.htm
or http://www.sherylcanter.com/articles/oreilly_20040316_wer.php
Thanks,
Filip van der Meeren
fi
On 15 Apr 2009, at 21:39, I. Savant wrote:
On Wed, Apr 15, 2009 at 3:29 PM, Filip van der Meeren
wrote:
I am trying to create a networking feature for my application. What
should I
use?
You're going to have to be more specific than that. What *kind* of
networking feature? Loading
as Carbon...
Any advice ?
Thank you,
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list
On 13 Apr 2009, at 17:21, Michael Ash wrote:
On Mon, Apr 13, 2009 at 6:27 AM, Mario Kušnjer
wrote:
On 2009.04.13, at 11:15, Quincey Morris wrote:
Not exactly. Make your application delegate (let's say its class is
MyAppDelegate) separate from your window controller. So, the steps
are:
You could always call exit(); from C
or [NSApp terminate:XXX];
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 13 Apr 2009, at 16:13, Luca Ciciriello wrote:
Hi All.
I Know this, may be, is the most stupid question on this list by I'm
prett
You could always call exit(); from C
or [NSApp terminate:XXX];
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 13 Apr 2009, at 16:13, Luca Ciciriello wrote:
Hi All.
I Know this, may be, is the most stupid question on this list by I'm
prett
/options/cocoa-dev/filip%40code2develop.com
This email sent to fi...@code2develop.com
Mvg,
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not
Do not forget to release my scanner after using it...
On 10 Apr 2009, at 14:44, Filip van der Meeren wrote:
Hello,
Just use NSScanner (http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSScanner_Class/Reference/Reference.html
) to parse those tags.
Something like
the scanner,
// or you just ask it its scanLocation, and you have the index from
where to substring.
}
The code above could be partially incorrect, since I am typing on a
computer without XCode.
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
applying them correctly.
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 22 Mar 2009, at 10:57, Gustavo Pizano wrote:
Hello, Im having a leak, (showed up by instruments), I was able to
detect that its appearing when doing this:
[dLayer setName:[[shipaux
Never mind, your idea works like a charm...
Thank you,
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
Begin forwarded message:
From: Filip van der Meeren
Date: Sat 21 Mar 2009 00:32:03 GMT+01:00
To: Matt Long
Cc: Cocoa-dev@lists.apple.com
Subject
As far as I understand you, you can't group animations of different
layers, and let them run concurrently?
Because that is what I need.
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 21 Mar 2009, at 00:24, Matt Long wrote:
It won't
Will that work with animations that are already running?
I mean, if there are 2 or 3 animations running, and I kick off a 4th,
won't that stop the 3 that are already running?
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 21 Mar 2009, at
activated within the same layer. The animations are
triggered at different moments in time, I have tried to find a
solution. But each time the animation stops when another is activated.
Any help here is welcome...
Thank you,
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects
The same as Adium!
Nice, thank you...
Filip van der Meeren
fi...@code2develop.com
http://sourceforge.net/projects/xlinterpreter
On 28 Jan 2009, at 15:00, Scott Anguish wrote:
You want Sparkle.
http://sparkle.andymatuschak.org/
On 28-Jan-09, at 8:43 AM, Filip van der Meeren wrote:
Good
Good afternoon,
I want to add an updatefunction to my applications, but I am wondering
how to implement it.
Does someone here have experience with updating your own applications
without letting the user downloading some parts manually.
Thank you very much,
Filip van der Meeren
fi
You are writing to a folder that is under admin rights.
Instead write to the user directory: ~/Library/Preferences/myFile.plist
Or make use of the NSUserDefaults class.
Filip van der Meeren
fi...@code2develop.com
http://www.sourceforge.net/projects/perlmanager
http://www.sourceforge.net/projects
On 15 Dec 2008, at 00:09, Michael Ash wrote:
On Sun, Dec 14, 2008 at 12:55 PM, Krishna Kotecha
wrote:
Shouldn't this code be causing an error at some point? And if not,
why not?
Any insights or explanations any one has on this would be
appreciated.
All C programmers (and therefore all O
On 14 Dec 2008, at 23:57, Ken Thomases wrote:
On Dec 14, 2008, at 4:38 PM, Filip van der Meeren wrote:
[...] NSNumber is the basic foundation of our OS, I know dozens of
ways to create the object without autoreleasing it inside somewhere.
Really? Since you're invoking closed-s
On 14 Dec 2008, at 23:27, Ken Thomases wrote:
On Dec 14, 2008, at 4:17 PM, Filip van der Meeren wrote:
If your system doesn't crash/hangs before you can stop it, then you
will see that the app is consuming memory like the Americans are
consuming oil.
And according to me, my pr
On 14 Dec 2008, at 23:27, Ken Thomases wrote:
On Dec 14, 2008, at 4:17 PM, Filip van der Meeren wrote:
If your system doesn't crash/hangs before you can stop it, then you
will see that the app is consuming memory like the Americans are
consuming oil.
And according to me, my pr
to me, my program respects the Memory Management rules.
So I say there is a bug.
Filip van der Meeren
fi...@code2develop.com
http://www.sourceforge.net/projects/perlmanager
http://www.sourceforge.net/projects/xlinterpreter
On 14 Dec 2008, at 23:14, Ken Thomases wrote:
On Dec 14, 2008, at 4:
inserted.
Memory-requirements started to go up, up and up...
And guess what the value of "wh" was ? That is right: 100,000!
Filip van der Meeren
fi...@code2develop.com
http://www.sourceforge.net/projects/perlmanager
http://www.sourceforge.net/projects/xlinterpreter
On 14 Dec 2008,
Thank you, I was just replying to your mail ;-)
Filip van der Meeren
fi...@code2develop.com
http://www.sourceforge.net/projects/perlmanager
http://www.sourceforge.net/projects/xlinterpreter
On 14 Dec 2008, at 22:49, Nick Zitzmann wrote:
On Dec 14, 2008, at 10:55 AM, Krishna Kotecha wrote
an object ;-)
My guess is that NSNumber is over-retaining itself within its
initializer. Nothing for you to worry about.
This is a typical worry-case for that nice Apple programmer... You
should file a bug-report...
Filip van der Meeren
fi...@code2develop.com
http://www.sourceforge.net/project
I already replied to my typos.
But still the exception is thrown every codesetup I use.
Filip van der Meeren
[EMAIL PROTECTED]
http://www.sourceforge.net/projects/perlmanager
On 08 Dec 2008, at 23:36, Darren Adkinson wrote:
Filip,
the perl executable itself will be in somewhere like /usr/bin
Ok, I did not type out the example as I should, but still, it fails.
With an no permission exception.
And I would love to execute the example with something like:
[task setLaunchPath:@"perl"];
You never know what version is installed on the target computer...
Filip van der Mee
8' failed: 13, "Permission
denied". Terminating temporary process.
Any ideas on how to fix my problem ?
Thank you,
Filip van der Meeren
[EMAIL PROTECTED]
http://www.sourceforge.net/projects/perlmanager
___
Cocoa-dev mailing list (Co
s
anyone know a header from cocoa that enables me to interact with the
FTP-protocol?
Filip van der Meeren
http://www.sourceforge.net/projects/perlmanager
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
Ok, you got me there...
But in my own defense it could still be to make sure that people are
still able te retain the object without creating an overflow... ;-)
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 21 Nov 2008, at 17:19, Jean-Daniel Dupas wrote:
Le 21
But the docs also say "Another purpose for a class factory method is
to ensure that a certain class (NSWorkspace, for example) vends a
singleton instance".
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 21 Nov 2008, at 17:12, Devon Ferns wrote:
Th
I agree, but what would you have the documentation say ?
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 21 Nov 2008, at 17:08, mmalcolm crawford wrote:
On Nov 21, 2008, at 7:56 AM, Filip van der Meeren wrote:
I quote: "For objects that never get released,
Sorry to be this crude, but the documentation isn't created for
beginners.
If I would have documentation for beginners, then I would never take
look at it!
There are excellent books for beginners from Wrox and O'reilly...
Filip van der Meeren
http://www.sourceforge.net/projects/xli
messages sent to the receiver.
This method is typically of limited value in debugging memory
management issues.
I quote: "For objects that never get released, this method should
return UINT_MAX". So where do you see your bug ?
Filip van der Meeren
http://www.sourceforge.ne
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 21 Nov 2008, at 16:21, Adam Leonard wrote:
Ok, so my point with all this is that the documentation should not
say that all class factory methods always return autoreleased
objects because that is an implementation
coa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/filip%40code2develop.com
This email sent to [EMAIL PROTECTED]
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
___
.com/mailman/options/cocoa-dev/filip%40code2develop.com
This email sent to [EMAIL PROTECTED]
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requ
Thats true, but we are discussing this topic on a apple mailing list...
So I do not think many people without OS X (and the
Foundation.framework that comes along) are replying to this list.
On 20 Nov 2008, at 05:18, Michael Ash wrote:
On Wed, Nov 19, 2008 at 6:06 PM, Filip van der Meeren
your method to autorelease the object,
you are leaving a whole range of possible memoryleaks open, since
every call you make between the allocation and release is a call that
might throw an exception (and we all know Objective-C uses memoryjumps
from C).
Filip van der Meeren
http
Foundation
framework...
I really don't see myself creating a NSObject interface each time I
create a terminal project! ;-)
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 19 Nov 2008, at 23:59, Shawn Erickson wrote:
On Wed, Nov 19, 2008 at 2:45 PM, Luk
this method).
If you use the cocoa GUI and the NSApplicationMain that is in your
"void main(args)" then you won't have to worry about this since the
NSApplicationMain method will set up the pool for you.
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 1
Just one little addition to my previous mail; it is:
NSString *blah = [NSString string];
You forgot the star ;-)
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 19 Nov 2008, at 23:47, Filip van der Meeren wrote:
As long as you do not contain the "blah&
As long as you do not contain the "blah" in a NSAutoreleasePool, then
you do not have an issue...
Just use "return blah;".
Filip van der Meeren
http://www.sourceforge.net/projects/xlinterpreter
On 19 Nov 2008, at 23:37, Carmen Cerino Jr. wrote:
I am not sure the bes
m)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/filip%40code2develop.com
This email sent to [EMAIL PROTECTED]
Fili
t post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/filip%40code2develop.com
This email sent to [EMAIL PROTECTED]
Filip van der Meere
Hello,
I have the most puzzling question:
The documentation of XCode for NSCharacterSet includes the following:
newlineCharacterSet
Returns a character set containing the newline characters.
+ (id)newlineCharacterSet
Return Value
A character set containing the newline characters (U+000A–U+000
Ok, I don't know where you have found that article because it is bogus!
You are perfectly able to create an application without Nibs...
Just create a new cocoaproject, delete the nibfile and replace your
main with the following code:
int main(int argc, char *argv[])
{
[NSApplication s
I don't see the problem...
Just use a pointer to a pointer to a pointer to a ...
Every array in C is just a hidden pointer and if you try to
dynamically allocate an array in C then you are left only with one
option: malloc, calloc, realloc
On 02 Sep 2008, at 22:49, Keary Suska wrote:
9/2/0
On 29 Aug 2008, at 14:22, [EMAIL PROTECTED] wrote:
Hi all,
I developed one application that uses some files.I can deploy the
application.
Now what I want is when double clicking the .app file in any system it
should be installed in a specific folder like :Macintosh HD |
Library |
Application
On 21 Aug 2008, at 00:23, Torsten Curdt wrote:
This question has come up during the last CocoaHeads and no one was
really able to give a definite answer.
Do both expressions really mean the same thing (as nil is not null)?
if (!foo) {
...
}
if (foo == nil) {
...
}
Just try it out in a sma
Hi,
I have been searching for a way to put a NSToolbar within a Custom View.
Is this possible?
I have one button that is a default, to return to the previous view,
but each view has its own collection of buttons.
Or do you guys know an alternative?
Filip
__
68 matches
Mail list logo