Wednesday, December 24, 2014

Suite Cloud IDE Download / Install in eclipse

SuiteCloud itself is available through an Eclipse update site. The plugin is installed as any other Eclipse plugin:
1. Open Help > Install New Software…
2. Click Add…, set Name to “SuiteCloud IDE” and set Location to
http://system.netsuite.com/download/ide/update; click OK.
3. Once the list of plugins populates, select the SuiteCloud node and click Finish


ref : http://blog.erpguru.com/2012/05/how-i-survived-suiteworld-2012.html

Wednesday, December 10, 2014

UIScrollView won't scroll (Storyboards)

Two things turned out to be necessary:
1) Set height of scrollview to 480.
2) Add constraint to the bottommost field in the scrollview. The constraint was Pin >> Bottom Space to Superview.