Re: [sword-devel] Crash when getting module type

2023-10-29 Thread Troy A. Griffitts
Important typo: - We could set option values from the source to the destination, I suppose, but still that would give you what you want. + We could set option values from the source to the destination, I suppose, but still that WOULDN'T give you what you want. On October 29, 2023 11:21:12 MST,

Re: [sword-devel] Crash when getting module type

2023-10-29 Thread Troy A. Griffitts
Hi David, On October 29, 2023 10:52:50 MST, "David "Judah's Shadow" Blue" wrote: >The next class at play is the library class that also has a private member >swordLibrary, > >sword::SWMgr swordLibrary; This is the issue. Since you are declaring an instance of SWMgr here, it will get constru

Re: [sword-devel] Crash when getting module type

2023-10-29 Thread David "Judah's Shadow" Blue
On Friday, October 27, 2023 1:25:44 PM EDT Troy A. Griffitts wrote: > I don't believe the issue is between when you declare the tempMod > variable and when you assign it. > > I believe the issue is between when you construct SWMgr() and when you > get to your code block. Somebody has done somethin

Re: [sword-devel] New shared common SWORD path on Android

2023-10-29 Thread Timothy Allen
On 29/10/23 19:16, Tobias Klein wrote: What makes it complicated in my case is the following. Ezra Bible App on Android is a Cordova app. When it comes to permissions, etc. I depend on Cordova Plugins. The one that I had been using is this: https://www.npmjs.com/package/cordova-plugin-android

Re: [sword-devel] Bishop to-do list

2023-10-29 Thread Tobias Klein
Hi Cyrille, I understand where you're coming from in terms of user needs. Merging is something that would technically not be that easy due to different technologies ... it would rather mean re-developing features, or re-developing the app entirely. And that is a lot of work, that one would fir

Re: [sword-devel] New shared common SWORD path on Android

2023-10-29 Thread Tobias Klein
Hi Timothy, yes, that's the user perspective and it is clear. What makes it complicated in my case is the following. Ezra Bible App on Android is a Cordova app. When it comes to permissions, etc. I depend on Cordova Plugins. The one that I had been using is this: https://www.npmjs.com/packag