Search found 6 matches

by DasTech
Wed Mar 26, 2014 4:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: question about execution efficiency/speed
Replies: 2
Views: 1994

Re: question about execution efficiency/speed

Thanks for the explanation and the code! I will try that out.
by DasTech
Wed Mar 26, 2014 12:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: question about execution efficiency/speed
Replies: 2
Views: 1994

question about execution efficiency/speed

Hello all, I hope I can word this well enough... Is there an appreciable difference in the speed of execution if you include and action in an object versus calling another object? Would this take longer to execute on chatMessage s,data ... ReplytoClient "1001" ... end chatMessage on ReplytoClient me...
by DasTech
Wed Feb 19, 2014 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 7345

Re: get default button look back after changing button color

In case anyone is interested I just got what I wanted by doing this:

Code: Select all

set the backgroundColor of button LastButtonPushed to ""
This allowed the button to go back to it's default look and color.
by DasTech
Wed Feb 19, 2014 5:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 7345

Re: get default button look back after changing button color

Cool. Yeah, that will I work if I can figure out how to get that 3d-ish look of the button back.

Thanks Klaus.
by DasTech
Wed Feb 19, 2014 5:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 7345

Re: get default button look back after changing button color

@Klaus why on earth does noone care to take a look into the dictionary? Why on earth does no one COMPREHEND what they read. :D Nice try but wrong answer. From the dictionary: Use the default property when designing cards to be used as dialog boxes. The familiar appearance of the default button is a ...
by DasTech
Wed Feb 19, 2014 5:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get default button look back after changing button color
Replies: 12
Views: 7345

get default button look back after changing button color

Hello all, This should be an easy one but haven't turned much up in my searches. I have just made an application where I needed to change the color of the button to show the last button pressed. On pressing a new button I would like to change the previous button back to the default color/3d-ish look...