Search found 220 matches

by Martin Koob
Fri Jul 29, 2022 1:55 pm
Forum: Educational Outreach
Topic: LiveCode to Education Industry API- Community project
Replies: 12
Views: 17722

Re: LiveCode to Education Industry API- Community project

Hi all I got a notification from the forum saying that therer was a new reply to this post from oliyanabeth. It included the following link: https://forums.livecode.com/viewtopic.php?f=107&t=28034 I checked it out and I don't see any new posts in this forum since 2017. Did the can can't find oliyana...
by Martin Koob
Fri Jan 14, 2022 4:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Search & Replace being a bit unhelpful
Replies: 21
Views: 6707

Re: Search & Replace being a bit unhelpful

I don't think there is any reason why not. If anyone is interested in creating plugins they should buy Andre Garcia's book Development Oriented Development https://andregarzia.com/books/development-oriented-development.html to learn how you can do that. As I was making the simple demo stack I also t...
by Martin Koob
Fri Jan 14, 2022 12:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Search & Replace being a bit unhelpful
Replies: 21
Views: 6707

Re: Search & Replace being a bit unhelpful

Hi Just playing around with some ideas and I thought of putting a script in the front script that would identify the stack the mouse was in. - created a stack and called it "Main" - created a sub stack in it and called it "sub" - created a button "Stack Name Reporter" on the first card of stack "Mai...
by Martin Koob
Thu Jan 13, 2022 6:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Search & Replace being a bit unhelpful
Replies: 21
Views: 6707

Re: Search & Replace being a bit unhelpful

Hi bernd using 'put the mouse stack' in the message box is a great idea. Adding that to my tricks What I do to figure out a name is while the stack is open put 'put the openstacks' in the message box & press return and then look in the resulting list for anything that looks like it is the stack I wa...
by Martin Koob
Sat Feb 27, 2021 3:01 pm
Forum: Community Projects
Topic: Empty Levure folders not tracked on GitHub
Replies: 3
Views: 4662

Re: Empty Levure folders not tracked on GitHub

Hi Trevor The reason I was asking about tracking the empty directories was that I wanted a way to ensure the users who are not familiar with Levure and who were cloning the project would get the complete Levure directory structure for a template application. That way if they were to add files the ap...
by Martin Koob
Mon Feb 22, 2021 5:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid Form Examples & Beginner Lab Tutorial
Replies: 2
Views: 4817

Re: Data Grid Form Examples & Beginner Lab Tutorial

Hi TerryL I was puzzling about how to create a data grid that would adjust row height based on the formatted height and in my searching found this post and the stack from you. This is an amazing stack. Can't believe I have never seen it before. Giving it a bump to the top of the list so others can f...
by Martin Koob
Sun Feb 21, 2021 3:01 pm
Forum: Community Projects
Topic: Empty Levure folders not tracked on GitHub
Replies: 3
Views: 4662

Empty Levure folders not tracked on GitHub

Hi. I have set up a GitHub repository to track a Levure based project. On the desktop the project has the full Levure folder structure in the local repository. However in the GitHub remote repository it does not contain any folders that are empty. This works fine if I am updating the project from my...
by Martin Koob
Thu Feb 04, 2021 9:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Failed to Load External: TsNet
Replies: 14
Views: 8196

Re: Failed to Load External: TsNet

Hi no1g8tor96 glxApplicationPackager is a stack that is part of the glxApplication Framework for LiveCode. It is not really supported any longer. The developer of that application, Trevor Devore, has created a new and improved framework that is called Levure ( https://livecode.com/products/livecode-...
by Martin Koob
Thu Feb 04, 2021 3:14 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.

Hi @trevor Thanks for your response. This is another reason for me to make the transition from glxApplcationFramework to Levure for my project. I see that Levure has an AppUpdater Helper https://github.com/trevordevore/levurehelper-app_updater and that is uses Sparkle. https://sparkle-project.org/ I...
by Martin Koob
Thu Feb 04, 2021 2:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Failed to Load External: TsNet
Replies: 14
Views: 8196

Re: Failed to Load External: TsNet

Hi I resolved my issue and have meant to update this post. The problem was that the way that the glxApplicationPackager builds the app is that the extensions are in a directory called 'Externals' which is in the same folder as the .exe file. So the standalone directory structure created by glxApplic...
by Martin Koob
Tue Feb 02, 2021 1:50 pm
Forum: Community Projects
Topic: Using glxappUpdater on macOS Catalina fails with errors.
Replies: 3
Views: 4121

Using glxappUpdater on macOS Catalina fails with errors.

(This is cross posted on the glx app google grouphttps://groups.google.com/g/glxapp/c/SALeTzIg_gU) Hi all I created a new version of my application and have it working on macOS Catalina when I install the full application as created by the glxApplicationPackager stack from a DMG. The application is ...
by Martin Koob
Mon Jan 11, 2021 11:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Failed to Load External: TsNet
Replies: 14
Views: 8196

Re: Failed to Load External: TsNet

Hi I am having the same issue but I am running LiveCode 9.6.0 I have a GLX Framework based application that I am trying to create an installer for Windows 10 using Inno Setup as explained here. https://revolution.screenstepslive.com/s/revolution/m/10695/l/563371-signing-installers-you-create-with-in...
by Martin Koob
Sat Nov 28, 2020 11:41 pm
Forum: Windows
Topic: Moving files to Windows' Recycle Bin in LiveCode -- is it possible?
Replies: 20
Views: 12846

Re: Moving files to Windows' Recycle Bin in LiveCode -- is it possible?

After some stepping through the code inserting wscript.echo commands at various points I found that it would kick it out to the syntax subroutine if the file I wanted to be moved was in the Documents directory or in my home folder I had to comment out the lines that checked if the path to be deleted...
by Martin Koob
Fri Nov 27, 2020 11:31 pm
Forum: Windows
Topic: Moving files to Windows' Recycle Bin in LiveCode -- is it possible?
Replies: 20
Views: 12846

Re: Moving files to Windows' Recycle Bin in LiveCode -- is it possible?

Hi Sparkout Thanks so much for your help. With it I think I am getting closer. I have done a little LiveCode script that I think should run the recycle.vbs file which is found here: https://www.robvanderwoude.com/sourcecode.php?src=recycle_vbs The folder to be moved to the recycle bin is passed as t...
by Martin Koob
Fri Nov 27, 2020 6:19 pm
Forum: Windows
Topic: Moving files to Windows' Recycle Bin in LiveCode -- is it possible?
Replies: 20
Views: 12846

Re: Moving files to Windows' Recycle Bin in LiveCode -- is it possible?

Thanks mrcoolion and SparkOut for your responses. mrcoolion It looks like the Win32::FileOp is something that would have to be installed on the user's PC in order for my LiveCode program to use it. Am I right about that? If that is the case I don't want to have to do that. SparkOut Think this soluti...

Go to advanced search