Re: Datagrid internal error

2022-08-10 Thread Trevor DeVore via use-livecode
a DataGrid with 330 columns that are at least 100 pixels wide and see if you get the same error. -- Trevor DeVore ScreenSteps On Mon, Aug 8, 2022 at 12:36 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Paul, > > The max height of a field is 32,767 p

Re: sqlYoga queries

2022-07-26 Thread Trevor DeVore via use-livecode
query each table individually. -- Trevor DeVore ScreenSteps ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Automating LiveCode builds with Github Actions?

2022-07-26 Thread Trevor DeVore via use-livecode
. Build an MSI file using Wix 3. Build an exe installer with Inno Setup. The end result would be the ability to create MSI and exe installers from a LIveCode application from a central location (Github) either manually or as part of another workflow. -- Trevor DeVore ScreenSteps

Re: Monterey + Dark Mode + LC 9.6.6

2022-07-25 Thread Trevor DeVore via use-livecode
Thanks for posting this Marty. I just needed to add that to my app :-) -- Trevor DeVore ScreenSteps On Mon, Mar 7, 2022 at 7:10 PM Marty Knapp via use-livecode < use-livecode@lists.runrev.com> wrote: > I think I found the issue. I use Levure to build my apps (great framework > - yo

Re: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Trevor DeVore via use-livecode
e my app. The business version pre-9.6.4 would not launch under 9.6.4. Updating the copy I distribute with the version from 9.6.4 fixed the problem. -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Sorting text is *VERY* slow in LC9 on Windows (Re: Accumulating text is *VERY* slow in LC9 on Windows)

2021-09-10 Thread Trevor DeVore via use-livecode
figure out how cheddar and edam were different in this analogy :-) -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [ANN] Release 9.6.3 RC-2

2021-07-23 Thread Trevor DeVore via use-livecode
On Fri, Jul 23, 2021 at 8:23 AM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > > - Fix some images rendering as black in recent macOS versions I can confirm that this issue is fixed on macOS Big Sur. Thanks! -- Trevor DeVore ScreenSteps www.scr

Re: Implementing UNDO

