Re: Build in Answer Dialog

2022-12-09 Thread Paul Dupuis via use-livecode
Hi Mike, Yes, that fix works. Thank you. On 12/8/2022 11:07 PM, Mike Kerner via use-livecode wrote: got it. in the openCard handler (which is blank), add the line: select the text of field 2 of me #mikey h4x0rz t3h IDE On Thu, Dec 8, 2022 at 10:33 PM Mike Kerner wrote: oh, would you look a

Re: Build in Answer Dialog

2022-12-09 Thread Mike Kerner via use-livecode
yo, gang, did that fix it for you, for now? On Thu, Dec 8, 2022 at 11:07 PM Mike Kerner wrote: > got it. > in the openCard handler (which is blank), add the line: > select the text of field 2 of me #mikey h4x0rz t3h IDE > > On Thu, Dec 8, 2022 at 10:33 PM Mike Kerner > wrote: > >> oh, would you

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
got it. in the openCard handler (which is blank), add the line: select the text of field 2 of me #mikey h4x0rz t3h IDE On Thu, Dec 8, 2022 at 10:33 PM Mike Kerner wrote: > oh, would you look at that, they replaced the stack with an SOS. > don't mind me. > > On Thu, Dec 8, 2022 at 10:20 PM Mike K

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
oh, would you look at that, they replaced the stack with an SOS. don't mind me. On Thu, Dec 8, 2022 at 10:20 PM Mike Kerner wrote: > have you tried replacing > Tools/Toolset/palettes/ask-dialog/revaskdialog.rev with the older version? > > On Thu, Dec 8, 2022 at 6:50 PM Paul Dupuis via use-liveco

Re: Build in Answer Dialog

2022-12-08 Thread Mike Kerner via use-livecode
have you tried replacing Tools/Toolset/palettes/ask-dialog/revaskdialog.rev with the older version? On Thu, Dec 8, 2022 at 6:50 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I ran into another LC 9.6.9rc2 regression, this time with the Ask > dialog. See https://quality

Re: Build in Answer Dialog

2022-12-08 Thread Paul Dupuis via use-livecode
I ran into another LC 9.6.9rc2 regression, this time with the Ask dialog. See https://quality.livecode.com/show_bug.cgi?id=24044 Any chance of pointing me to what line in C:\Program Files\RunRev\LiveCode 9.6.9 (rc 2)\Toolset\palettes\ask-dialog\revaskdialog.livecodescript i need to add to fix

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

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