Search found 85 matches

by mcgrath3
Sat Mar 15, 2008 6:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Panel problem
Replies: 15
Views: 10729

Yeah, Except in this case it is less about whether or not the combobox is 'called' a button but rather that 'menu' is a STYLE of a button. A button whose style is set to "menu" can be a This is deeper than where to 'put' or associate the combobox in relation to menu's or button's or control's or sel...
by mcgrath3
Sat Mar 15, 2008 6:29 am
Forum: Internet
Topic: dynamic vars in rev browser
Replies: 4
Views: 5615

Tim,

Did you ever figure this one out? What did you do to open the link in a new window with a browser object?

Tom McG
by mcgrath3
Sat Mar 15, 2008 6:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Panel problem
Replies: 15
Views: 10729

Search The Revolution Dictionary: ------------------- Search the Rev Dictionary for ComboBox MenuMode Use the menuMode property to specify the appearance and behavior of the menu associated with a button . Value: The menuMode of a button is one of pullDown, cascade, popup, tabbed, comboBox , or opti...
by mcgrath3
Sat Mar 15, 2008 5:53 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Panel problem
Replies: 15
Views: 10729

I spent, I would say, two hours at least trying to figure out the combobox conundrum without finding that it's called a button in Rev It only takes two seconds to search the Revolution Dictionary for Combobox to find: The menuMode of a button is one of pullDown, cascade, popup, tabbed, comboBox , o...
by mcgrath3
Sat Mar 15, 2008 5:45 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Working with a 'group'
Replies: 5
Views: 3886

copy [object [to {card | group | stack} ]]

copy button "Existing Button" to group "Group Name Here"

delete button "Existing Button"
by mcgrath3
Tue Mar 11, 2008 10:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with compiled prog
Replies: 12
Views: 9450

I would watch out for reserved words like get etc. as the first part of a function. But that is probably not the case here. Have you tried walking through the script with the debugger on? What about deleting and replacing the one button? Since the problem is intermittent I would suspect an overlooke...
by mcgrath3
Tue Mar 11, 2008 3:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with compiled prog
Replies: 12
Views: 9450

I don't think there is anything wrong with the compiler. We haven't seen compiler issues at all lately. You may want to check the obvious causes: Library not installed/included SubStack not check for inclusion Pathname changed (Static versus Dynamic) If then (if the environment is "Development" then...
by mcgrath3
Tue Mar 04, 2008 4:01 pm
Forum: Animation Engine
Topic: Tutorial requests
Replies: 28
Views: 57467

Cover Flow in AE

Dear Malte,

It just occurred to me that AE might work for the Cover Flow technique. I am not familiar enough with AE for this but if you can create 3D and animation than a plane with an image acting like CF seems possible.

What do you think?

Tom
by mcgrath3
Tue Mar 04, 2008 3:58 pm
Forum: Animation Engine
Topic: I just bought AO
Replies: 14
Views: 14532

Malte,

How many buttons / images are needed to make the clock script work?


Thanks

Tom
by mcgrath3
Tue Mar 04, 2008 3:49 pm
Forum: Animation Engine
Topic: Gravity yet? For platformer ...
Replies: 11
Views: 15244

Jeremy,

very indepth stack. Nice layout. I wonder if animation engine were used how much that could be reduced.


Malte,

I think I remember yibbah. Is there a link?


Tom

(working on a game idea)
by mcgrath3
Sat Mar 01, 2008 5:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: second instance of a stack
Replies: 8
Views: 8243

Be careful as clone makes an exact copy with the same name as the original and this could cause some confusion in the message path. So if you do make a clone the first thing to do is rename the stack.
by mcgrath3
Sat Mar 01, 2008 4:11 pm
Forum: Animation Engine
Topic: Gravity yet? For platformer ...
Replies: 11
Views: 15244

Platform Games

Did Malte find the platform game described in this thread? I would love to see what is capable.

Thanks
Tom
by mcgrath3
Tue Feb 26, 2008 12:19 am
Forum: Internet
Topic: Blend in Windows Objects disappear
Replies: 0
Views: 2797

Blend in Windows Objects disappear

I have a stack that I set the blend level to 28 which works on the mac but on windows the actual controls disappear.

Anyone else have issues with the blendlevel in windows from a mac stack.
by mcgrath3
Fri Feb 01, 2008 10:28 pm
Forum: Internet
Topic: revBrowser with two browser windows
Replies: 1
Views: 3614

revBrowser with two browser windows

I posted this on the use list but I need an answer fast. Does anyone know how to tell what browser window the user selected/focused on when using two revbrowser windows on the same card? browserBeforeNavigate and browsernavigateComplete only work if a web object with an ID has been clicked on in the...
by mcgrath3
Tue Jan 29, 2008 7:40 pm
Forum: Internet
Topic: Primer on using revBrowser?
Replies: 2
Views: 3960

Thanks that should do it.

Go to advanced search