2021-05-22 Thread Trevor DeVore via use-livecode
front whenever the user is editing text in a field. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread Trevor DeVore via use-livecode
idation` entitlement solved the problem. Thanks! It does make me wonder why it is needed, however. I would prefer not to disable a check if possible. Regardless, I'm happy to have the app running again. -- Trevor DeVore ScreenSteps www.screensteps.com __

Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread Trevor DeVore via use-livecode
macOS SDK (10.9 or later)?" (there is no answer yet). https://developer.apple.com/forums/thread/677250 I'm going to do some further testing where I swap out the old revsecurity.dylib and also try running the app prior to signing and notarization. I'll provide an update once I am able to run t

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-03-29 Thread Trevor DeVore via use-livecode
On Mon, Mar 29, 2021 at 4:35 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > I think we're all on the same page here. > :thumbs_up -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mail

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-03-29 Thread Trevor DeVore via use-livecode
d with additional, more granular callbacks, and maybe those callbacks are sent to a target other than the stack being saved. That is what I would like to be considered when modernizing the Standalone Builder. -- Trevor DeVore ScreenSteps www.screensteps.com __

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-03-29 Thread Trevor DeVore via use-livecode
On Mon, Mar 29, 2021 at 1:24 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor DeVore wrote: > > > On Mon, Mar 29, 2021 at 12:31 PM Richard Gaskin wrote: > >> Add-ons to the product experience can be a useful temporary > >

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-03-29 Thread Trevor DeVore via use-livecode
On Mon, Mar 29, 2021 at 12:31 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor DeVore wrote: > > > On Mon, Mar 29, 2021 at 10:57 AM Richard Gaskin wrote: > > > >> TL/DR: > >> > >> We don't need a gen

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-03-29 Thread Trevor DeVore via use-livecode
so that plugins can further customize the process. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Codesigning & notarizing

2021-02-05 Thread Trevor DeVore via use-livecode
(in an entitlements.plist file): > Thanks for sharing Marty. I wonder if this is why I was having SSL issues with the standalone I built with 9.6.2? I'll play around with the entitlements and see if that fixes it. -- Trevor DeVore ScreenSteps www.screensteps.com ___

Re: Smooth scrolling

2021-02-05 Thread Trevor DeVore via use-livecode
ve linesize of > me) >else if pKey is in "65310,65311" and the hScrollbar of me then > set the hscroll of me to the hscroll of me \ > - item 1 of macCurrentEventScrollValues(the effective linesize of me) >else > pass rawKeyDown >end if >

Re: Smooth scrolling

2021-02-04 Thread Trevor DeVore via use-livecode
the vscroll of me to the vscroll of me - item 2 of macCurrentEventScrollValues(the effective linesize of me) else pass rawKeyDown end if end rawKeyDown On my computer I see the best results in the test stack from the bug report using this method. Ideally any engine improvements would tap into

Re: clipboardData on Mobile?

2021-01-28 Thread Trevor DeVore via use-livecode
about Android, but I believe there is a fair amount of Android LCB code in the livecode GitHub repo that could used for guidance. -- Trevor DeVore ScreenSteps On Thu, Jan 28, 2021 at 3:03 AM matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > > But i am afrai

Re: Livecode Builder - passing lcs string to C functions

2020-12-28 Thread Trevor DeVore via use-livecode
unspell_spell: https://github.com/trevordevore/lc-hunspell/blob/master/hunspell.lcb#L150 Here is a link to the MCStringConvertToBytes definition in the LCB file: https://github.com/trevordevore/lc-hunspell/blob/master/hunspell.lcb#L19 -- Trevor DeVore ScreenStep

Re: Encrypting Stack Breaks Field References

2020-12-23 Thread Trevor DeVore via use-livecode
ack files you add to your app folder. -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mail

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread Trevor DeVore via use-livecode
Levure app packaging scripts will do this when you package up an app. So you get the benefit of script only stacks during development and the protection of encrypted when you distribute. -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-l

Shoudl LiveCode be calling exit() when terminating a Cocoa app?

2020-08-28 Thread Trevor DeVore via use-livecode
)`; https://github.com/livecode/livecode/blob/develop/engine/src/mac-core.mm#L416 I'm wondering if that call to exit() is what is causing problems as my understanding is that exit() immediately causes an app to terminate. Perhaps exit() should only be called if t_exit_code > 0? -- Trevor DeV

Re: Linking to a LC desktop app with a URL

2020-05-21 Thread Trevor DeVore via use-livecode
ia use-livecode < > use-livecode@lists.runrev.com>, wrote: > > This is great! Thank you Trevor! > You're welcome guys. David - the wiki has a section on "Creating an Application". Hopefully it is easy enough. https://github.com/trevordevore/levure/wiki -- Trevor DeVor

Re: Linking to a LC desktop app with a URL

2020-05-20 Thread Trevor DeVore via use-livecode
helpers/file_system/file_system.livecodescript#L65 3. Triggering requests Triggering requests is as simple as using your custom protocol in an tag in your web page. Click me Hopefully this helps you implement the behavior in your own app. -- Trevor DeVore ScreenSteps - https://www.screenste

Re: HTML Platform

2020-05-05 Thread Trevor DeVore via use-livecode
1abbbc802dba64c760ec800a10e -- Trevor DeVore ScreenSteps - https://www.screensteps.com Levure App Framework for LiveCode - https://github.com/trevordevore/levure/ LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode LiveCode Builder Repos - https://github.com/search?q=user%3A

Re: DataView and DataView Tree Updates

2020-05-04 Thread Trevor DeVore via use-livecode
On Sat, May 2, 2020 at 12:42 PM Trevor DeVore wrote: > I've updated the DataView and DataView Tree code in my GitHub repos with a > script that will load all of the necessary files for developers who are not > using the Levure framework. You will find updated instructions in the > RE

