Search found 409 matches
- Sat Apr 27, 2019 4:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: CRUD SQLite example
- Replies: 66
- Views: 30583
Re: CRUD SQLite example
Yes. It's me! These days, I only have one application that still uses LiveCode. It's a web scraping application that I developed for my personal use. Also, I have become fairly proficient with two other development platforms. Above all, I always on the lookout for new technologies that will give me ...
- Sat Apr 27, 2019 1:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: CRUD SQLite example
- Replies: 66
- Views: 30583
Re: CRUD SQLite example
Excellent point Resty! For code in the button, Read db into Datagrid ... Replace these lines: repeat with ii = 1 to fld "rCounter" put line ii of dlist into temp dispatch "AddLine" to grp "myGrid" with temp end repeat With the statement: set the dgText of group "myGrid" to ptext Much faster!! Much b...
- Thu Apr 25, 2019 1:37 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCloud.io Cloud DB (Questions)
- Replies: 24
- Views: 6705
Re: LiveCloud.io Cloud DB (Questions)
Mark: Great answer on question 3: Header/Detail Options. I'm very excited about the scalability of the NoSQL model. And especially the built in user authentication. Suddenly this opens up a new world of possibilities. More query range support could be added. 8- Exactly what field types are supported...
- Wed Apr 24, 2019 12:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCloud.io Cloud DB (Questions)
- Replies: 24
- Views: 6705
Re: LiveCloud.io Bundle Offer (Questions)
3- Since CanelaDB is a NoSQL DB (as opposed to traditional relational database), generally speaking, what would be the difference when accessing records with a typical Header/Detail relationship? 4- I see there is extensive support for defining keys. When doing a Query (read) from the online CanelaD...
- Tue Apr 23, 2019 7:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCloud.io Cloud DB (Questions)
- Replies: 24
- Views: 6705
LiveCloud.io Cloud DB (Questions)
I have a few questions. I just received an almost unbelievable (email) from "The Livecode Team". Point and click to create your database and to automatically generate the LiveCode scripts you need. How much additional work will be required to get this generated code to populate a table?? (An example...
- Mon Oct 01, 2018 4:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script Editor / Debugger Problem [solved]
- Replies: 8
- Views: 2470
Re: Script Editor / Debugger Problem
Yes!
Thanks guys! That was it! In all my years using LiveCode, I've never had the occasion to use the Script Debug Mode switch. Flipped that switch. Now everything is back to normal.
I always say, "The tech support forums for LiveCode are the best I've ever seen."
Thanks guys! That was it! In all my years using LiveCode, I've never had the occasion to use the Script Debug Mode switch. Flipped that switch. Now everything is back to normal.
I always say, "The tech support forums for LiveCode are the best I've ever seen."
- Mon Oct 01, 2018 3:49 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script Editor / Debugger Problem [solved]
- Replies: 8
- Views: 2470
Re: Script Editor / Debugger Problem
Good point! Those buttons I'm looking for only appear when the code breaks. The REALLY odd thing is the code never breaks. You'll notice in my screen capture, there are two places where the code should break. 1- There's a outline of a red dot on the beep command. 2- and there's an outright breakpoi...
- Mon Oct 01, 2018 1:06 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script Editor / Debugger Problem [solved]
- Replies: 8
- Views: 2470
Re: Script Editor / Debugger Problem
Another clue. To get around this problem, I decided to start this project in version 8.1.6, which I have spent 100+ hours in. And... there I had the same problem. So it's not a 9.0 bug, but rather something in my Windows 10 environment. I run Kaspersky all the time. I tried turning if off. That did...
- Sun Sep 30, 2018 11:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script Editor / Debugger Problem [solved]
- Replies: 8
- Views: 2470
Script Editor / Debugger Problem [solved]
It's been a while. But I've kept my license current. So now I go and download the new version 9.0.1 All is well. But when I look at the Script Editor / Debugger it's different. The last time I used LiveCode, there was buttons for Step, Step Over and Stop. They're no longer there. Plus, this simple c...
- Mon Apr 23, 2018 5:54 pm
- Forum: Bug Triage
- Topic: LC Indy 9.0.0 Build 15017 (Grid Problem) [resolved]
- Replies: 7
- Views: 4347
Indy 9.0 Build 15017 (Grid Problem) [mostly resolved]
Thanks Jacque!! From the Preferences window, under General, I clicked off the Arrow keys to navigate through cards option and the hilite problem no longer occurs. Yes, you can clear any variable by putting empty into it. Or you can replace the contents of the variable by putting something else into ...
- Sun Apr 22, 2018 7:55 pm
- Forum: Bug Triage
- Topic: LC Indy 9.0.0 Build 15017 (Grid Problem) [resolved]
- Replies: 7
- Views: 4347
Re: LiveCode Indy 9.0.0 Build 15017 (Grid Problem)
Thanks for your replies... Jacque & bogs. Good to know, if need be I can downgrade to 8.1.4. (Hope it doesn't come to that.) As for my AddLine Handler, that's the code I included at the start of this tread. Though... that works fine. No problem there. ANOTHER CLUE (new day); The Dictionary did not a...
- Sun Apr 22, 2018 12:41 am
- Forum: Bug Triage
- Topic: LC Indy 9.0.0 Build 15017 (Grid Problem) [resolved]
- Replies: 7
- Views: 4347
Re: LiveCode Indy 9.0.0 Build 15017 (Grid Problem)
I'VE GOT ANOTHER CLUE. I'm working on this application. And according to the Windows 10 Task Manager, it starts out using about 75 MB. Then after working for a few hours, LiveCode gets very sluggish. So much so that I have to continually close down LiveCode and reload to correct. Today in the Tex Ed...
- Sat Apr 21, 2018 8:28 pm
- Forum: Bug Triage
- Topic: LC Indy 9.0.0 Build 15017 (Grid Problem) [resolved]
- Replies: 7
- Views: 4347
LC Indy 9.0.0 Build 15017 (Grid Problem) [resolved]
First let me say I've really been enjoying all the nice little amenities of the new 9.0 version!! But I'm having this one VERY odd problem with the grid. Here are the clues. Maybe you can help me figure this out. I create a Grid with three columns. (any amount is okay) Then I populate the Grid with ...
- Sun Jul 02, 2017 8:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Normalizing Group Code (not repeating code)
- Replies: 1
- Views: 974
Normalizing Group Code (not repeating code)
I have a Data Grid, a bunch of Buttons, and some Text Fields, all working fine. I place them into a Group. Copy and Paste the Group. Then rename the two groups: Group1 and Group2. Both Groups have an identical Field: "Notes". I can populate each of the Fields with this code. put "hello" into fld "dN...
- Mon Jun 26, 2017 4:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Quick XML Project: (solved)
- Replies: 2
- Views: 1764
Re: Quick XML Project: (solved)
Good morning! Thank you Klaus! Oh!! I didn't realize that HTML <> XML! No wonder ever time I tried to "learn" how to do this, it ended up being a waste of time. So... I have done MANY web page scraping routines before. This is well within my skill set. But thanks to Klaus, at least I won't feel guil...