Search found 43 matches

by yeldarb
Wed Feb 28, 2018 4:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: iPad stack file size and image pixellation
Replies: 1
Views: 2061

Re: iPad stack file size and image pixellation

Ok, I just came across a thread about referenced (2x) images, so that should work for the ipad. However, that means an even LARGER file, since I apparently need both a 1x and 2x version...
by yeldarb
Wed Feb 28, 2018 4:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: iPad stack file size and image pixellation
Replies: 1
Views: 2061

iPad stack file size and image pixellation

So I'm doing a mobile app that's some classic clocks. I want it to work nicely on the iPad, so the stack size is 768 x 1024. I did the clock images as 1536 x 2048 PNGs, then scaled them by 1/2 in the stack, and set the resizeQuality to best. My thinking was that when they scaled up on the ipad they ...
by yeldarb
Wed Feb 21, 2018 2:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: image rotation
Replies: 13
Views: 8771

Re: image rotation

Thanks for your help. I've attached a screen shot of the first card of my app. As you can see, I've got four hands: seconds, minutes, hours, and days. The moon phase is also active, but it's a png. The other hands are all SVGs using the SVG Color widget. Here's how I created them: 1. I created the v...
by yeldarb
Tue Feb 13, 2018 4:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stuck between modes
Replies: 11
Views: 6354

Re: Stuck between modes

thanks...

:oops:

Still getting used to LC...
by yeldarb
Mon Feb 12, 2018 11:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stuck between modes
Replies: 11
Views: 6354

Re: Stuck between modes

Richard, thanks for the offer. I don't think it's something simple I'm overlooking, though it wouldn't be the first time. I've stripped most everything out of the stack, but there's a group "options" remaining. A number of the items in this group don't seem to be behaving in the normal manner (I can...
by yeldarb
Mon Feb 12, 2018 10:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: image rotation
Replies: 13
Views: 8771

Re: image rotation

"Write again if you have any problem opening this stack or compiling the Multicolor widget." Al, thanks so much for that! I've never messed with LCB, I was able to get the widget installed. I'm not sure where the API dictionary gets installed. The SVG rotates without scaling, which is exactly what I...
by yeldarb
Mon Feb 12, 2018 9:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stuck between modes
Replies: 11
Views: 6354

Re: Stuck between modes

The "cantmodify" property is NOT checked.
by yeldarb
Sun Feb 11, 2018 6:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stuck between modes
Replies: 11
Views: 6354

Re: Stuck between modes

No, it's not that.
by yeldarb
Fri Feb 09, 2018 10:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stuck between modes
Replies: 11
Views: 6354

Stuck between modes

My IDE seems to be stuck between modes. I can go into the browse mode and things work as expected. However, when I try to go into edit mode, I can't directly select some controls, and they generally behave as if I were still in browse mode. However, I can select controls via the Project Browser and ...
by yeldarb
Thu Feb 01, 2018 10:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mobile color picker?
Replies: 3
Views: 3186

Re: Mobile color picker?

Ahh, thanks, I had been searching for "mobile" not "iOS."
by yeldarb
Thu Feb 01, 2018 8:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mobile color picker?
Replies: 3
Views: 3186

Mobile color picker?

Has anybody done a mobile color picker?
by yeldarb
Wed Jan 31, 2018 7:55 pm
Forum: iOS Deployment
Topic: mobileplaysoundonchannel - sequential sounds
Replies: 4
Views: 4915

Re: mobileplaysoundonchannel - sequential sounds

As I mentioned above, the "next" param only allowed me to append one sound to a "playlist." However, I was able to use the soundFinishedOnChannel command to create a sequence of sounds.
by yeldarb
Tue Jan 30, 2018 6:35 pm
Forum: iOS Deployment
Topic: mobileplaysoundonchannel - sequential sounds
Replies: 4
Views: 4915

Re: mobileplaysoundonchannel - sequential sounds

To play the sounds in sequence with mobilePlaySoundOnChannel, put "now" in the first line of your script sample, and "next" in the others. I'm only concatenating two sounds but that worked for me. I'm making a clock app and want to have the hours chime. I've gotten the "next" attribute to work on t...
by yeldarb
Thu Jan 25, 2018 4:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Distorted sound
Replies: 21
Views: 10669

Re: Distorted sound

So what I'm hearing is to avoid beating my head against a bunch of limitations, I should probably just use a player object.

Go to advanced search