-
Hi Trevor,
This is ultra urgent! For like 5 months, I've been porting all my LiveCode projects to Levure. I'm about to release a major commercial app on which I was working since almost 2 years under…
-
Add Grey50 as an option for the Backdrop colour.
Think this can be done by adding in two lines in:
IDE Bundle/Contents/Tools/Toolset/home.livecodescript
-- line 761 and 762, add
put "Gray50" …
-
Some behaviors broken
- [X] toolbar (wrong library assigned)
### Not inheriting masterBehavior and running the onDesktop() function:
- [ ] mobile scroller
- [ ] vertical template table (mobile s…
-
> I'm using this issue to document my library refactoring work.
----
# Step 1: Consolidation.
## Objective
Reduce the amount of library files.
## Method
Aggregate code that is curren…
-
* building an app does not (lc stack is **revSaveStandalone**)
* saving a script in ST does not
* probably both should, at least in levure
-
Here is what is coming from an Android phone, Toronto, Sahunthala. I am trying get her model/screen size.
views/behavior_view_SivaSivaBrowser.livecodescript
updateUI handler
![Screenshot_202…
-
The author makes it into the EM list. Can we pull the version?
-
Trevor suggested a path to start moving a project to Levure, that I think is a good idea as part of a Levure migration page in the wiki:
```
What I’ve done in the past when converting an app is move…
-
On Wed, Jan 30, 2019 at 8:01 AM Bob Sneidar wrote:
Hi Geoff.
Unfortunately this did not fix the issue. If you could tell me the actual function that does the folding (and the actual line number…
-
some of the properties in some of the widgets have code similar to
```
if "showBorder" is among the keys of pProperties then
put pProperties["showBorder"] into mShowDivide
else
put true into…