Re: macOS Sequoia (v15) and popup menu bugs?

2024-12-04 Thread Mark Waddingham via use-livecode
On 2024-12-04 17:34, Paul Dupuis via use-livecode wrote: Could you submit a bug report with a stack which replicates the initial contents and then modification of the popup menu and then does popup? We can then look into it - given that we haven't had any other reports of this, I suspect it i

Configuring tooltips on Chart widget

2024-12-04 Thread Ben Rubinstein via use-livecode
Has anyone been able to configure tooltips on the Chart widget? My immediate requirement is a scatter plot, ideally with two different colours of markers, and with a custom tooltip on each marker. If I try to edit the 'data labels' in the chart property inspector, my edits are immediately und

Re: macOS Sequoia (v15) and popup menu bugs?

2024-12-04 Thread Paul Dupuis via use-livecode
On 12/3/2024 3:10 AM, Mark Waddingham via use-livecode wrote: On 2024-11-30 16:16, Paul Dupuis via use-livecode wrote: We have a confirmed report of a customer experience a repeatable hard crash of out application on macOS Sequoia (15.1.1) when trying to invoke a right-click context menu. We im

Re: Your scripts as a flowchart

2024-12-04 Thread Andreas Bergendal via use-livecode
Since the list is not very busy these days, I don’t feel too spammy posting a minor update announcement again. :) The WIS_ScriptDependencies v1.2.1 release fixes a bug so that PNGs/SVGs of flowcharts can always be produced. Setting the httpHeaders to "Content-Type: text/plain" fixed it. Downloa

Re: Your scripts as a flowchart

2024-12-04 Thread Bob Sneidar via use-livecode
I get Syntax Error in Text when attempting a flow chart. It’s a large project. Bob S > On Dec 4, 2024, at 11:53 AM, Andreas Bergendal via use-livecode > wrote: > > Since the list is not very busy these days, I don’t feel too spammy posting a > minor update announcement again. :) > > The WI

Re: Your scripts as a flowchart

2024-12-04 Thread Andreas Bergendal via use-livecode
Oh crap - yes, I see what you mean! I thought the latest Mermaid version had that sorted out, but apparently not. In the flowchart settings (the cogwheel next to the Create flowchart button), change the Mermaid version to 10.5.1. That fixes it. I will make that the default version again, updat