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
ZyXel GS-1548 switch
WCF Nested complex types
Power Point files won't open from samba share
Show All Records In Query if Nothing Selected in Listbox
windows installer problem
Need to find USB External Enclosure for 2.5" 15mm SATA drive
Trying to reset Konica Minolta Bizhub C220 to factory defaults. How?
How to connect treeview & listview or grid through Access database
VMWare ESX 4 Update Manager and failing Remediation for certain patches
Roaming Profiles on Windows 2008 R2 Remote Desktop Services server not working correctly