Re: Your scripts as a flowchart

2023-09-16 Thread Geoff Canyon via use-livecode
Ah, okay, that explains it. In Navigator, *everything* is a script-only stack behavior. In a few of the substacks there are scripts for a few template objects or where script-only-stack behaviors were inconvenient (I don't remember why, honestly). That has it working, and the resulting diagram is

Encoding in LC server - the final piece of the puzzle

2023-09-16 Thread Neville Smythe via use-livecode
Ralf wrote > did you try: > > put header "Content-Type: text/html; charset=" & quote & "UTF-8" & quote > > before sending the output to the client? That sounds exactly like the incantation I needed. But I can’t get it to work. The first 3 lines of my webPage.lc file are

Re: Your scripts as a flowchart

2023-09-16 Thread Andreas Bergendal via use-livecode
As long as you include all the script-only stacks in the analysis, they will be handled. The tool will not look for behaviors and auto-include them. Every stack that has relevant code must be included manually in the project pane. If you have many SoSs, you can quickly add them all by adding

Re: Your scripts as a flowchart

2023-09-16 Thread Geoff Canyon via use-livecode
I didn't change anything before generating, and the flow chart is literally blank -- unless it: 1. scrolls invisibly 2. keeps returning the project name to the upper left while scrolling 3. has *at least* 30 screens' worth of blank space at the top? On Sat, Sep 16, 2023 at 1:35 PM J. Landman Gay

Re: Your scripts as a flowchart

2023-09-16 Thread J. Landman Gay via use-livecode
That happened to me too with a very long script. To keep everything in view there's a lot of white space. Keep scrolling. This happens only if you have set it to use unlimited sizing. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On

Re: Your scripts as a flowchart

2023-09-16 Thread Geoff Canyon via use-livecode
Does it not handle script-only stack behaviors? I get a blank display for Navigator (which has no code other than SoS behaviors). gc On Fri, Sep 15, 2023 at 10:32 AM Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all! > > Those frequenting the forums may have

Re: Encoding in LC server - the final piece of the puzzle

2023-09-16 Thread Ralf Bitter via use-livecode
Neville, did you try: put header "Content-Type: text/html; charset=" & quote & "UTF-8" & quote before sending the output to the client? Ralf On 16.09.2023 03:11, Neville Smythe via use-livecode wrote: With the help of forum readers I have textEncode/Decode working in LC Server so that I