Search found 707 matches

by mrcoollion
Wed Feb 08, 2023 2:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get application executable name and path of the runtime version
Replies: 6
Views: 3322

Re: Get application executable name and path of the runtime version

Hi Klaus,

Your suggestion throws me the following error : 'card "Main Card": execution error at line n/a (Object: object does not have this property)'

Am i missing something here?

Regards,

Paul
by mrcoollion
Wed Feb 08, 2023 2:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get application executable name and path of the runtime version
Replies: 6
Views: 3322

Re: Get application executable name and path of the runtime version

Thanks Klaus,

I used:

Code: Select all

put the effective filename of this stack into tApplicationAndPath
Could this have worked also in the standalone?

Regards,

Paul
by mrcoollion
Wed Feb 08, 2023 12:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get application executable name and path of the runtime version
Replies: 6
Views: 3322

Get application executable name and path of the runtime version

Hi LC specialist, I need to get the application executable name and path of the runtime version of my application with code in that same application. I need this for a button with which the user can place the application into de Auto Start Menu of windows. Cannot seem to find information about this....
by mrcoollion
Tue Jan 24, 2023 6:38 pm
Forum: Talking LiveCode
Topic: An AI writing code for you
Replies: 4
Views: 2246

Re: An AI writing code for you

Thanks for the updates. :D
by mrcoollion
Sat Jan 21, 2023 3:19 pm
Forum: Talking LiveCode
Topic: An AI writing code for you
Replies: 4
Views: 2246

An AI writing code for you

For those who are interested in an AI bot generating code (and many other things, like reports) for you! Try https://beta.openai.com/playground Not only for starters this could be interesting to use. E.g. as a test, I gave it the question: Show me the code in livecode with which i can update data in...
by mrcoollion
Thu Jan 19, 2023 9:42 pm
Forum: Talking LiveCode
Topic: get list of running applications
Replies: 7
Views: 2752

Re: get list of running applications

The Windows tasklist command will return a list of currently running applications, including the process ID of each. Example: C:\> tasklist This will return the list of running processes. Example 2: C:\> tasklist /fi "imagename eq notepad.exe" This will return the list of running processes with the ...
by mrcoollion
Thu Dec 29, 2022 4:55 pm
Forum: Off-Topic
Topic: ChatGPT and LiveCode
Replies: 19
Views: 212711

Re: ChatGPT and LiveCode

I have tried it as well and it is pretty amazing. However, the AI does not have internet connection so it has its limits at this time. maybe just as well ???
by mrcoollion
Tue Nov 29, 2022 9:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Getting array data from a Tree View widget
Replies: 5
Views: 2371

Re: Getting array data from a Tree View widget

To get the tree and last element info you could use the following script (if this is what you need?). Place it in the TreeView and have a field in your card named "ElementData". on hiliteChanged put the hilitedElement of me into tElement if the last character of tElement is "," then delete the last ...
by mrcoollion
Mon Nov 28, 2022 5:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: hiding 1st column of table field
Replies: 77
Views: 56076

Re: hiding 1st column of table field

Using a data grid makes it possible to hide a column.

Regards,

Paul
by mrcoollion
Fri Oct 28, 2022 4:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: 64 Bit Standalone on Windows 11 won't load
Replies: 13
Views: 5059

Re: 64 Bit Standalone on Windows 11 won't load

Maybe the following fix works?! In Settings, go to Printer properties -> Device Settings and change “spooling@host from “auto” to “enabled” Hope this helps! For finding the settings see: https://oip.manual.canon/USRMA-0255-zz-SS-enUS/contents/13120000.html#:~:text=Right%2Dclick%20the%20icon%20for,fo...
by mrcoollion
Fri Jun 10, 2022 10:24 am
Forum: Talking LiveCode
Topic: Broken Treeview Widget issue
Replies: 1
Views: 1572

Re: Broken Treeview Widget issue <Solved>

Hi all, I repaired the Treeview widget by removing the problem branch (third line) with the following code in a temporary button. And then adding the needed Branch manual. on mouseup put "MainMenuTree" into tWidgedName //put the keys of tWidgedName into tKeys put the arraydata of widget tWidgedName ...
by mrcoollion
Fri Jun 10, 2022 9:48 am
Forum: Talking LiveCode
Topic: Broken Treeview Widget issue
Replies: 1
Views: 1572

Broken Treeview Widget issue

Hello LC specialists, I have the following problem, maybe someone can help? I have a tree view widget that seems to be broken. I have one branch that I cannot remove. There seem to be some non-visible characters in the tree name because the tree name is also used to go to a card with the same name a...
by mrcoollion
Wed May 11, 2022 1:37 pm
Forum: Talking LiveCode
Topic: Secure Application with MFA (Multi Factor Authentication)
Replies: 0
Views: 8587

Secure Application with MFA (Multi Factor Authentication)

Hello all, I will need to safeguard the application I am building (Windows) from piracy. I would like to use a MFA solution on a phone e.g. Google Authenticator with some other safeguards to achieve this. I there anybody who has used this or does anybody have a better idea? Is there a good example o...
by mrcoollion
Sat May 07, 2022 12:41 pm
Forum: Talking LiveCode
Topic: Remote Control a LC APP by another LC APP
Replies: 6
Views: 3228

Re: Remote Control a LC APP by another LC APP

As far as I can think of possible solutions . 1) Make a duplicate interface of the application and let the client communicate all the changes to this interface. See How to communicate with other applications using sockets : https://lessons.livecode.com/m/4071/l/12924 An example of a chat application...
by mrcoollion
Sat Apr 30, 2022 1:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Slow Script Editor
Replies: 28
Views: 10761

Re: Slow Script Editor

I'm on a mac too and haven't experienced severe lag when typing either - but i do find it a bit slow with larger scripts, in a way that 'proper' code editors just aren't... i wonder if the 'compiled' version of LC stacks which i read somewhere is a planned feature will improve that? I am on Windows...

Go to advanced search