Re: Datagrid internal error

2022-08-10 Thread Trevor DeVore via use-livecode
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 pixe

Re: sqlYoga queries

2022-07-26 Thread Trevor DeVore via use-livecode
that 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
on. 2. 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 Screen

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
f cheeses, but I couldn’t 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
o the 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 pref

Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread Trevor DeVore via use-livecode
y-validation` 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
odern 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 a

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

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

2021-03-29 Thread Trevor DeVore via use-livecode
ould be better served 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

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

2021-03-29 Thread Trevor DeVore via use-livecode
ide hooks 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 prefere

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
ues(the effective 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 >

Re: Smooth scrolling

2021-02-04 Thread Trevor DeVore via use-livecode
9" then set 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 improve

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 afraid u

Re: Livecode Builder - passing lcs string to C functions

2020-12-28 Thread Trevor DeVore via use-livecode
s a UTF8 string to Hunspell_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 -- Trev

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
_code)`; 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? --

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

Re: Linking to a LC desktop app with a URL

2020-05-20 Thread Trevor DeVore via use-livecode
elop/framework/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:

Re: HTML Platform

2020-05-05 Thread Trevor DeVore via use-livecode
96f441abbbc802dba64c760ec800a10e -- 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=us

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 &g

Re: DataView and DataView Tree Updates

2020-05-03 Thread Trevor DeVore via use-livecode
vurehelper-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:live

Re: Script Only Behaviors

2020-05-02 Thread Trevor DeVore via use-livecode
t; in the 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+to

DataView and DataView Tree Updates

2020-05-02 Thread Trevor DeVore via use-livecode
oject 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/l

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

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
Release notes 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 DeV

Re: Which git service suits a LiveCoder best?

2020-04-28 Thread Trevor DeVore via use-livecode
happily work with any 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

Testing spell checking with Hunspell Extension

2020-04-22 Thread Trevor DeVore via use-livecode
g. There 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 Screen

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-12 Thread Trevor DeVore via use-livecode
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

Re: Apps to fight COVID-19

2020-04-10 Thread Trevor DeVore via use-livecode
e 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-

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
hin LC. In 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 Pl

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

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

2020-03-25 Thread Trevor DeVore via use-livecode
myself to 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 prefere

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
5) Test 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 s

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 url t

Re: LC 9.6.0 DP2

2020-02-18 Thread Trevor DeVore via use-livecode
nue to support 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 ur

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

2020-02-11 Thread Trevor DeVore via use-livecode
a styledText array which I then assign 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 mai

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

2020-02-11 Thread Trevor DeVore via use-livecode
his ripple 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 mana

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 li

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

2020-02-06 Thread Trevor DeVore via use-livecode
pp 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
do the research, design 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

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 l

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

2020-02-06 Thread Trevor DeVore via use-livecode
automation! If you want to see the signing 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/blo

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
the documentation 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 subscriptio

Re: YAML Libraries

2020-01-19 Thread Trevor DeVore via use-livecode
as YAML when I'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

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
7;s changed from one release 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 becau

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
gt; > Any 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
are my favorite reasons for using 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,

Re: encrypting script-only stacks

2020-01-14 Thread Trevor DeVore via use-livecode
lly 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
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 pr

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 > inc

Re: iOS dark mode

2019-12-07 Thread Trevor DeVore via use-livecode
ot; > 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

Re: iOS dark mode

2019-12-04 Thread Trevor DeVore via use-livecode
OS to use light appearance 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_s

Adding `the caller` to LiveCode Script

2019-11-26 Thread Trevor DeVore via use-livecode
aller as a parameter if I 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

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
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
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
27;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 th

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
-- Appears that tCStr is not the right format. 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 som

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 c

Effective rect of stacks on Windows 10

2019-10-21 Thread Trevor DeVore via use-livecode
f 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 prefer

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 did t

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
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.screenstep

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
e FM 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@

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

2019-10-03 Thread Trevor DeVore via use-livecode
usiastic about development 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 subsc

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

2019-10-02 Thread Trevor DeVore via use-livecode
o 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, unsubscr

DataView Paginated Scroll

2019-09-20 Thread Trevor DeVore via use-livecode
ists Pokemon. You 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 S

Re: inter-app communication to LiveCode?

2019-09-19 Thread Trevor DeVore via use-livecode
em.livecodescript#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. --

Re: Stop Integer Coercion to Scientific Notation in JSON

2019-09-13 Thread Trevor DeVore via use-livecode
my experience that gets me the closest 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:

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

2019-08-21 Thread Trevor DeVore via use-livecode
gt; 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

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

2019-07-26 Thread Trevor DeVore via use-livecode
w 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
;XXX" (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” va

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
r. 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   8   >