Hi Panos, > Am 06.12.2022 um 18:24 schrieb panagiotis m via use-livecode > <[email protected]>: > 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 in this card of me > set sharedText of it to true > set dontWrap of it to false > set lockText of it to true > set opaque of it to false > set traversalOn of it to false > set showBorder of it to false > set vScrollbar of it to true > set width of it to 293 > set height of it to 342 > set the fixedLineHeight of it to "false" /// <---- ADD THIS LINE > end if > Note you have to quit LC first, then make this change, then save it. > > Kind regards, > Panos
are you sure that we are allowed save a file inside of an application bundle inside of the APPLICATION folder on macOS? Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
