Re: [Sugar-devel] Launching Activity from within another activity

2019-06-04 Thread James Cameron
For the record, here's how it was solved; https://github.com/sugarlabs/terminal-activity/pull/35/commits/ae597e9c7cb1868a84f6abbb023d5493ac7c27cd On Mon, Jun 03, 2019 at 07:04:52PM +0530, Hrishi Patel wrote: > I had the same problem.  I was passing the "bundle_id" parameter as None, that >

Re: [Sugar-devel] Launching Activity from within another activity

2019-06-03 Thread Hrishi Patel
I had the same problem. I was passing the "bundle_id" parameter as None, that caused the problem. You can look at my code here: https://github.com/Hrishi1999/Dashboard.activity/blob/master/activity.py#L315 On Mon, Jun 3, 2019 at 6:22 PM Swarup N wrote: > Hey Hrishi, > I had doubt. I know that

[Sugar-devel] Launching Activity from within another activity

2019-06-03 Thread Swarup N
Hey Hrishi, I had doubt. I know that you recently worked on launching an activity from within an activity using sugar3.activity.activity.launch_bundle(). I'm also working on a similar thing. I want to launch browse-activity from terminal-activity. I know that I need use the same function, and I