Applications are processes on "true" Symbian i.e. on the phone.
It probably depends what you mean with "sharing": The UIQ view system allows one application to call another application and tell it which view to display, and later you can return to the calling application. Some sort of "sharing", alright, but still for any view there is exactly one owner application, and as I understand it only that owner application can use the view directly, e.g. for displaying something.
Forum posts: 1248
I would be very suprised if this was possible.
If different processes must display things simultaneously, maybe build something like a display server for them?
René Brunner
Forum posts: 121
Yes, sharing a view b/w applications (not sure of processes) is permissible.
Please refer to http://wiki.forum.nokia.com/index.php/How_to_work_with_views_and_view_architecture
Jupitar
Forum posts: 1248
Applications are processes on "true" Symbian i.e. on the phone.
It probably depends what you mean with "sharing": The UIQ view system allows one application to call another application and tell it which view to display, and later you can return to the calling application. Some sort of "sharing", alright, but still for any view there is exactly one owner application, and as I understand it only that owner application can use the view directly, e.g. for displaying something.
René Brunner