Re: DataView and DataView Tree Updates

2020-05-03 Thread Trevor DeVore via use-livecode
-database_dbcursor/commit/59cba88e26c17dac819f7137054868b71dcf6617 -- Trevor DeVore ScreenSteps - https://www.screensteps.com Levure App Framework for LiveCode - https://github.com/trevordevore/levure/ LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode LiveC

Re: Script Only Behaviors

2020-05-02 Thread Trevor DeVore via use-livecode
dictionary and no results came up. I must have been filtering by LiveCode Builder. -- Trevor DeVore ScreenSteps - https://www.screensteps.com Levure App Framework for LiveCode - https://github.com/trevordevore/levure/ LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:liveco

DataView and DataView Tree Updates

2020-05-02 Thread Trevor DeVore via use-livecode
showing what they can do at the following links: https://github.com/trevordevore/levurehelper-dataview https://github.com/trevordevore/levurehelper-dataview_tree -- Trevor DeVore ScreenSteps - https://www.screensteps.com Levure App Framework for LiveCode - https://github.com/trevordevore/levure

Re: Script Only Behaviors

2020-05-02 Thread Trevor DeVore via use-livecode
On Sat, May 2, 2020 at 8:36 AM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 5/2/20 12:06 AM, Trevor DeVore via use-livecode wrote: > > > script "My script-only stack" with behavior "A Stack Name" > > Nice! I didn't know that

Re: Script Only Behaviors

2020-05-02 Thread Trevor DeVore via use-livecode
memory set the behavior property. If you need to assign the behavior of the script-only stack to a button then use method #2. -- Trevor DeVore ScreenSteps - https://www.screensteps.com Levure App Framework for LiveCode - https://github.com/trevordevore/levure/ LiveCode Repos - https://github.

Spell Checker

2020-04-29 Thread Trevor DeVore via use-livecode
tes for each version can be found here: https://github.com/trevordevore/levure/releases P.S. I've updated my signature with links to my Github repos that relate to LiveCode and LiveCode Builder. All of my public projects are under the MIT license so enjoy! -- Trevor DeVore ScreenSteps - ht

Re: Which git service suits a LiveCoder best?

2020-04-28 Thread Trevor DeVore via use-livecode
y sort of stack file you add. For example, one could add their existing stacks to a Levure app and start leveraging the available Helpers (spell check, notary, auto update, installer builders, etc.) without extracting any scripts to script-only stacks. - - T

Testing spell checking with Hunspell Extension

2020-04-22 Thread Trevor DeVore via use-livecode
e are lots of dictionaries available for Hunspell, however. I've downloaded dictionaries from https://extensions.openoffice.org before. I also came across this github repo today which has a large list of 90 compatible dictionaries: https://github.com/wooorm/dictionaries -- Trevor DeVore ScreenSteps www.scree

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Trevor DeVore via use-livecode
et. I love using Tower for my Git GUI. I’ve been very pleased with it. -- Trevor DeVore ScreenSteps ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: h

Re: Go to card has become slow

2020-04-13 Thread Trevor DeVore via use-livecode
On Mon, Apr 13, 2020 at 7:48 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2020-04-13 07:06, Trevor DeVore via use-livecode wrote: > > Will this caching of the DPI setting affect accessing the styledtext > > property in general on Windows o

Re: Go to card has become slow

2020-04-13 Thread Trevor DeVore via use-livecode
t accessing the styledtext property in general on Windows or will it only affect calls to it during saves? -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Re: Apps to fight COVID-19

2020-04-10 Thread Trevor DeVore via use-livecode
top, no?). So at best we have reporting from the set of users > who have decided to opt in, download an app, and accept the app's > permissions. Here are some additional details. Seems like a good thing they are doing. https://techcrunch.com/2020/04/10/apple-and-google-are-launching-a-joint-co

Re: Umlauts (again) and arraytojson

