Have you guys looked at the levure wiki? There is a Getting Started section that might help.
Levure is inert until you start doing things to/with it. In that way, sometimes it's good to ask what your intent is, because that will probably help with the advice on how to proceed.
Search found 687 matches
- Tue Feb 23, 2021 3:01 pm
- Forum: Community Projects
- Topic: Getting started with Levure
- Replies: 15
- Views: 4937
- Sun Feb 21, 2021 2:23 pm
- Forum: Databases
- Topic: Any tricks on how to quickly define if content needs a Sync?
- Replies: 7
- Views: 376
Re: Any tricks on how to quickly define if content needs a Sync?
You would not believe how many solutions exist for this particular problem. You might be surprised that trying to optimize it does not save enough time to make it worth your time. "Option 0", in many cases, is good enough - when it's time to sync, delete all records in the destination and copy every...
- Thu Dec 10, 2020 3:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dropbox issue
- Replies: 3
- Views: 636
Re: Dropbox issue
did you include the dropbox library in your standalone?
File->Standalone Application Settings->Inclusions
Then make sure Dropbox Library is checked.
File->Standalone Application Settings->Inclusions
Then make sure Dropbox Library is checked.
- Mon Sep 28, 2020 4:43 am
- Forum: Mac OS
- Topic: Push Notifications
- Replies: 3
- Views: 783
Re: Push Notifications
Either way, start by generating a new csr then submitting it to apple
- Sun Sep 27, 2020 3:42 pm
- Forum: Mac OS
- Topic: Push Notifications
- Replies: 3
- Views: 783
Re: Push Notifications
simon, have you looked at using a push service? i never have, but they might make your life easier. have you looked at john craig's original APNSAssistant stack? i believe that the lc tech note includes doing some of the steps manually (like generating the csr). john's stack automates some of that. ...
- Fri Sep 18, 2020 4:00 pm
- Forum: iOS Deployment
- Topic: Disable datagrid scroll bar in iOS
- Replies: 6
- Views: 1276
Re: Disable datagrid scroll bar in iOS
Also see the discussion on the bug report
- Sun Sep 13, 2020 2:49 pm
- Forum: iOS Deployment
- Topic: Disable datagrid scroll bar in iOS
- Replies: 6
- Views: 1276
Re: Disable datagrid scroll bar in iOS
mark, I know you're not a beginner, but for the sake of posterity for the next person who reads this, i'm going to break it down for a beginner. on ios, the scroller is a separate native object that overlays the card. if you want to read the code, in the PB, click on your DG then click on the "2". T...
- Sat Jul 25, 2020 2:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Does Livecode have a prettify option?
- Replies: 39
- Views: 5975
Re: Does Livecode have a prettify option?
sorry. livecode server
- Sat Jul 25, 2020 12:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Does Livecode have a prettify option?
- Replies: 39
- Views: 5975
Re: Does Livecode have a prettify option?
Mike,
Just so we're clear, when you use LCS with ST or Atom, you are only using it for the purpose of getting it to check your code for errors, identify tokens, etc., live. You are not using it for anything else.
Just so we're clear, when you use LCS with ST or Atom, you are only using it for the purpose of getting it to check your code for errors, identify tokens, etc., live. You are not using it for anything else.
- Fri Jul 24, 2020 9:24 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Does Livecode have a prettify option?
- Replies: 39
- Views: 5975
Re: Does Livecode have a prettify option?
@sparkOut
What do you use? What didn't you like about Atom?
What do you use? What didn't you like about Atom?
- Fri Jul 24, 2020 7:11 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Does Livecode have a prettify option?
- Replies: 39
- Views: 5975
Re: Does Livecode have a prettify option?
@4W The advantage is getting live syntax checking/colorizing/indenting without being locked into the SE, for those people who don't like the SE, or prefer another tool. @bogs The LC team prefers Atom. I'm ok with Atom. It's definitely more refined than ST is. It's the muscle car/luxury car or Androi...
- Fri Jul 24, 2020 5:25 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Does Livecode have a prettify option?
- Replies: 39
- Views: 5975
Re: Does Livecode have a prettify option?
ST is Sublime Text.
I am not a fan of being a little more advanced than a lot of others. Let's fix that, and then let's chase Trevor down.
I am not a fan of being a little more advanced than a lot of others. Let's fix that, and then let's chase Trevor down.
- Fri Jul 24, 2020 2:11 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Does Livecode have a prettify option?
- Replies: 39
- Views: 5975
Re: Does Livecode have a prettify option?
Is there any reason you are copying/pasting into the SE instead of using Script-Only Stacks?
Is there any reason you aren't using the nifty ST connection to LC Server to get LCS to do your parsing for you and then ST to do the indenting?
Is there any reason you aren't using the nifty ST connection to LC Server to get LCS to do your parsing for you and then ST to do the indenting?
- Sun Jul 12, 2020 3:12 pm
- Forum: iOS Deployment
- Topic: iOS native scroller not registering swipes
- Replies: 7
- Views: 1447
Re: iOS native scroller not registering swipes
i have not read through your code to look for anything else, but when weird things happen on mobile, in my experience the first thing to check is to see if the script silently failed. unfortunately, on mobile, when there is a script error, the script just stops and fails silently. so you can use the...
- Fri Jun 26, 2020 2:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Lavure Plugin don't show up
- Replies: 2
- Views: 634
Re: Lavure Plugin don't show up
Howdy, Stevan, Make sure the file in your Plugins is "bakers_assistant_plugin.livecode". Don't just install the repo or the folder. The name in the Plugins menu is "levureBakersAssistant" Go to the following menu: Development->Plugins->Plugin Settings. Select levureBakersAssistant from the popup men...