Re: Painting inclusions

2023-06-30 Thread J. Landman Gay via use-livecode
On 6/30/23 4:56 PM, J. Landman Gay via use-livecode wrote: Setting a brushpattern works in the IDE but not in a standalone. I've looked through the inclusions and don't see anything about patterns. I do include brushes. Anyone know what is missing? The dictionary says they are "built-in."

Painting inclusions

2023-06-30 Thread J. Landman Gay via use-livecode
Setting a brushpattern works in the IDE but not in a standalone. I've looked through the inclusions and don't see anything about patterns. I do include brushes. Anyone know what is missing? The dictionary says they are "built-in." -- Jacqueline Landman Gay |

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread Mike Kerner via use-livecode
i think there are other ide stacks that switched from binary to script-only stacks in 9.6.9. that broke some other behaviors, too. if i was betting, i would bet that the SOS is not explicitly setting the font color, but i haven't read the script to confirm, either. On Fri, Jun 30, 2023 at 1:49 PM

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi , Made new stack and works okay. Then found that I had set the background colour of ask and answer to white, this has worked for many years and showed black text. The stack background is blue. Do I assume something has changed in 9.6.9 ? I removed the set background to white and the answer

Re: Writing to Mac Support folder

2023-06-30 Thread J. Landman Gay via use-livecode
It's an automatic response from the OS when an app needs to to do something that requires user permissions, like accessing files outside the app bundle. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 30, 2023 1:51:18 AM Richmond

Re: Writing to Mac Support folder

2023-06-30 Thread J. Landman Gay via use-livecode
I have several testers and only one has the problem. He's running Mac Ventura, but so are a couple of others. The app is signed and notarized using your wonderful tool. Normally the Mac asks if the app can write files to disk and directs the user to system prefs / privacy and security so the

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread J. Landman Gay via use-livecode
Is the text color of calling stack white? The dialog will inherit the color from that stack, or from the next one in the inheritance path. The text may be there but not visible. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 30,

Re: Remote debugger error message

2023-06-30 Thread panagiotis m via use-livecode
Hello all, @mike The revdebuggerlibrary.livecodescript is not the remote debugger - it is the IDE debugger for the script editor. The remote debugger is a protected stack and it is not present in the repo. @david How do you trigger this error? Could you provide a recipe? Kind regards, Panos --

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Yes, will give that a try and report back. Regards Camm > On 30 Jun 2023, at 13:58, Craig Newman via use-livecode > wrote: > > Matthias makes a point. Sometimes trying with a brand new stack will show > that there is something amiss, even corrupted, with the stack of interest. If > the new

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread Craig Newman via use-livecode
Matthias makes a point. Sometimes trying with a brand new stack will show that there is something amiss, even corrupted, with the stack of interest. If the new stack works, it likely means that LiveCode works, and the problem lies within the recalcitrant stack. Craig > On Jun 30, 2023, at

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread matthias rebbe via use-livecode
Did you already try it with a new stack just with a button which includes only a mouseup script with only the answer command? > Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode > : > > Windows 10 > LC 9.6.9 > > Regards > Camm > >> On 30 Jun 2023, at 12:13, panagiotis m via

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi , Not knowingly customised. Regards Steve > On 30 Jun 2023, at 12:19, panagiotis m via use-livecode > wrote: > > Hello again, > > Just tested on Windows and it works fine here as well. > > @Camm > Could it be the case you have customised the answer dialog stack? > > Cheers, > Panos >

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Windows 10 LC 9.6.9 Regards Camm > On 30 Jun 2023, at 12:13, panagiotis m via use-livecode > wrote: > > Hello Camm, > > In which platform? Seems to work as expected here (MacOS). > > Cheers, > Panos > -- > >> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode < >>

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi , Tried all that auto / manual inclusion etc. You cannot deselect ask / answer it will always include. Regards Camm > On 30 Jun 2023, at 13:15, Mike Kerner via use-livecode > wrote: > > you have to add the answer dialog to your inclusions when building > >> On Fri, Jun 30, 2023 at 7:19 

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread Mike Kerner via use-livecode
you have to add the answer dialog to your inclusions when building On Fri, Jun 30, 2023 at 7:19 AM panagiotis m via use-livecode wrote: > > Hello again, > > Just tested on Windows and it works fine here as well. > > @Camm > Could it be the case you have customised the answer dialog stack? > >

Re: Remote debugger error message

2023-06-30 Thread Mike Kerner via use-livecode
ugh. you could try removing the remote debugger from your inclusions and including the OSS version: https://github.com/livecode/livecode-ide/blob/ccc733a1539ed2e313abe649b38b83e9fddd1541/Toolset/libraries/revdebuggerlibrary.livecodescript you may also be able to edit the livecode bundle, removing

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread panagiotis m via use-livecode
Hello again, Just tested on Windows and it works fine here as well. @Camm Could it be the case you have customised the answer dialog stack? Cheers, Panos -- On Fri, 30 Jun 2023 at 14:12, panagiotis m wrote: > Hello Camm, > > In which platform? Seems to work as expected here (MacOS). > >

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread panagiotis m via use-livecode
Hello Camm, In which platform? Seems to work as expected here (MacOS). Cheers, Panos -- On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > Just the “Yes” , “No” > > “Some Text” missing. > > Works fine in IDE and previous standalones. >

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi, Just the “Yes” , “No” “Some Text” missing. Works fine in IDE and previous standalones. Regards Camm > On 29 Jun 2023, at 23:13, Craig Newman via use-livecode > wrote: > > Hi. > > I assume you mean the standard “Answer” command. There is no “Answer Text”. > > So if you: > > answer

Re: Writing to Mac Support folder

2023-06-30 Thread Richmond Mathewson via use-livecode
When I download an app onto my Mac Mini, on opening it for the first time it often asks me for permission to access the desktop/document/whatever folder. I assume that code to make an app ask for permissions to be granted has to be entered somewhere ['preOpenStack' ???] by the developer. On Fri,

Re: Writing to Mac Support folder

2023-06-30 Thread matthias rebbe via use-livecode
This is what Apple says: "If you distribute your macOS app through the App Store, you must enable App Sandbox. If you notarize your macOS app to distribute it outside of the App Store, you must enable hardened runtime and, optionally, can also enable App Sandbox."