Search found 78 matches

by TerryL
Mon Sep 25, 2017 6:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nine Chart Examples
Replies: 7
Views: 6360

Re: Nine Chart Examples

Updated Chart Maker stack at the top of the thread again, now with 15 charts. Also updated Pie Slice, enabled multi-snapshots, simplified deleting charts. Fun for all ages. Terry
by TerryL
Mon Jul 24, 2017 6:52 pm
Forum: Talking LiveCode
Topic: DataGrid in standalone doesn't´t work
Replies: 3
Views: 3171

Re: DataGrid in standalone doesn't´t work

Hi emir. Include a substack named "Data Grid Templates Decoy" (exact spelling) as part of the Splash stack. This will force the auto inclusions routine to include the datagrid library in the standalone build. LC v8+ now includes the datagrid library in the manual inclusions option also. From LiveCod...
by TerryL
Sat Jul 22, 2017 11:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Search For Improved Splash Standalone
Replies: 8
Views: 4920

Re: Search For Improved Splash Standalone

Thanks again Jacque. Yes, working stack was firing the preOpenStack handler. Edited and updated code and attachment. Terry
by TerryL
Sat Jul 22, 2017 7:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Search For Improved Splash Standalone
Replies: 8
Views: 4920

Re: Search For Improved Splash Standalone

Thanks Jacque. I tried start using with a launcher splash that stays open. That was the trick. Closing a splash and then adding it to the stacksInUse re-opens the thing. Here's my take on a launcher splash that stays open, contains the save routines, and is in the msg pathway of the working stack. T...
by TerryL
Thu Jul 20, 2017 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Search For Improved Splash Standalone
Replies: 8
Views: 4920

Search For Improved Splash Standalone

Thanks to Dunbarx and Bogs for examples of an uncompiled Splash stack and Working stack on another thread. I've been experimenting with improvements. I was hoping to use an on startup handler but I couldn't get it to work. I was surprised that the Splash.exe is not in the message pathway of the Work...
by TerryL
Thu Jul 13, 2017 7:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Save custom attributes in standalone
Replies: 20
Views: 11810

Re: Save custom attributes in standalone

Dunbarx: Could you please post an example of an uncompiled splash stack and its simple working stack in v6 format. As I understand it, there are several variations of this standalone strategy. Thank you. Terry
by TerryL
Mon Jun 12, 2017 6:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Stack Based Database
Replies: 7
Views: 5300

Re: Datagrid Stack Based Database

I made another stack database with a table field that looks similar to a datagrid table using BN's brilliant alternating colored lines routine. It could have other applications. Also with subtractive search, easy setup & data entry, sorting, three reports to PDF. Terry
DataBase.jpg
DataBase.jpg (18.66 KiB) Viewed 5001 times
by TerryL
Sat May 20, 2017 6:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Stack Based Database
Replies: 7
Views: 5300

Re: Datagrid Stack Based Database

Hi gagsoft. Here are links to a LiveCode lessons stack (Beginner Lab) that includes an example of a simple stack database (Rolodex). Maybe it will give you some ideas for your project. Terry Rolodex.jpg Direct Download: https://docs.google.com/uc?export=download&id=0B5vrr96a2YKzODlZdmJqZ0JZdE0 Websi...
by TerryL
Thu May 18, 2017 6:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can it do what I want?
Replies: 11
Views: 7238

Re: Can it do what I want?

Hi Vascoribeiro. LC would make a fun project, but don't underestimate the lowly spreadsheet. I put this together in under an hour. Maybe it will help. Terry
SolventCalc.jpg
SolventCalc.jpg (25.11 KiB) Viewed 6851 times
by TerryL
Tue Nov 15, 2016 8:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How To Distribute An Education Stack?
Replies: 1
Views: 1886

How To Distribute An Education Stack?

I have an LC programming tutorial stack updated for v8.1.1. The Educational Outreach section of the forum is currently trying to organize and package LiveCode to meet established US curriculum standards. They have yet to create a repository for content submission and review. Any suggestions how to d...
by TerryL
Sat Nov 05, 2016 8:52 pm
Forum: Making IDE Plugins
Topic: ANN: New dictionary
Replies: 10
Views: 13968

Re: ANN: New dictionary

Hi MaxV. Nice LC 8+ Dictionary alternative, though not a replacement. I've made some modifications to MaxDictionary. Please check your Private Messages. (click user control panel at top of forum while logged on) Terry
by TerryL
Thu Sep 01, 2016 6:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reports
Replies: 3
Views: 2777

Re: Reports

Hi AlphBase. Sorry, no report builder in LC. You have to write your own custom solution. Here's a 1-card printing stack taken from a LiveCode tutorial I wrote. It includes demo code for printing reports, text, fields, and cards. Maybe it'll help. The complete tutorial is at the web address below. A ...
by TerryL
Wed Aug 31, 2016 9:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Open Printing To PDF
Replies: 3
Views: 2891

Re: Open Printing To PDF

Thanks for testing Craig. Yes, I thought the routine worked in LC 6.7.9 - Win7 too...but not 6.7.11. As mentioned previously, the script editor compiles, but when run the script editor re-opens indicating an error at the "print to pdf" line. Because 6.7.x & 7x series are no longer updated, I'll just...
by TerryL
Mon Aug 29, 2016 7:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Open Printing To PDF
Replies: 3
Views: 2891

Open Printing To PDF

(LC 6.7.11, Win 7) Hi LiveCode experts. I was printing to pdf using code that used to work when I received an unexpected error: execution error at line n/a (printing: Unknown destination). The script editor indicated the "open printing to pdf" line of code as the problem. Is that like Final Destinat...
by TerryL
Sat Apr 09, 2016 6:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Count # of Unique Two-Word Phrases (Strings/Items)
Replies: 23
Views: 11342

Re: Count # of Unique Two-Word Phrases (Strings/Items)

Filter would be another fast method, especially to display the lines that contained the search string, but it wouldn't accurately count occurrences if the search string appeared more than once/line. For that first filter then use the offset() routine to count occurrences with the smaller subset of l...

Go to advanced search