Hello guys,
I am writing a Web scraper APP, First i implemented it and ran it through Console, It works great! but after i tried to make a GUI for that, It does not work.
Application class Called: ScraperApp
Class for GUI called: ScraperCocoaApp
the problem is with method!
when i press SET button, it gives the EXC_BAD_ACESS error !
>> To observe the problem just fill the textboxes and press SET.
I appreciate anyone's help, if you just download the the attached project and take a look at that.
Thanks
I am writing a Web scraper APP, First i implemented it and ran it through Console, It works great! but after i tried to make a GUI for that, It does not work.
Application class Called: ScraperApp
Class for GUI called: ScraperCocoaApp
the problem is with method!
Code:
-(IBAction) FieldAndXPathQuery:(id)sender
when i press SET button, it gives the EXC_BAD_ACESS error !
>> To observe the problem just fill the textboxes and press SET.
I appreciate anyone's help, if you just download the the attached project and take a look at that.
Thanks