Creating installers when packaging a Levure application

2017-06-23 Thread Trevor DeVore via use-livecode
Hey list, If you attended my session on Levure at LiveCode Global Jam you may have heard me mention that installers couldn’t be automated yet. Well, now they can. Levure 0.9.1 was pushed out today and it adds some features to “helpers” that allow the creation of installers during the packaging

Leveraging LCB's Foreign Function Interface in Levure

2018-10-03 Thread Trevor DeVore via use-livecode
Hi all [sending again to the right list], I uploaded a screencast last night discussing how Levure is using LCB's Foreign Function Interface (FFI) that was introduced in LC9. https://www.youtube.com/watch?v=1TW5ArazTrc -- Trevor DeVore ScreenSteps www.screenstep

Re: DataView and DataView Tree Levure Helpers

2019-01-04 Thread Trevor DeVore via use-livecode
On Wed, Jan 2, 2019 at 10:55 PM Trevor DeVore wrote: > > Over the holiday break I took time to package up some UI controls I use in > my own projects and make them available as helpers for Levure apps*. The > controls are named "DataView" and "DataView Tree".

Re: DataView and DataView Tree Levure Helpers

2019-01-04 Thread JJS via use-livecode
, support could be stopped anytime, and if you then depend on it... We already depend on LC. Like i like to give levure a try, but also hesitate, can i turn back to the "normal" way of building an app? Thanks. Op 4-1-2019 om 18:28 schreef Trevor DeVore via use-livecode: On Wed, Jan

Re: DataView and DataView Tree Levure Helpers

2019-01-04 Thread Trevor DeVore via use-livecode
have chosen to do that through making the code available on GitHub and using the MIT license. I also try to document them as best as I can given the time I have available. Everyone has full access to the source code and others can contribute to the source code. For example, three other people have

Re: DataView and DataView Tree Levure Helpers

2019-01-04 Thread JJS via use-livecode
scroll smoother than the DG2. Have a good weekend ! (and who knows Levure might be adopted by LC to add as an optional way of working) Op 4-1-2019 om 19:51 schreef Trevor DeVore via use-livecode: On Fri, Jan 4, 2019 at 12:12 PM JJS via use-livecode < use-livecode@lists.runrev.com> wrote:

Re: DataView and DataView Tree Levure Helpers

2019-01-04 Thread Trevor DeVore via use-livecode
l needs to add a new feature that will improve scrolling speed in any DG-like control. I don't know what the timeline is for that though. > (and who knows Levure might be adopted by LC to add as an optional way > of working) LiveCode already recommends it to development teams. See

Re: DataView and DataView Tree Levure Helpers

2019-01-05 Thread Trevor DeVore via use-livecode
On Fri, Jan 4, 2019 at 11:28 AM Trevor DeVore wrote: > On Wed, Jan 2, 2019 at 10:55 PM Trevor DeVore > wrote: > I've added another DataView helper named "DataView Database Cursor Helper" > and updated the demo app. This helper adds a `dvCursor` property to a > DataView along with a number of oth

Re: [ANN]CRON - a library for Levure

2019-06-17 Thread Bob Sneidar via use-livecode
Levurithans! I like it! Bob S > On Jun 12, 2019, at 13:38 , Mike Kerner via use-livecode > wrote: > > Calling all Levurithans and anyone who wants to break some code: ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Creating installers when packaging a Levure application

2017-06-23 Thread William Prothero via use-livecode
vor DeVore via use-livecode > wrote: > > Hey list, > > If you attended my session on Levure at LiveCode Global Jam you may have > heard me mention that installers couldn’t be automated yet. Well, now they > can. Levure 0.9.1 was pushed out today and it adds some features to &g

Re: Creating installers when packaging a Levure application

2017-06-23 Thread Trevor DeVore via use-livecode
On Fri, Jun 23, 2017 at 6:09 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor: > This looks like a wonderful resource. However, I got stuck following the > “Make Installer” tutorial because I couldn’t read the text on the yml file, > where you modified added th

Re: Creating installers when packaging a Levure application

2017-06-24 Thread William Prothero via use-livecode
Trevore: I looked at the helper video and noted the yml file for each helper. However, I didn’t know where to add those lines to the main app yml file. But, I will take another look at the documentation and see if I have overlooked something. Bill > On Jun 23, 2017, at 4:48 PM, Trevor DeVore vi

Re: Creating installers when packaging a Levure application

2017-06-24 Thread Trevor DeVore via use-livecode
On Sat, Jun 24, 2017 at 12:41 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevore: > I looked at the helper video and noted the yml file for each helper. > However, I didn’t know where to add those lines to the main app yml file. > But, I will take another look a

Re: Creating installers when packaging a Levure application

2017-06-25 Thread Trevor DeVore via use-livecode
On Sat, Jun 24, 2017 at 12:41 PM William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevore: > I looked at the helper video and noted the yml file for each helper. > However, I didn’t know where to add those lines to the main app yml file. > But, I will take another look a

Re: Creating installers when packaging a Levure application

