Search found 992 matches

by trevordevore
Tue Apr 13, 2021 2:08 pm
Forum: Community Projects
Topic: Packaging an Levure application on Windows and Linux
Replies: 5
Views: 42693

Re: Packaging an Levure application on Windows and Linux

Hi, Levure does not provide a way of combining all of the livecode files into the executable. On macOS an application is really a folder that is presented to the user as a single app. I don't distribute apps on Linux, but on Windows it is typical to distribute an app with many files. InnoSetup handl...
by trevordevore
Sun Apr 04, 2021 12:02 am
Forum: LiveCode Builder
Topic: Help testing LCB wrapper around Hunspell
Replies: 13
Views: 11630

Re: Help testing LCB wrapper around Hunspell

I have a spell checker project on GitHub that uses NSSpellChecker on macOS and hunspell on Windows. If someone were to compile hunspell for Linux and submit a Pull Request then it would work there as well. I’m not sure how it would work on mobile.

https://github.com/trevordevore/spell_checker
by trevordevore
Tue Mar 30, 2021 7:44 pm
Forum: LiveCode Builder
Topic: Help testing LCB wrapper around Hunspell
Replies: 13
Views: 11630

Re: Help testing LCB wrapper around Hunspell

Tonaras - As fate would have it, one of my support agents was able to recreate the problem on his machine. The issue occurs if you do not have the MSVCP140.dll and VVCRUNTIME140.dll files installed. Here is the screenshot from Dependencies: https://i.ibb.co/CB6sMhT/image.png In my case the app still...
by trevordevore
Sun Mar 28, 2021 2:05 pm
Forum: LiveCode Builder
Topic: Help testing LCB wrapper around Hunspell
Replies: 13
Views: 11630

Re: Help testing LCB wrapper around Hunspell

I don’t have any suggestions off the top of my head. We don’t actually know the exact cause of the problem yet. All you know is one app didn’t work and then it did after installing another app. The first step would be to restore your VM image to its original state so you can recreate the original pr...
by trevordevore
Sat Mar 27, 2021 6:42 pm
Forum: LiveCode Builder
Topic: Help testing LCB wrapper around Hunspell
Replies: 13
Views: 11630

Re: Help testing LCB wrapper around Hunspell

Hi Tonaras - I'm glad you will be able to get some use out the project. The DLL doesn't have any outside dependencies in it other than normal Windows libraries. I loaded up the DLLs in Dependencies to verify. Here is a screenshot: https://i.ibb.co/6FQDRGJ/windows-10.png Dependencies shows any outsid...
by trevordevore
Sat Feb 27, 2021 3:24 am
Forum: Community Projects
Topic: Empty Levure folders not tracked on GitHub
Replies: 3
Views: 4662

Re: Empty Levure folders not tracked on GitHub

Martin - I was browsing through a repo today and came across .gitkeep files. Turns out that is a convention some people use (or just .keep) to make sure a folder is part of a repo. Just add .gitkeep or a .keep file (to the folder and add that to the repo. Just another option for you.
by trevordevore
Mon Feb 22, 2021 3:44 pm
Forum: Community Projects
Topic: Empty Levure folders not tracked on GitHub
Replies: 3
Views: 4662

Re: Empty Levure folders not tracked on GitHub

Martin - I don't track empty folders so I don't have a strategy for doing so. Can you elaborate on why you need empty folders in your project?
by trevordevore
Thu Feb 04, 2021 4:59 pm
Forum: Community Projects
Topic: Using glxappUpdater on macOS Catalina fails with errors.
Replies: 3
Views: 4121

Re: Using glxappUpdater on macOS Catalina fails with errors.

Yes, you can use the AppUpdater Helper to update apps on Catalina. We use it at my company to update our desktop application. If the user has permission to update the app then the AutoUpdater will work. Signing is built into Levure and there is a helper for notarizing. Just add your certificate name...
by trevordevore
Thu Feb 04, 2021 6:20 am
Forum: Community Projects
Topic: How do you create installer for a glx application framework based Windows standalone.
Replies: 1
Views: 4605

Re: How do you create installer for a glx application framework based Windows standalone.

@martin - I realize this was a long time ago but I'll answer in case someone else comes across it. All of the files go in the same folder on Windows. So in this case everything in the Win32 folder would need to be installed into the same folder. There is a Levure helper that generates an Inno Setup ...
by trevordevore
Thu Feb 04, 2021 6:13 am
Forum: Community Projects
Topic: Using glxappUpdater on macOS Catalina fails with errors.
Replies: 3
Views: 4121

Re: Using glxappUpdater on macOS Catalina fails with errors.

@martin - I don't remember the specifics of how GLX auto update worked. I would be surprised if it works with signed and notarized apps though. You would need to get into the debugger or generate some log files to troubleshoot further though. Sorry I can't be of more help, but I haven't looked at th...
by trevordevore
Thu Feb 04, 2021 6:02 am
Forum: Community Projects
Topic: Levure Codesigning
Replies: 8
Views: 6298

Re: Levure Codesigning

I tried building an app with 9.6.2 rc2 the other day and there was an issue accessing https urls. I haven't investigated further yet, but I am going to check to see if it has something to do with revsecurity.dylib. In my case though, the app was notarized without any problems. I use the code-signing...
by trevordevore
Thu Dec 10, 2020 6:07 pm
Forum: LiveCode Builder
Topic: Android API in lcb
Replies: 1
Views: 3675

Re: Android API in lcb

You can find some examples in the LiveCode source: The are some Android libraries here: https://github.com/livecode/livecode/tree/develop/extensions/libraries An Android Utilities module here: https://github.com/livecode/livecode/tree/develop/extensions/modules And widgets for Android here: https://...
by trevordevore
Fri Oct 30, 2020 2:16 am
Forum: LiveCode Builder
Topic: [LCB FFI] Why can't I bind to these or make this Aggregate Type?
Replies: 5
Views: 6379

Re: [LCB FFI] Why can't I bind to these or make this Aggregate Type?

You’re welcome Paul. I’m glad you got the window code working.
by trevordevore
Thu Oct 29, 2020 4:06 am
Forum: LiveCode Builder
Topic: [LCB FFI] Why can't I bind to these or make this Aggregate Type?
Replies: 5
Views: 6379

Re: [LCB FFI] Why can't I bind to these or make this Aggregate Type?

Here is what I found in some code from some WebKit example code at https://github.com/trevordevore/lc-macos-toolset/blob/master/WebKit/webkit.lcb : public foreign type NSRect binds to "MCAggregateTypeInfo:qqqq" private foreign handler ObjC_WebViewInitWithFrame (in pWebView as ObjcId, in pRect as NSR...
by trevordevore
Fri Sep 11, 2020 7:07 pm
Forum: LiveCode Builder
Topic: Piano Widget Progress, Thanks!
Replies: 6
Views: 6512

Re: Piano Widget Progress, Thanks!

That is very cool @PaulDaMacMan. Well done!

Go to advanced search