Search found 80 matches

by oldummy
Tue May 07, 2024 1:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to obfuscate some things.
Replies: 4
Views: 212

I want to obfuscate some things.

I have a stack in which I want to obfuscate some things. I want to have a button that when clicked while holding either the controlkey or the commandkey to do something othar than in in the mouseup handler script that in in the current script. In the current script I have: on mouseup if the label of...
by oldummy
Fri May 03, 2024 1:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to scroll to a specific line number
Replies: 5
Views: 206

How to scroll to a specific line number

I have a scrolling field with 100+ lines of text in it. I would like to enter a line number into a separate field and have the scroll set to that particular line of the field containing. If I were looking for specific text I could use search, but since the line number I need to scroll to will vary, ...
by oldummy
Sat Mar 30, 2024 5:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC makes my stack a substack
Replies: 15
Views: 1229

Re: LC makes my stack a substack

I am going to trash it all as I feel somehow I have corrupted it. My intention now is simple to remake them both and copy every script and object to make another pair of stacks and try the build again.
Thank you all for your suggestions!
by oldummy
Thu Mar 28, 2024 2:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC makes my stack a substack
Replies: 15
Views: 1229

Re: LC makes my stack a substack

The jukebox and jukebox 2 issue was just me experimenting with saving the stack as a different name and then exchanging it with the existing stack with a change in the go stack script. That did not work either. I believe I've tried adding the .livecode to the name but I will try it to make sure. Tha...
by oldummy
Wed Mar 27, 2024 11:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC makes my stack a substack
Replies: 15
Views: 1229

Re: LC makes my stack a substack

It is a simple mouseup handle.

Code: Select all

on mouseup 
go stack "jukebox"
end mouseup
by oldummy
Tue Mar 26, 2024 1:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC makes my stack a substack
Replies: 15
Views: 1229

LC makes my stack a substack

This problem harkens back to the problem I encountered earlier that still exists, but if someone here can help me I believe if someone here can explain this to me, it will fix my original issue. I have two stacks residing in the same folder. One is destined to be the application stack. It is simply ...
by oldummy
Mon Mar 18, 2024 8:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Empty application folder upon build
Replies: 3
Views: 452

Re: Empty application folder upon build

First,thanks for the reply. The app folder that was empty was just named jukebox, no .exe or app in the name, No windows reserved folder name either,( had an experience with that problem). It turned out you were right again. There was a substack listed with in there. I deleted it and all should work...
by oldummy
Sun Mar 17, 2024 1:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Empty application folder upon build
Replies: 3
Views: 452

Empty application folder upon build

I have been modifying my stack a little, and somewhere along the line I have inadvertently misclicked and added something to my stackfiles that has the caused the app builder to create an empty folder when I try to build it. I evidently click something wrong on the tools pallette. on the standalone ...
by oldummy
Sun Feb 11, 2024 1:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem generating random numbers
Replies: 4
Views: 662

Re: Problem generating random numbers

I just tried your script in LC and it worked just fine.Thanks. I may go back and see if my old script may work differently if I use a field rather than the message box.
Thanks again.
by oldummy
Sun Feb 11, 2024 1:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem generating random numbers
Replies: 4
Views: 662

Re: Problem generating random numbers

I will try your advice, first by changing "get" with "put" Heh heh, here is something that I just tried. I made a stack in Rev Studio 4.0 just ti test same btn script and it worked as I had thought it should. So I uninstalled LC restarted ,ran bleachbit and reinstalled LC to eliminate the chance tha...
by oldummy
Sun Feb 11, 2024 1:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem generating random numbers
Replies: 4
Views: 662

Problem generating random numbers

on mouseup Livecode 9.6 Community I have a little stack in which I need a few (1 to 3) random numbers inserted before some text. I have came up with the following. This is just the initial experiment to generate the needed numbers at random. When I step it through the debugger, it works correctly. C...
by oldummy
Mon Feb 05, 2024 10:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Backdrops
Replies: 4
Views: 748

Backdrops

Hello again! I have a question concerning backdrops. Every time I open LC, there is a backdrop and I either have to set the backdrop to none in the message box, or go to preferences and click the "Reset Default settings. The only options I see concerning backdrops in preferences is to choose which c...
by oldummy
Sat Feb 03, 2024 12:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: getting filenames
Replies: 10
Views: 1505

Re: getting filenames

I only just now saw your post Jaque.
Thank you Jaque. You've read my mind. That was the next issue I was going to deal with. Those fields I have will now be a lot more narrow!
by oldummy
Sun Jan 28, 2024 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: getting filenames
Replies: 10
Views: 1505

Re: getting filenames

Thanks to all of you!! I will try all of your methods out.And yes, setting the defaultfolder does seem useless if I get these to work
Thanks again.
by oldummy
Sun Jan 28, 2024 1:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: getting filenames
Replies: 10
Views: 1505

getting filenames

The music player I am working on has a limitation that I cannot seem to work around. In the playlist it will only play the music from the defaultfolder, so I cannot mix various artists in the playlist as the defaultfolder changes from artist to artist. I've made some spectacularly awful attempts so ...

Go to advanced search