Page 1 of 1

Business Academy

Posted: Wed Sep 19, 2012 1:54 am
by anmldr
In the Business Academy in the lesson for the Native Look iOS UIs.pdf and in the video the code in the touchEnd event of the buttons is similar to this:

Code: Select all

set the uURL of group "browser" to "http://www.runrev.com/support/"
I never heard the speaker say anything about a "group" or saw any mention of a "group" in the document. Why is the code mentioning the "group"?

Did he group some of the controls and forget to mention it?

Linda

Re: Business Academy

Posted: Wed Sep 19, 2012 12:42 pm
by Klaus
Hi Linda,

since most forum members including me did not visit the BA, you may need to ask
that namely speaker himself to get an answer to this question :D

Anyway, it doesn't matter at all, WHAT custom property you set, as long as you
know WHERE you can retrieve it later, know what I mean? 8)


Best

Klaus

Re: Business Academy

Posted: Wed Sep 19, 2012 2:00 pm
by sturgis
The lesson uses mobGUI which is a 3rd party addon. The info on the screen with the video player has a link to where you can get a trial. When using mobGUI, its objects are groups, so adding the browser stuff from mobgui adds a group to the app. You interact with the mobgui scripts by setting properties.

Make sure you've done all the required stuff (get mobui, install the library in your app etc)

Also, there is a forum category for the business academy, if you don't see it in the list, and you paid for the academy you can email support@runrev.com from the email you used to register for everything and ask if they can give access.

Re: Business Academy

Posted: Wed Sep 19, 2012 10:25 pm
by LittleGreyMan
Hi Linda,

You don't need buying MobGUI in order to give it a try.

The unregistered version includes a splash screen, but is fully functional.

HTH