Re: Training the AI to write better LiveCode

2023-01-16 Thread Torsten Holmer via use-livecode
I also used chatGPT for looking uo code and I repeated your question. But this time chatGPT gives a wrong answer! —chatGPT: You will need to specify the group that the button should be added to by setting the group property of the button. The syntax for this is as follows: set the group of

How to extract whole text from a PDF file with the PDF widget?

2021-12-10 Thread Torsten Holmer via use-livecode
Hi, I have a PDF file with text and pictures, but I just want the text. I can do it manually with Ctrl-A and Ctrl-Copy by viewing the file with Preview on MacOS. I have a business licence and want to use the PDF widget but I cannot find a way to do it. Can someone help me out? Cheers,

Browser widget does not support WebGL2

2020-08-16 Thread Torsten Holmer via use-livecode
Hi, I want to test how to display a WebGL-Page in the browser widget, but get this message on this page (https://get.webgl.org/webgl2/) : "Oh no! We are sorry, but your browser does not seem to support WebGL2." Is there a way to update the widget? Chrome does support WebGL 2.0 Cheers,

Redirecting stdout to file on server

2020-07-06 Thread Torsten Holmer via use-livecode
Hi, I use Livecode server as an API for uploading some files from another application with the POST command. The problem is, that I cannot see the error messages if something fails. In browser based interaction the command "set the errorMode to „inline"" is fine, but between apps I cannot see

Re: WebSites made using Livecode.

2020-07-03 Thread Torsten Holmer via use-livecode
Do you know revIgniter, the Livecode Framework for Websites? https://revigniter.com/ "Many websites have been successfully built with revIgniter including the presumably largest Hindu website in existence." https://www.himalayanacademy.com/

Re: Possible Catalina problem...

2020-06-08 Thread Torsten Holmer via use-livecode
Hi Paul, I have started three LiveCode standalones on Catalina with no problems. But they are just standalones created frome the IDE with no signing etc. If you like, I can test your apps on my MacBook with Catalina in order to check if the problems are replicable. CU, Torsten > Am

Re: OT: How to graph a specific data set?

2020-05-08 Thread Torsten Holmer via use-livecode
Hi, this looks to me as a graph and this is the way it should be visualized. I have written a small Livecode stack which creates Graphviz files for different layouts. This are the results: http://www.thinkworx.de/graphs/Graph-sfdp.png http://www.thinkworx.de/graphs/Graph-neato.png