2020-04-09 Thread Trevor DeVore via use-livecode
de("äns", "utf8")] put textEncode("zwei", "utf8") into tArray[textEncode("zwöi", "utf8")] put arraytojson(tArray) end mouseUp — You can refer to the following report I filed on the current state of JSON in LiveC

Re: Who else doesn't want auto-select when opening a card?

2020-04-07 Thread Trevor DeVore via use-livecode
ing order of controls later on. - - Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: specialFolderPath, Microsoft Window, and 64 bits

2020-03-31 Thread Trevor DeVore via use-livecode
your case you would create a 64-bit command line app and I'm guessing you could find sample code for such a common API call. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-30 Thread Trevor DeVore via use-livecode
Guys, Please don't hijack the thread. -- Trevor DeVore ScreenSteps www.screensteps.com On Mon, Mar 30, 2020 at 12:07 PM Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > This is worth a look: > > https://support.apple.com/en-us/HT201236 > > On 30.03.2

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Trevor DeVore via use-livecode
the CC list as the two may very well be related. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Trevor DeVore via use-livecode
! character. ⌘ + Shift + 1 tells the user every key to press just by looking at it. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Using Shift + Cmd + 1 as a menu short in LiveCode

2020-03-25 Thread Trevor DeVore via use-livecode
est the menu. It shows the following: File New ⌘ 1 Open ⌘ 0 Close ⌘ W -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscr

Re: Any electronic document formats offering interactivity?

2020-03-19 Thread Trevor DeVore via use-livecode
HTML itself using the "data:" URLs: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: LC 9.6.0 DP2

2020-02-18 Thread Trevor DeVore via use-livecode
rt it. As a reference, our customer base is made up of small to medium businesses as well as larger corporations. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread Trevor DeVore via use-livecode
to a field. Hopefully that isn’t affected by the same bug since the listStyle is part of the array. I’ll make sure and test that particular case though. -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Nested numeric lists that include number of parent list item

2020-02-11 Thread Trevor DeVore via use-livecode
effect which always makes me wish I hadn't implemented the hack :-) -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Nested numeric lists that include number of parent list item

2020-02-11 Thread Trevor DeVore via use-livecode
a property that enables it. Am I missing something or is not possible using listStyle and listDepth? 1. asdf ajsdf asf 1.1. adsfasdfasdf 1.1.1. asdfasdfasdf -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list us

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
d the app I notarized and it worked fine. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
sign a UI, hook up the UI, and write the underlying code. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
On Thu, Feb 6, 2020 at 10:23 AM Trevor DeVore wrote: > > After packaging up the app I did a quick test to make sure the new feature > worked on my machine. It didn't. The error message was about some code > trying to execute that wasn't signed and some note about librar

[macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
scripts and some of the logic that goes into deciding what to sign you can follow these links to the source code: https://github.com/trevordevore/levure/blob/develop/packager/packager.livecodescript#L2302 https://github.com/trevordevore/levure/blob/develop/packager/packager.livecodescript#L2380

Re: Apple Mac menubar?

2020-01-22 Thread Trevor DeVore via use-livecode
> uses as examples of usefulness. > My application has a screen capture component and a user can trigger screen captures through the status bar menu, change some capture settings, and open/close some windows/palettes in the application. -- Trevor DeVore ScreenS

Re: Apple Mac menubar?

2020-01-21 Thread Trevor DeVore via use-livecode
On Tue, Jan 21, 2020 at 11:59 AM Håkan Liljegren via use-livecode < use-livecode@lists.runrev.com> wrote: > I this is already created by our hero Trevor Devore. Take a look at his > github page: > > github.com/trevordevore/lc-macos-toolset > > what you are looking fo

Re: YAML Libraries

2020-01-21 Thread Trevor DeVore via use-livecode
ocumentation syntax used by LiveCode to create docs from scripts. -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: YAML Libraries

2020-01-19 Thread Trevor DeVore via use-livecode
'm debugging or logging. It most likely could use some improvements but works well for what I do with it. -- Trevor DeVore ScreenSteps www.screensteps.com /** Summary: Prints an array using YAML. Returns: YAML string */ function printArray pArray local tKeys, tKey, tYAML put the keys of

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
ase to the next. > I'll toss in an amen to both of these points (testing optimizations, etc. and tagging releases). I use Tower as my Git GUI with Kaleidoscope for diffs. I can easily see a diff of all files that have changed between two releases because I tag the commit that was c

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
ny opinions on Github vs Gitlab? > I've only used Github so I can't offer up a comparison. I've been happy with Github for the most part and my company has been working with it for a number of years. -- Trevor DeVore ScreenSteps www.screensteps.com _

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
On Tue, Jan 14, 2020 at 2:35 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor DeVore wrote: > > > I use SoS extensively but I had never tried using the SB to encrypt them > as > > I use Levure. The Levure packaging library automatical

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
sing Git as they make my daily development and management of the code easier. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
ly encrypts script only stacks for you during the packaging process. While Levure uses the SB to create the standalone, encrypting the stacks is handled in the Levure packaging library, not the SB. I agree that the SB should handle this for you though. --

Re: Missing keys in datagrid?

2019-12-18 Thread Trevor DeVore via use-livecode
On Wed, Dec 18, 2019 at 6:40 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Trevor, > > thanks for chiming in! > > > Am 18.12.2019 um 13:28 schrieb Trevor DeVore via use-livecode < > use-livecode@lists.runrev.com>: > > &g

Re: Missing keys in datagrid?

2019-12-18 Thread Trevor DeVore via use-livecode
n see, PrintKeys prints off every key and value in the sDataArray array. sDataArray contains the array that you, the developer, assigned to the DataGrid using a property such as dgData or dgText. PrintKeys doesn't take into account the columns you've created in your DataGrid. That is a separate property. So my

Re: Help Wrapping HTMLTidy in LCB

2019-12-10 Thread Trevor DeVore via use-livecode
On Mon, Dec 9, 2019 at 12:28 PM Trevor DeVore wrote: > UPDATE: > > I made some progress on the HTMLTidy project and this morning Mark > Waddingham and Brian Milby helped me over the last hurdle. The code base > now has a tidyHTMLToXHTML() function which works on macOS. You can try

Re: Help Wrapping HTMLTidy in LCB

2019-12-09 Thread Trevor DeVore via use-livecode
On Fri, Nov 22, 2019 at 10:30 AM Trevor DeVore wrote: > While looking at solutions for converting HTML into XHTML that can be > parsed by revXML I decided to test HTMLTidy which has an option to output > the input as XHTML. While I could bundle up the tidy command line tool and

Re: iOS dark mode

2019-12-07 Thread Trevor DeVore via use-livecode
I'm glad that solved the immediate problem. Looks like we will need access to the settings from within LiveCode in the future though. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: iOS dark mode

2019-12-04 Thread Trevor DeVore via use-livecode
arance for your app. It looks like there is an Info.plist key that you can add which will force your app to use the light appearance. Perhaps that will help in your situation? https://developer.apple.com/documentation/xcode/supporting_dark_mode_in_your_interface/choosing_a_specific_interface_st

Adding `the caller` to LiveCode Script

2019-11-26 Thread Trevor DeVore via use-livecode
want the callback for a specific handler to be sent to a group on the card shouldn't be part of a handlers parameter list, however. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: macOS, is my app active?

2019-11-23 Thread Trevor DeVore via use-livecode
On Sat, Nov 23, 2019 at 7:09 PM scott--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor, > > Those directions were awesome! I saw the security warning with the > AppleScript method. Your extension method avoided it. Thank you. You’re welcome Scott.

Re: Help Wrapping HTMLTidy in LCB

2019-11-23 Thread Trevor DeVore via use-livecode
ve-C, etc. will help more people wrap libraries and contribute to the community in the future. - - Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: macOS, is my app active?

2019-11-23 Thread Trevor DeVore via use-livecode
’t trigger any security warnings in later versions of macOS. Maybe that isn’t a big deal for your app but it is worth checking. - - Trevor DeVore > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: macOS, is my app active?

2019-11-23 Thread Trevor DeVore via use-livecode
n't want to store your extension externally to your application you can also use the "+" button in the EB to install the extension in your LC environment. Now the extension will load whenever you launch LC and you can select "NSWorkspace" in the Sta

Re: Help Wrapping HTMLTidy in LCB

2019-11-22 Thread Trevor DeVore via use-livecode
On Fri, Nov 22, 2019 at 5:31 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor DeVore wrote: > > > HTML may be placed on the clipboard when copying text and images > > from web browsers or by our good friend Microsoft Word. Microsoft &g

Re: Help Wrapping HTMLTidy in LCB

2019-11-22 Thread Trevor DeVore via use-livecode
On Fri, Nov 22, 2019 at 2:25 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor DeVore wrote: > > > While looking at solutions for converting HTML into XHTML that can be > > parsed by revXML I decided to test HTMLTidy which has an option

Help Wrapping HTMLTidy in LCB

2019-11-22 Thread Trevor DeVore via use-livecode
ormat. log c_tidyOptGetIdForName(tCStr) ``` MCStringConvertToCString is defined as follows in the htmltidy.lcb file: ``` foreign handler MCStringConvertToCString(in pString as String, out rCString as Pointer) returns CBool binds to "" ``` If anyone can provide some pointers or a PR I would really apprec

Re: Effective rect of stacks on Windows 10

2019-10-21 Thread Trevor DeVore via use-livecode
idth under Windows 10 - the 1px visible border and a 7px > "touch area" is apparently how Microsoft views it, so LC's position is > that this is sort of an OS vendor issue rather than their. > > I disagree of course. > I agree with your disagreement. I've added my 2 cents. --

Effective rect of stacks on Windows 10

2019-10-21 Thread Trevor DeVore via use-livecode
of the stack will be offset by the negative value from (3). -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: mnemonic working on Windows in LC 9?

2019-10-21 Thread Trevor DeVore via use-livecode
On Mon, Oct 21, 2019 at 9:58 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > On 10/21/2019 10:49 AM, Trevor DeVore via use-livecode wrote: > > Does using the mnemonic key to display a menu on Windows work for anybody > > else in LC 9? I just d

mnemonic working on Windows in LC 9?

2019-10-21 Thread Trevor DeVore via use-livecode
the letter of one of the menus (e.g. "F"). All I hear is a beep when the File menu should appear. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, u

Re: macOS Notarization helper for Levure

2019-10-09 Thread Trevor DeVore via use-livecode
You’re welcome Marty. Glad you like it. Trevor DeVore ScreenSteps On Wed, Oct 9, 2019 at 11:46 AM Marty Knapp via use-livecode < use-livecode@lists.runrev.com> wrote: > You won’t regret it Bob, Levure is a great framework. A big thanks (again) > to Trevor. > > Marty > >

macOS Notarization helper for Levure

2019-10-09 Thread Trevor DeVore via use-livecode
Of course, someone could write a helper that uses Apple's command line tools to create a DMG as well. * http://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore -- Trevor DeVore ScreenSteps www.screensteps.com

Re: Determine if Windows engine is 32-bit or 64-bit?

2019-10-07 Thread Trevor DeVore via use-livecode
On Mon, Oct 7, 2019 at 9:47 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2019-10-07 15:41, Trevor DeVore via use-livecode wrote: > > With LiveCode 9.5 one can deploy 32-bit or 64bit Windows applications. > > While LiveCode Builder has an `a

Re: Determine if Windows engine is 32-bit or 64-bit?

2019-10-07 Thread Trevor DeVore via use-livecode
On Mon, Oct 7, 2019 at 9:47 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2019-10-07 15:41, Trevor DeVore via use-livecode wrote: > > With LiveCode 9.5 one can deploy 32-bit or 64bit Windows applications. > > While LiveCode Builder has an `a

Determine if Windows engine is 32-bit or 64-bit?

2019-10-07 Thread Trevor DeVore via use-livecode
With LiveCode 9.5 one can deploy 32-bit or 64bit Windows applications. While LiveCode Builder has an `architecture` function that can be used to detect 64-bit, LiveCode Script does not. Does anybody have a function for determine 64-bit vs. 32-bit architecture in LCS? -- Trevor DeVore ScreenSteps

Re: LiveCode 9.0.5

2019-10-05 Thread Trevor DeVore via use-livecode
xes in 9.0.5 improve my applications performance and fixes crashes that customers were experiencing. At the moment I can’t set aside time for my team to do the extra testing required before moving development to 9.5 so I’m very grateful for 9.0.5. Trevor DeVore

Re: ...and Livecode... where are we now?

2019-10-03 Thread Trevor DeVore via use-livecode
generates lots of revenue then it will continue on. And hopefully fuel the development of the underlying technology (LiveCode) that LiveCode FM is built on. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists

Re: ...and Livecode... where are we now?

2019-10-03 Thread Trevor DeVore via use-livecode
t on LiveCode slowing down right now, I support the company pursuing this opportunity. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: ...and Livecode... where are we now?

2019-10-02 Thread Trevor DeVore via use-livecode
s who don't use LiveCode FM. It is unfortunate that LC has to sit mostly idle for so long though. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

DataView Paginated Scroll

2019-09-20 Thread Trevor DeVore via use-livecode
u can find the demo repo here: https://github.com/trevordevore/dataview_demo/tree/master The actual DataView Paginated Scroll helper repo is here: https://github.com/trevordevore/levurehelper-dataview_paginated_scroll -- Trevor DeVore ScreenSteps www.scree

Re: inter-app communication to LiveCode?

2019-09-19 Thread Trevor DeVore via use-livecode
escript#L83 For Windows you can read the `commandArguments` when the app launches or, if the application is already running, handle the `relaunch` command and use the parameters passed to it. Hopefully that is enough to get you started. -- Trevor D

Re: Stop Integer Coercion to Scientific Notation in JSON

2019-09-13 Thread Trevor DeVore via use-livecode
st to expected values. Unfortunately JsonImport is rather slow, but it is more accurate. I don't recall all of the nuances as to why though. Here is my wrapper around JsonImmport: ``` function _importJSON pJSON # zero width joiner breaks JSON Importer # http://quality.livecode.com/show_bug.cgi?

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Trevor DeVore via use-livecode
t; If you look at the headers the server is sending back the `content-encoding` is `gzip`. Just check for that and run decompress if present. -- Trevor DeVore ScreenSteps www.screensteps.com ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: OSX High Sierra and Mojave Double Titlebars or Menubars?

2019-07-26 Thread Trevor DeVore via use-livecode
the window without issue and then the vertical displacement is somehow triggered? -- Trevor DeVore ScreenSteps > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: OSX High Sierra and Mojave Double Titlebars or Menubars?

2019-07-26 Thread Trevor DeVore via use-livecode
menubars? > > I have spent a big chunk of time searching the Livecode Quality Center > and can not find this bug. > > Am I delusional, or was there such a bug and if, so can someone point me > to it? > This? https://quality.livecode.com/show_bug.cgi?id=20923 -- Trevor De

Re: Rename object

2019-07-04 Thread Trevor DeVore via use-livecode
ot; (which is problematic), and I wish to > rename the new version of "XXX" . . . > > err . . . > > set the name of the last/recent/latest/headache After using “copy” a reference to the new object is stored in the “it” variable. &

Re: dragData["private"] is not Unicode aware

2019-06-18 Thread Trevor DeVore via use-livecode
entries that need updating: https://livecode.github.io/this-week-in-livecode/issue/2019/06/17/this-week-in-livecode-182.html -- Trevor DeVore ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: Visual Studio 2017 to the rescue

2019-06-10 Thread Trevor DeVore via use-livecode
vior. I believe they just need to change some compiler flags to fix it. -- Trevor DeVore ScreenSteps ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: h

  1   2   3   4   5   6   7   >