Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread Klaus major-k via use-livecode
Hi Jacque, > Am 06.12.2022 um 21:59 schrieb J. Landman Gay via use-livecode > : > On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: >>> what is the browser widget's equivalent to a field's "on linkclicked tLink" >>> message? >>> Thanks for any hint! >> I want to check if the user clicked

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread J. Landman Gay via use-livecode
On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: what is the browser widget's equivalent to a field's "on linkclicked tLink" message? Thanks for any hint! I want to check if the user clicked e.g. a PDF file and download the file in that case. What message do I have to catch in the br

Re: Build in Answer Dialog

2022-12-06 Thread Bob Sneidar via use-livecode
I am sure you can, after you open it once on a Mac. I was replacing the datagrid behavior for every download this way. I would brick the bundle though if I replaced anything before opening it first. Bob S On Dec 6, 2022, at 09:34 , Klaus major-k via use-livecode mailto:use-livecode@lists.runr

[OT} Sunsetting Atom Editor 12/15/2022

2022-12-06 Thread Ralph DiMola via use-livecode
I was wondering what editor the LC community is migrating to? I like Atom with the LCS and LCB packages. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread Klaus major-k via use-livecode
Hi all, > Am 06.12.2022 um 17:14 schrieb Klaus major-k via use-livecode > : > > Hi all, > > what is the browser widget's equivalent to a field's "on linkclicked tLink" > message? > Thanks for any hint! I want to check if the user clicked e.g. a PDF file and download the file in that case. Wh

Re: Build in Answer Dialog

2022-12-06 Thread Geoff Canyon via use-livecode
On Tue, Dec 6, 2022 at 9:35 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > > are you sure that we are allowed save a file inside of an application > bundle > inside of the APPLICATION folder on macOS? > Since it already gives fairly easy access to the IDE/code, toward

Re: Build in Answer Dialog

2022-12-06 Thread Klaus major-k via use-livecode
Hi Panos, > Am 06.12.2022 um 18:45 schrieb panagiotis m via use-livecode > : > > Hello Klaus, > > I think you can, unless the application bundle is read-only. If this is the > case, then you can still make it writable using chmod in the terminal, or > using a text editor (BBEdit, TextWrangler)

Re: Build in Answer Dialog

2022-12-06 Thread panagiotis m via use-livecode
Hello Klaus, I think you can, unless the application bundle is read-only. If this is the case, then you can still make it writable using chmod in the terminal, or using a text editor (BBEdit, TextWrangler) that will tell you that the file is read-only and ask you if you want to make it writable, w

Re: Build in Answer Dialog

2022-12-06 Thread Klaus major-k via use-livecode
Hi Panos, > Am 06.12.2022 um 18:24 schrieb panagiotis m via use-livecode > : > Hello Paul, > You can tweak this file with a text editor: > /Applications/LiveCode 9.6.9 (rc > 2).app/Contents/Tools/Toolset/palettes/answer-dialog/revanswerdialog.livecodescript: > /* Creates the prompt field if there

Re: Build in Answer Dialog

2022-12-06 Thread panagiotis m via use-livecode
Hello Paul, You can tweak this file with a text editor: /Applications/LiveCode 9.6.9 (rc 2).app/Contents/Tools/Toolset/palettes/answer-dialog/revanswerdialog.livecodescript: /* Creates the prompt field if there is not one already created */ if the number of fields of me is 0 then create field

Build in Answer Dialog

2022-12-06 Thread Paul Dupuis via use-livecode
Does anyone know how to make a change to the built in Answer Dialog stack permanent (for a given instance of LC)? I can show IDE stack in the Project Browser and see the Answer Dialog stack and make the change I want (unchecking the Fixed line height for the field to fix regression: https://q

Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread Klaus major-k via use-livecode
Hi all, what is the browser widget's equivalent to a field's "on linkclicked tLink" message? Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode mailing list use-liveco