2017-06-26 Thread William Prothero via use-livecode
Trevor: I should be able to continue, from your last email posting. Thanks! I got distracted with problems with Andre’s dbLib, and now that it’s fixed, I can get back to Levure. I’ll post my “success” in a bit. Best, Bill > On Jun 25, 2017, at 12:09 PM, Trevor DeVore via use-livecode >

Re: Creating installers when packaging a Levure application

2017-06-28 Thread William Prothero via use-livecode
Trevor: Thanks for your support with Levure. It looks like a wonderful resource, but for my current needs, it looks like a pretty big investment for me to figure it out and the ROI is probably not enough to justify the learning curve. Thanks, Bill > On Jun 25, 2017, at 12:09 PM, Trevor DeV

Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-08 Thread bob--- via use-livecode
I'm wondering if anyone might be able to help me out. I’m trying to use LC 9.6.9rc3 with an app built with Levure. With LC 9.6.9rc2 I am able to open the app in the IDE with no issue. When I try to open the app with LC 9.6.9rc3 I get “An error occurred while initializing the applic

Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Ralf Bitter via use-livecode
Currently I am developing an iOS app for iPad using Trevor DeVore’s awesome Levure framework. Unfortunately I am observing an annoying screen flicker during the startup sequence while the UI stack is opened and the Levure standalone is closed. The iOS splash screen, as defined in settings, is

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-08 Thread Marty Knapp via use-livecode
I use Levure to build apps too and discovered this issue when my standalones try to run natively on the Apple “M” chips. I’m guessing that LC 9.6.9rc3 (haven’t tried it yet) defaults to running natively rather than under Rosetta. For some reason when running natively it apparently thinks that

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-10 Thread Mark Waddingham via use-livecode
On 2023-04-08 14:58, bob--- via use-livecode wrote: I'm wondering if anyone might be able to help me out. I’m trying to use LC 9.6.9rc3 with an app built with Levure. With LC 9.6.9rc2 I am able to open the app in the IDE with no issue. When I try to open the app with LC 9.6.9rc3 I get “An

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-14 Thread Marty Knapp via use-livecode
I don’t have an “M” chip Mac here to test at the moment but here’s something to try: In the Levure framework open the helpers folder and then the preferences folder Modify the helper.yml file by deleting the section under externals so the file just contains the following externals: libraries

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-18 Thread Mark Smith via use-livecode
have an “M” chip Mac here to test at the moment but here’s something > to try: > > In the Levure framework open the helpers folder and then the preferences > folder > Modify the helper.yml file by deleting the section under externals so the > file just contains the fo

Re: Unable to load Preferences LC 9.6.9rc3 and Levure 9.0.5

2023-04-18 Thread Mark Smith via use-livecode
> the application…” msg. This fixed it. Thanks > > Mark > > >> On 14 Apr 2023, at 10:35 pm, Marty Knapp via use-livecode >> wrote: >> >> I don’t have an “M” chip Mac here to test at the moment but here’s something >> to try: >> >>

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Trevor DeVore via use-livecode
On Tue, Jun 5, 2018 at 12:36 PM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > Currently I am developing an iOS app for iPad using > Trevor DeVore’s awesome Levure framework. > I’m glad you like it. > Unfortunately I am observing an annoying screen fl

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Ralf Bitter via use-livecode
Hi Trevor, thanks a lot for offering your help. The test project to demonstrate the issue is available at: https://spideroak.com/browse/share/soRabit/trevorSharing Ralf > On 5. Jun 2018, at 21:15, Trevor DeVore via use-livecode > wrote: > > Can you upload a test stack for me to look at? If

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Trevor DeVore via use-livecode
On Tue, Jun 5, 2018 at 4:57 PM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > thanks a lot for offering your help. The test project > to demonstrate the issue is available at: > > https://spideroak.com/browse/share/soRabit/trevorSharing I’ve go the file Ralf. I’ll take a

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-07 Thread Trevor DeVore via use-livecode
On Tue, Jun 5, 2018 at 12:36 PM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > > Unfortunately I am observing an annoying screen flicker > during the startup sequence while the UI stack is opened > and the Levure standalone is closed. > The iOS spla

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-08 Thread Ralf Bitter via use-livecode
Hi Trevor, wonderful, it works! Thanks a lot for looking into it. Now I am at risk to get addicted to Levure though. Ralf > On 7. Jun 2018, at 23:02, Trevor DeVore via use-livecode > wrote: > > Try changing line 507 (or thereabouts) in `levure.livecodescript` to the

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-08 Thread Trevor DeVore via use-livecode
On Fri, Jun 8, 2018 at 4:19 AM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Trevor, > > wonderful, it works! Thanks a lot for looking into it. > You’re welcome. I’ve added the change to the master branch. > Now I am at risk to get addicted t

Sandbox - a Levure Helper for working with files in the macOS sandbox

2018-10-08 Thread Trevor DeVore via use-livecode
Hi, I've posted a new Levure helper on GitHub called "sandbox". It adds support for working with file references across multiple app sessions in the macOS sandbox. It requires LiveCode 9 as it uses the Foreign Function Interface (aka FFI) to wrap Objective-C APIs. If you distr

<    1   2