Search found 514 matches
- Sat Sep 12, 2020 6:36 pm
- Forum: Android Deployment
- Topic: Android splash
- Replies: 6
- Views: 1511
Re: Android splash
Also I've found on Android, avoid having any code in a preOpenStack handler
- Fri Sep 04, 2020 4:40 pm
- Forum: Off-Topic
- Topic: What Users want from the next version of LiveCode
- Replies: 29
- Views: 5296
- Thu Sep 03, 2020 10:04 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Can not open property inspector
- Replies: 9
- Views: 1364
Re: Can not open property inspector
Hi Stefan,
Try this in a button
Try this in a button
Code: Select all
open stack "revIDEProjectBrowser"
set the loc of stack "revIDEProjectBrowser" to the screenloc
- Sat Jul 25, 2020 5:52 pm
- Forum: Announcements
- Topic: JSON Api Helper plugin
- Replies: 10
- Views: 2171
Re: JSON Api Helper plugin
Hi Bob, I'm new to making videos too. So the opening and closing cards are made with Canva, I'm still using the free version. For the video editor, I'm using the paid version of Filmora from WonderShare which I find easy to use and intuitive, much like LiveCode If you want a very easy to get started...
- Fri Jul 24, 2020 12:51 pm
- Forum: Announcements
- Topic: JSON Api Helper plugin
- Replies: 10
- Views: 2171
Re: JSON Api Helper plugin
Hi Andy, thanks for the stack. It can come in quite handy. I noticed that using the business edition all https sites did not work. I had to issue from the message box: dispatch "revunloadLibrary" to stack "tsNetLibURL" then it worked. Somehow tsNetLibURL interferes with the "put url.." command when...
- Fri Jul 24, 2020 12:49 pm
- Forum: Announcements
- Topic: JSON Api Helper plugin
- Replies: 10
- Views: 2171
Re: JSON Api Helper plugin
Really nice work Andy :D I can certainly use this because I also work with JSON data in my current application. I will probably modify it a bit to also handle any Array and not only an array generated from a JSON file. Thanks for sharing! Paul Thanks Paul, that's a good idea, I'll mod it so that pu...
- Thu Jul 23, 2020 9:51 pm
- Forum: Announcements
- Topic: JSON Api Helper plugin
- Replies: 10
- Views: 2171
JSON Api Helper plugin
I've been working with a lot of web based apis recently which involves a lot of repetitive coding to get the json elements out of their tree and into fields. The process is as usual very easy in LiveCode but involves a lot of repetition which I don't like, and I always try to eliminate repetition wh...
- Mon Jul 13, 2020 5:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED] LC Syntax
- Replies: 11
- Views: 1673
Re: [SOLVED] LC Syntax
To make adding the code for a control easier you can put the script into a hidden field and set the script to the contents of the field. This way you don't have to worry about concatenating an quotes.
- Thu Jul 09, 2020 1:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can you run LiveCode or Standalone from a USB?
- Replies: 10
- Views: 1556
Re: Can you run LiveCode or Standalone from a USB?
Another great advantage of having your working files synced on Dropbox or in my case Nextcloud, is that if Livecode crashes mid execution and trashes your code as it sometimes does is that you can go back to a previous save and download.
- Tue Jun 16, 2020 10:22 am
- Forum: Announcements
- Topic: New Video : Lets hack the LiveCode IDE with a plugin
- Replies: 13
- Views: 2717
Re: New Video : Lets hack the LiveCode IDE with a plugin
Thanks for the positive comments. The easiest way is to use the send command with this format send "menuPick" && "MENU-ITEM" to button "MENU-HEADING" of stack "revMenuBar" So for run and edit; send "menuPick" && "Browse Tool" to button "Tools" of stack "revMenuBar" or send "menuPick" && "Pointer Too...
- Wed Jun 10, 2020 6:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Processing Multi-dimension Arrays
- Replies: 2
- Views: 655
Re: Processing Multi-dimension Arrays
Hi wlaughto, That is the way I always process JSONToArray data arrays. I think its pretty elegant and a simple way to drill down to your selected keys and elements, which is easy to read and understand when you come back to your code at a later date. Just as a helper, I usually add a treeview widget...
- Sat Jun 06, 2020 2:27 pm
- Forum: Announcements
- Topic: RELEASE LiveCode 9.6.0 STABLE
- Replies: 4
- Views: 3772
Re: RELEASE LiveCode 9.6.0 STABLE
Thanks for another great release, but more than that the message box problems in Windows causing LiveCode to crawl is now much, much better with 9.6.0.... I can now use the message box without any drastic deterioration in speed, tested on 1 pc and 1 laptop I cannot see any mention of changes that wo...
- Fri Jun 05, 2020 4:53 pm
- Forum: Off-Topic
- Topic: A small PR rant
- Replies: 60
- Views: 11552
Re: A small PR rant
A couple of points hit home. Sorry this is a bit long, but I need to give it context. A friend of mine works for The European Space Agency (ESA) in Darmstadt about half an hour by tram from where I live and he does a lot of programming mainly in C++ and Java, we got to talking about the merits and p...
- Fri Jun 05, 2020 6:15 am
- Forum: Android Deployment
- Topic: How To Determine A File Size Of A JPEG
- Replies: 1
- Views: 791
- Mon Jun 01, 2020 1:43 pm
- Forum: Announcements
- Topic: New Video : Lets hack the LiveCode IDE with a plugin
- Replies: 13
- Views: 2717
Re: New Video : Lets hack the LiveCode IDE with a plugin
Ah yes, of course it should be destroyStack and not destroyMode. I've made a note in the video description. Thanks for pointing this out. Hopefully no mistakes next time! I will be covering special folders in the next video, anything you think should be included, gotchas etc. Obviously this YouTube ...