Bot or not, SparkOut and Jacque were on the right track. I own three different licenses and downloaded the wrong one.
Thanks for your help and adding a little joy to my life.
Search found 116 matches
- Thu Jan 16, 2025 12:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: All Deployment Options Grayed Out In Settings
- Replies: 9
- Views: 9410
- Sat Jan 11, 2025 12:13 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: All Deployment Options Grayed Out In Settings
- Replies: 9
- Views: 9410
Re: All Deployment Options Grayed Out In Settings
Hi, yes Craig, when I say deploy, I mean make a standalone app. I have LiveCode Professional w/7 deployment platforms. The last time I compiled anything, I was using version 6.0.3 because later versions changed something that screwed up the program that I was working on for a customer. I have since ...
- Fri Jan 10, 2025 3:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: All Deployment Options Grayed Out In Settings
- Replies: 9
- Views: 9410
All Deployment Options Grayed Out In Settings
Greetings All,
I have used LiveCode for years, but I haven't deployed to any platform for the past 4 years. I want to deploy to a Mac, but all of the deployment options are grayed out in the settings. This must be something obvious that I am forgetting and missing.
I have used LiveCode for years, but I haven't deployed to any platform for the past 4 years. I want to deploy to a Mac, but all of the deployment options are grayed out in the settings. This must be something obvious that I am forgetting and missing.
- Mon Dec 04, 2023 8:11 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148510
Re: Color to Black & White
Cyril, thank you so much for the thorough explanation. It was very well done. I especially appreciated your explanation of the averaging technique of getting the grayscale value. - John
- Sun Dec 03, 2023 11:01 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148510
Re: Color to Black & White
Paul, thanks for the link. I’m going to watch some of the other videos that are suggested. I’m trying to wrap my head around some of the algorithms in the code. Maybe I’ll catch on and maybe not, but figuring them out is a great mental workout.
- Sun Dec 03, 2023 10:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148510
Re: Color to Black & White
After 73 years and a devastating head injury it may not have anything to do with attitude. Those days are long gone for me. Getting up each day and opening my computer to push into a new programming concept is about all the attitude I can muster these days. For me, finding something in the documenta...
- Sun Dec 03, 2023 1:12 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148510
Re: Color to Black & White
I didn’t try it myself because I don’t understand the concept of palettes and how they function. I have often used the forums to see if someone knows how to do something that I don’t understand. Thanks for the work you did. I will keep playing around with it.
- Sat Dec 02, 2023 6:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148510
Re: Color to Black & White
I notice that there is a pallet attribute in the export command. If I define the pallet with monochrome values, do you think that would work?
- Sat Dec 02, 2023 5:42 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148510
Color to Black & White
Greetings All,
Is there a way to either . . .
. . . change an image from color to black & white within livCode or
. . . export a color image as a black and white image
Thanks in advance for any help you might offer.
Kind Regards To All,
John Miller
Is there a way to either . . .
. . . change an image from color to black & white within livCode or
. . . export a color image as a black and white image
Thanks in advance for any help you might offer.
Kind Regards To All,
John Miller
- Tue Jul 04, 2023 8:43 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: resizeStack Project
- Replies: 8
- Views: 8621
Re: resizeStack Project
What I really want is to either drag the side of the stack and have the height of the stack increase proportionally, or stage the bottom and have the width increase automatically.
- Tue Jul 04, 2023 8:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: resizeStack Project
- Replies: 8
- Views: 8621
Re: resizeStack Project
When I resize the stack, first I want the image to expand or shrink maintaining its original height to width ratio. Then I want to maintain ten pixels between the right side of the image and the right side of the stack. Also maintain a margin at the bottom equal to the height of my navigation button...
- Tue Jul 04, 2023 3:21 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: resizeStack Project
- Replies: 8
- Views: 8621
Re: resizeStack Project
Here is my code: on resizeStack put the topleft of cd image "Open Notebook.jpg" into tlXX put the width of this stack - item 1 of tlXX - 10 into wXX put the height of this stack - item 2 of tlXX - the height of group "Navigation Buttons" - 34 into hXX put 590/801 into w2hR -- ORIGINAL WIDTH TO HEIGH...
- Tue Jul 04, 2023 3:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: resizeStack Project
- Replies: 8
- Views: 8621
resizeStack Project
Greetings All, I have a stack that contains an image. When I resize the stack, I would like the image to grow or shrink while maintaining the original height to width ratio as well as a set margin at the left and bottom of the stack. If I drag the stack from the side, the image grows past the bottom...
- Sat Apr 29, 2023 1:48 pm
- Forum: Talking LiveCode
- Topic: Can't See A Visible Substack
- Replies: 6
- Views: 4734
Re: Can't See A Visible Substack
Ah a newbie mistake. I forgot that closing LiveCode also closes all the sub stacks and that you have to open them. Thanks, Richard. You've made my day.
- Sat Apr 29, 2023 1:02 pm
- Forum: Talking LiveCode
- Topic: Can't See A Visible Substack
- Replies: 6
- Views: 4734
Can't See A Visible Substack
Greetings All, I am using LiveCode 9.6.9 (rc2) on an intel MacBook Pro. My stack has a button that shows/hides a substack used for my app settings. When I first created the substack, the "show/hide" feature worked fine. I quit LiveCode and came back to my project the next day. No matter what I do, I...