HI,
I need to have UI component inside a service module , I'm using reflection to make it visible, but I can not keep UI objects in the service global process sub.
I need to make the UI visible without starting the activity (so it wont pause other activities right ?)
how can I do that ?
I cant call an activity sub without resuming it right ?
thanks
I need to have UI component inside a service module , I'm using reflection to make it visible, but I can not keep UI objects in the service global process sub.
I need to make the UI visible without starting the activity (so it wont pause other activities right ?)
how can I do that ?
I cant call an activity sub without resuming it right ?
thanks