Search found 6829 matches

by jacque
Wed Feb 21, 2024 8:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Weird can't redraw chart problem - solved
Replies: 6
Views: 775

Re: Weird can't redraw chart problem - solved

There's a "redraw" item in the Glossary portion of the Dictionary window.
That makes more sense. And here I was about to get all excited.
by jacque
Wed Feb 21, 2024 6:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Weird can't redraw chart problem - solved
Replies: 6
Views: 775

Re: Weird can't redraw chart problem - solved

I don't see a redraw command in the dictionary. I do see three commands that are either inactive or apply only to specific controls like the (deprecated) Browser.
by jacque
Sun Feb 18, 2024 6:41 pm
Forum: Games
Topic: Valentine Gadget
Replies: 10
Views: 1008

Re: Valentine Gadget

LC creates a temporary signing certificate when you build a standalone with "sign for development" but it only works for you. Others won't be able to open the app until it's signed and notarized, unless they manually approve it in system prefs.
by jacque
Sat Feb 17, 2024 9:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where did the Quick Search button in the Script Editor Go?
Replies: 10
Views: 841

Re: Where did the Quick Search button in the Script Editor Go?

When the Search feature disappears from the bottom of my script editor window it invariably requires a new preferences file. I keep some already customized backups handy to save time since this happens with more regularity than seems reasonable... but with no recipe that I can see (yet.) The recipe...
by jacque
Tue Feb 13, 2024 7:14 pm
Forum: Talking LiveCode
Topic: Code folding for Livecode 9.6.9 and up
Replies: 41
Views: 2896

Re: Code folding for Livecode 9.6.9 and up

Wow! Fantastic.
by jacque
Tue Feb 13, 2024 6:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Button press every 3 seconds without freezing?
Replies: 7
Views: 734

Re: Button press every 3 seconds without freezing?

😂
What would I do without you guys. The seriousness and depth of your contributions is uplifting.
by jacque
Sat Feb 10, 2024 6:09 pm
Forum: Talking LiveCode
Topic: I am far too bold
Replies: 26
Views: 2114

Re: I am far too bold

And all the subStacks as well? Yes. If you set the mainstack text styles and not anything else in the hierarchy, substacks will inherit the text styling from the mainstack. I do this when I want to change the font or font size for everything in a stack file. I can then change individual styles in f...
by jacque
Sat Feb 10, 2024 2:42 am
Forum: Talking LiveCode
Topic: I am far too bold
Replies: 26
Views: 2114

Re: I am far too bold

It still sounds to me like the mainstack was set to bold. That's the only thing I know of that would change all other fields everywhere. Craig, if you want to send me the stack I can look. Most helpful would be the version before it got "fixed". Edit: Sounds a little like this : https://quality.live...
by jacque
Fri Feb 09, 2024 6:56 pm
Forum: Talking LiveCode
Topic: I am far too bold
Replies: 26
Views: 2114

Re: I am far too bold

Try this: In the contents pane of the PI select all the text and choose Plain from the IDE menu. That will remove all character level styling. Now the font property pane, which is field level styling, should act as you expect. Or if the field is editable you can select the text directly there instead.
by jacque
Thu Feb 08, 2024 9:01 pm
Forum: Talking LiveCode
Topic: I am far too bold
Replies: 26
Views: 2114

Re: I am far too bold

When you said a script worked but not the inspector, what was the command you used? Text styles have a hierarchy similar to messages. You probably know that, but for others: The style of the mainstack The style of a substack(s) if any The style of a field The style of the text, or a selection of the...
by jacque
Tue Feb 06, 2024 6:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Close the stack and don't ask me to save changes...
Replies: 31
Views: 4863

Re: Close the stack and don't ask me to save changes...

Zax wrote:
Tue Feb 06, 2024 9:36 am
Concerning the "autoFocus" on first editable field when opening a card, it's very annoying since years. It should be a stack property in order to choose its behavior.
Feel free to complain here, maybe they'll notice:
https://quality.livecode.com/show_bug.cgi?id=22790
by jacque
Tue Feb 06, 2024 6:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: getting filenames
Replies: 10
Views: 1311

Re: getting filenames

It's stored in the htmltext of the field.
by jacque
Tue Feb 06, 2024 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode shortcuts not working.
Replies: 9
Views: 885

Re: Livecode shortcuts not working.

CAsba wrote:
Tue Feb 06, 2024 2:00 pm
Hi Jacque,
Sorry, I'm afraid I just didn't understand your question. I should explain that I really AM a complete beginner!
Klaus came to the rescue.🙂
by jacque
Mon Feb 05, 2024 6:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Close the stack and don't ask me to save changes...
Replies: 31
Views: 4863

Re: Close the stack and don't ask me to save changes...

LC sets a flag on a stack whenever any change happens, and if it's true then you get the dialog. The problem is that LC automatically places the insertion point in the first unlocked field when the card opens and that counts as a change whether you type anything or not. I submitted a bug report requ...
by jacque
Fri Feb 02, 2024 6:02 am
Forum: HTML5
Topic: Why won't my very simple stack work in HTML5?
Replies: 37
Views: 3562

Re: Why won't my very simple stack work in HTML5?

I would also like to know what a "command" is, versus a "function" - I have not written this type of structure before. How does it differ from a "function"? Marc This may help: https://hyperactivesw.com/resources/#1690975538666-b0790d43-fedb The difference is explained near the end of the text.

Go to advanced search