Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Standard Version / Linking UI element and Mediator on: December 19, 2009, 09:46:42
Hi

I have a small begginer problem at starting point on my application :

I have an UI element which is an UIView. It is set as the viewComponent of a Mediator in my StartUpCommand. When the user performs an Event such as a touch on an element of the UI Element, I'd like to launch a notification to inform the Application Engine. I don't know how to proceed from there :
Do I have to set a listener in the mediator or do I have to launch the notification from the UIView itself ?
And how can I do it simply ? I feel I'm missing the point here but I couldn't figure it out by myself so any help would be greatly appreciated :)

regards
2  PureMVC Manifold / Demos and Utils / Re: EmployeeAdmin - A PureMVC ObjectiveC / UIKit Demo on: December 04, 2009, 01:44:55
I came to notice that the problem came with my XCode since every project does the same, even newly created projects.

It seems that cleaning and rebuilding is enough to fix the problem.
3  PureMVC Manifold / Demos and Utils / Re: EmployeeAdmin - A PureMVC ObjectiveC / UIKit Demo on: December 04, 2009, 11:19:04
Hello,

I have been looking at the EmployeeAdmin example this week on XCode. Compilation goes well but when I try to run it on the current simulator (v. 3.1.2) the screen stays black and an error message appears in XCode's status bar : " Error from Debugger: Failed to launch simulated application: Unknown error.".

I can run it on my device though but it would be very nice to be able de run on the simulator. Has anyone been confronted to the same issue ?
Pages: [1]