Re: livecode website templates

2016-03-08 Thread Alex Tweedly
On 09/03/2016 00:15, Alex Tweedly wrote: I have a number of (small-ish) websites all done with Livecode - but none of them is decent enough quality to want to make them public; however, I'd be happy to share them off--list if you want (with a repeated warning that I am not really happy with

Re: livecode website templates

2016-03-08 Thread Richard Gaskin
Matt Maier wrote: > Rght...except that I can't use "view page source" to see any > Livecode because what's delivered to the browser is either html, css, > or javascript, correct? So the Livecode "source" is replaced by its > own output, which maintains the mystery. True. As with PHP,

Re: livecode website templates

2016-03-08 Thread Alex Tweedly
On 08/03/2016 20:28, Matt Maier wrote: Rght...except that I can't use "view page source" to see any Livecode because what's delivered to the browser is either html, css, or javascript, correct? Correct. So the Livecode "source" is replaced by its own output, which maintains the

Re: Launcher Stack and Saving

2016-03-08 Thread Randy Hengst
Oh, of course! Given that my “main stack” was a livecode stack, I didn’t even think about that. Thank you for pointing that out. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Mar 8, 2016, at 3:52 PM, J. Landman Gay wrote: > > On 3/8/2016 3:00

Re: Launcher Stack and Saving

2016-03-08 Thread J. Landman Gay
On 3/8/2016 3:00 PM, Randy Hengst wrote: I spoke a bit too soon… the “answer” dialogue still doesn’t show. I did try “start using stack “launcher.livecode” but no answer dialogue. Is the answer dialog checked in standalone settings? -- Jacqueline Landman Gay |

Re: Launcher Stack and Saving

2016-03-08 Thread Randy Hengst
I spoke a bit too soon… the “answer” dialogue still doesn’t show. I did try “start using stack “launcher.livecode” but no answer dialogue. Any thoughts on what I have missed? be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Mar 8, 2016, at 2:17 PM, Randy Hengst

Re: livecode website templates

2016-03-08 Thread Matt Maier
Rght...except that I can't use "view page source" to see any Livecode because what's delivered to the browser is either html, css, or javascript, correct? So the Livecode "source" is replaced by its own output, which maintains the mystery. There are several small tutorials scattered

Re: Launcher Stack and Saving

2016-03-08 Thread Randy Hengst
Jacque and James, Thank you for the tips… yes, I do want the main stack to be in the package… I placed it in the same folder simply because of the instructions in the lesson I referenced… when I first tried to include the main stack, I didn’t select “resources” as the destination folder… all

Re: livecode website templates

2016-03-08 Thread Richard Gaskin
Matt Maier wrote: > Oh. So, when you use Livecode to put "Hello world" into the browser, > is it actually sending the browser something like Hello world > from the server? Yep. That's the secret charm of web development: HTML defines what's in a page, CSS defines how it looks, JavaScript

Re: another datagrid question

2016-03-08 Thread Phil Davis
My remedy: After copying my code from the script of my problem data grid, I deleted it and created a new one in its place. I added my code back in and it's working! Thanks - Phil On 3/8/16 11:25 AM, Phil Davis wrote: My "make all lines have the same columns" idea brought no change to what

Re: another datagrid question

2016-03-08 Thread Phil Davis
My "make all lines have the same columns" idea brought no change to what is displayed. I use a custom column behavior in this DG, so I'll see how I can simplify my data & code. Thanks - Phil On 3/8/16 11:00 AM, Phil Davis wrote: Combined responses below. On 3/8/16 5:59 AM, dunb...@aol.com

Re: another datagrid question

2016-03-08 Thread Phil Davis
Combined responses below. On 3/8/16 5:59 AM, dunb...@aol.com wrote: Hi. Have you done a "dispatch resetList to group yourDG?" Thanks Craig. I tried this and saw no change to what was displayed. On 3/8/16 10:35 AM, zryip theSlug wrote: Hi Phil, You can first explore how the data is

Re: another datagrid question

2016-03-08 Thread zryip theSlug
Hi Phil, You can first explore how the data is split in the datagrid internal array. 1. You can use the msg box with this command: send "PrintKeys" to grp "myDataGrid" 2. Or, if you are a DGH user, go to the DGH's properties palette -> "Print keys" topic -> "Show data" Best Regards, On Tue,

Re: Launcher Stack and Saving

2016-03-08 Thread jameshale
Randy Hengst wrote > Second, when I “quit” the launcher the changes made to the “main” stack > are not saved. However, when I close by clicking the “red” dot of the > “main” stack, the changes are saved. I have not gone through the lesson but the launcher/mainstack structure usually implies that

Re: another datagrid question

2016-03-08 Thread dunbarx
Hi. Have you done a "dispatch resetList to group yourDG?" -Original Message- From: Phil Davis To: How to use LiveCode Sent: Tue, Mar 8, 2016 3:35 am Subject: another datagrid question My DG table doesn't display the data in its

another datagrid question

2016-03-08 Thread Phil Davis
My DG table doesn't display the data in its first column. I know I've seen this before, and may have even fixed it for a client ages ago. But I'm drawing a blank. Using the property inspector, I can see the data in column 1. It's there. The column is displayed, but it appears to be empty.