Microsoft
Software
Hardware
Network
Question : Make connection from instance to interface
I have created a NSString variable in my .h file here is the code
@interface GatheringResult : NSObject {
IBOutlet NSString *sai_transactionnumber;
}
- (IBAction)ResearchEntry:(i
d)sender;
@end
but when i try to link my instance to a text field, it make nothing
what i did wrong
Answer : Make connection from instance to interface
Probably, you need:
IBOutlet UITextField *sai_transactionnumber;
If you have a text field and need to get to it from your code, you add UITextField variable as an outlet.
You can add NSString too, I do not know what exactly you do.
Random Solutions
Unix filler
DMZ access to Public URL which NAT'ed to internal OWA host
tables with FK relationships at all
Windows XP OEM in a virtual machine
Ubuntu 10.04 startup script
ASP.NET How to get picture images to display...in a LISTVIEW?
Firewall Service won't start after I applied Web access policy wizard
SBS 2003 Premium. Windows 7 client and Microsoft Shared Fax - Do they work together?
Changing the name ofWindows Version during startup
SharePoint 2010 - MasterPage - How to create a "header" for Branding above the ribbon so Visitors can view