Search found 11 matches

by steve10
Tue Jul 26, 2011 5:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Align tabs on tab panels to the right
Replies: 3
Views: 3175

Re: Align tabs on tab panels to the right

Thanks Klaus for sending me down the right path and thanks Barry for pointing me to the path's end. There's also a Custom Tab Button example.

Steve
by steve10
Fri Jul 08, 2011 4:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Align tabs on tab panels to the right
Replies: 3
Views: 3175

Align tabs on tab panels to the right

Tabs on the tab panel are left aligned. Is there a way to align them with the right edge of the tab panel as in the second graphic?
now.png
The way it is
now.png (1000 Bytes) Viewed 3175 times
want.png
The way I want it
want.png (1.46 KiB) Viewed 3175 times
Steve
by steve10
Mon Jun 27, 2011 8:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can Colors & Patterns be used with pngs?
Replies: 6
Views: 4207

Re: Can Colors & Patterns be used with pngs?

Hi Klaus,

I now understand one of the sources of my confusion. The list of 8 color types includes bordercolor and shadowcolor, and since shadow is also a graphic effect, I made a bad assumption. I should sleep more to get my head working straight. :? In any case, it makes sense now.

Thanks,
Steve
by steve10
Mon Jun 27, 2011 7:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can Colors & Patterns be used with pngs?
Replies: 6
Views: 4207

Re: Can Colors & Patterns be used with pngs?

Thanks again Klaus. Okay, so now I have to fully understand how graphic effects are used with images. I did a double take when I re-read this: Example: to set the bordercolor of an image you need to set the bordercolor of the STACK so it is inherited, but you cannot set it directly :? This is so un-...
by steve10
Mon Jun 27, 2011 6:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can Colors & Patterns be used with pngs?
Replies: 6
Views: 4207

Re: Can Colors & Patterns be used with pngs?

Hi Klaus, I pretty much have come to the same conclusion, but wanted to try to fully understand this. I'm using overlays and transparencies to control colors. My real goal is to be able to use shadows on the images. Do you think that I should also give up on that? Any alternate suggestions would be ...
by steve10
Mon Jun 27, 2011 5:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the name of an image object to a function
Replies: 7
Views: 5217

Re: Passing the name of an image object to a function

Thanks very much Klaus. That did the trick. :) I guess I better study up on long names and long IDs.

Steve
by steve10
Mon Jun 27, 2011 5:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the name of an image object to a function
Replies: 7
Views: 5217

Re: Passing the name of an image object to a function

Thanks again SparkOut. To give context, this is just some test code so I can understand how to do a few things in my first project. That project resizes and changes the appearance of several images at different times. After finishing, it returns the images to their original size, leaving the other c...
by steve10
Mon Jun 27, 2011 4:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can Colors & Patterns be used with pngs?
Replies: 6
Views: 4207

Can Colors & Patterns be used with pngs?

I'm continuing a thread from the Summer Academy sub-forum, which is now locked. RIP. :( Here's the postings so far. Can Colors & Patterns from the Inspector be used with pngs? What about the associated code? The other effects in the Inspector seem to work with pngs, but I can't get Colors & Patterns...
by steve10
Mon Jun 27, 2011 1:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the name of an image object to a function
Replies: 7
Views: 5217

Re: Passing the name of an image object to a function

Thanks SparkOut. I had looked at the Dictionary for command and that didn't help. Check the documentation? Me? :) Now functions and commands are making more sense. You can use "the target" to reference the origin of the message, in its various flavours, such as "the short name of the target" or "the...
by steve10
Mon Jun 27, 2011 12:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing the name of an image object to a function
Replies: 7
Views: 5217

Passing the name of an image object to a function

I have a button that On Mousedown is supposed to start an action on an image. However, the target image changes so the function is part of the card. Syntax like myFunction(image "myImage") isn't working. How do I accomplish my goal. One thing to note - I'm not trying to return any values, so is ther...
by steve10
Sun Jun 26, 2011 4:54 pm
Forum: Android Deployment
Topic: Android splash screen question
Replies: 27
Views: 27681

Re: Android splash screen question

This is helpful! Thanks. Will it also work on iOS?

Steve