Skip navigation.
 
mlRe: weird problem with IB (update)
FROM : Luc Vandal
DATE : Tue Apr 05 20:51:29 2005

I've changed the file type to .mm (objectivecpp) and if I set
breakpoints they seem to be ignored. Then, if I change the file type
back to .m (objc) the breakpoints are working!!!

What I don't understand is that I always use .mm in my project with no
problems at all but for this particular file it won't work! Am I
missing something here???


Luc



On 5-Apr-05, at 2:39 PM, Luc Vandal wrote:

> Hi,
>
> i've created a panel window with standard Ok and Cancel buttons. Both
> are shortcuts to \R and \E respectively. I manually added IBAction
> functions to use with those buttons. I also added those functions in
> the panel's window controller and connected each button to it's
> action. I've also created outlets for the buttons.
>
> What happens is that if I click on either one of the buttons, nothing
> will happen. I'll get that beep noise when clicking one of the buttons
> but it looks like there's no function/action attached to the buttons!
>
> What is wrong?
>
> Luc
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlweird problem with IB Luc Vandal Apr 5, 20:39
mlRe: weird problem with IB (update) Luc Vandal Apr 5, 20:51