Search found 97 matches
- Fri Jul 12, 2024 8:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
Thank you all once again.
- Fri Jul 12, 2024 1:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
I do not encrypt the hd.
I just realized the my question is only this:
can stack encryption alone be enough to secure the info in the stack, as the only security is the access to the stack.
I just realized the my question is only this:
can stack encryption alone be enough to secure the info in the stack, as the only security is the access to the stack.
- Fri Jul 12, 2024 12:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
Well, I would have to say number 1. It is my password manager, and I preferred not to have it's password stored anywhere. So stack 1, through several steps, creates the password that will send me to the stack with all of my accounts/passwords. The actual stack with all of my info has no password to ...
- Thu Jul 11, 2024 6:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
I have one last question concerning this.
How secure is stack that "supposedly" can not be opened without another stack involved? The stack that I am trying to secure is password protected and the scripts cannot be read without de-encrypting them.
The first stack asks for a password, so you ...
How secure is stack that "supposedly" can not be opened without another stack involved? The stack that I am trying to secure is password protected and the scripts cannot be read without de-encrypting them.
The first stack asks for a password, so you ...
- Thu Jul 11, 2024 6:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
I'm sorry about not posting the correct way. I simply forgot to.
The second stack has no password, or rather it's password changes each time I open it. The password is built through a fairly complex process in stack 1, and can be determined by reading a file there in the correct manner. So there is ...
The second stack has no password, or rather it's password changes each time I open it. The password is built through a fairly complex process in stack 1, and can be determined by reading a file there in the correct manner. So there is ...
- Thu Jul 11, 2024 5:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
They are not main and substack.
They are two separate stacks that work well until I build the first stack with the second stack just a stackfile.
Before the build, I cannot open the second stack, as it looks for that file"blag" and doesn't find and quits.
After the build, anyone with livecode ...
They are two separate stacks that work well until I build the first stack with the second stack just a stackfile.
Before the build, I cannot open the second stack, as it looks for that file"blag" and doesn't find and quits.
After the build, anyone with livecode ...
- Thu Jul 11, 2024 1:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Re: Prevent a stack from opening
I forgot to mention they bot reside in the same folder.
- Thu Jul 11, 2024 1:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent a stack from opening
- Replies: 16
- Views: 10544
Prevent a stack from opening
I have two stacks. Stack one writes file "blah" when a certain condition is met"
All of this works fine:
open file 'blah' for write
write "123" to file "blah"
close file "blah"
go stack "two"
In my openstack handler in stack"two"I have this:
On openstack
if there is a file "blah" then
pass ...
All of this works fine:
open file 'blah' for write
write "123" to file "blah"
close file "blah"
go stack "two"
In my openstack handler in stack"two"I have this:
On openstack
if there is a file "blah" then
pass ...
- Sun Jun 09, 2024 6:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting comma delimited items on one line
- Replies: 5
- Views: 4058
Re: Sorting comma delimited items on one line
Sorry, but I have trouble making sense of the way things are answered in the dictionary.
This for instance seems reading another language:
sort [{lines | items} of] container [direction] [sortType] [by sortKey ]
But both of you solutions worked fine, and I do thank you both for the answers.
This for instance seems reading another language:
sort [{lines | items} of] container [direction] [sortType] [by sortKey ]
But both of you solutions worked fine, and I do thank you both for the answers.
- Sun Jun 09, 2024 11:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting comma delimited items on one line
- Replies: 5
- Views: 4058
Sorting comma delimited items on one line
I have been trying to sort 10 comma delimited numbers on one line ,lowest to highest.
I have put the line of comma delimited number into a variable (call it mop) and tried:
sort mop numeric
or:
sort mop numeric ascending.
I thought I had used this years ago, but it seems not.
Every article I ...
I have put the line of comma delimited number into a variable (call it mop) and tried:
sort mop numeric
or:
sort mop numeric ascending.
I thought I had used this years ago, but it seems not.
Every article I ...
- Sat Jun 01, 2024 11:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Apps not opening
- Replies: 12
- Views: 6330
Re: Apps not opening
Thanks Richmond. I thought I would mess that up somehow..
- Sat Jun 01, 2024 11:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Apps not opening
- Replies: 12
- Views: 6330
Re: Apps not opening
THANK YOU!!!
- Fri May 31, 2024 10:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Apps not opening
- Replies: 12
- Views: 6330
Re: Apps not opening
Uninstalled all except the printer manufacturer's,and that WORKED!
Thank you. I wish I could make this font large enough to say Thank you.
Thank you. I wish I could make this font large enough to say Thank you.
- Thu May 30, 2024 7:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Apps not opening
- Replies: 12
- Views: 6330
Re: Apps not opening
I just tried the app on linux and it works well, and faster too.
I will look for a cure. As it stands I will only be able to build for Linux on this machine anyway.
I wonder now if there is a LC for linux 9.6.0 out there in the wild.
"Looking at the linked bug report above, this was supposed to ...
I will look for a cure. As it stands I will only be able to build for Linux on this machine anyway.
I wonder now if there is a LC for linux 9.6.0 out there in the wild.
"Looking at the linked bug report above, this was supposed to ...
- Thu May 30, 2024 7:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Apps not opening
- Replies: 12
- Views: 6330
Re: Apps not opening
Thanks again. I did manage to learn about the event viewer. This is what I get there.
Fault bucket 1741749752510188198, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: aaa.exe
P2: 1.0.0.0
P3: 5ecd1d4f
P4: Print.PrintSupport.Source.dll
P5: 10.0.19041.4355
P6 ...
Fault bucket 1741749752510188198, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: aaa.exe
P2: 1.0.0.0
P3: 5ecd1d4f
P4: Print.PrintSupport.Source.dll
P5: 10.0.19041.4355
P6 ...