Hi Mark,
If I clone first, it works. Clone stops working when I moved to another card, and then clone. I can step through the script and see it going to the correct card, but as soon as I call clone, the first card just pops up and that is what gets cloned. I worked around it, but I'm still puzzled ...
Search found 5 matches
- Wed Jan 13, 2010 4:36 pm
- Forum: Talking LiveCode
- Topic: Clone behaving oddly
- Replies: 4
- Views: 4528
- Mon Jan 11, 2010 8:08 pm
- Forum: Talking LiveCode
- Topic: Clone behaving oddly
- Replies: 4
- Views: 4528
Re: Clone behaving oddly
Hi Mark,
I have tried several variations. Here is one example:
put the short name of this card into tName
if (word 1 of tName is "Task") then
lock screen
sort cards of stack "myStack" numeric by the number of this card
put the number of last card into tNumber
clone this card
This is ...
I have tried several variations. Here is one example:
put the short name of this card into tName
if (word 1 of tName is "Task") then
lock screen
sort cards of stack "myStack" numeric by the number of this card
put the number of last card into tNumber
clone this card
This is ...
- Sun Jan 10, 2010 9:41 pm
- Forum: Talking LiveCode
- Topic: Clone behaving oddly
- Replies: 4
- Views: 4528
Clone behaving oddly
Hi,
I'm cloning cards in one of my stacks. The scripts have been working fine, but 2 days ago the behavior of clone changed on me. I made no modifications to the scripts, but when the scripts execute clone now, the only card that gets cloned is the 1st card in the stack. I can manually reorder the ...
I'm cloning cards in one of my stacks. The scripts have been working fine, but 2 days ago the behavior of clone changed on me. I made no modifications to the scripts, but when the scripts execute clone now, the only card that gets cloned is the 1st card in the stack. I can manually reorder the ...
- Tue Jul 25, 2006 5:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: QuickTime Player controls not working
- Replies: 2
- Views: 7016
- Tue Jul 25, 2006 2:09 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: QuickTime Player controls not working
- Replies: 2
- Views: 7016
QuickTime Player controls not working
Greetings,
I'm using the QT Player control for the first time (2.7.2 - Mac), and have encountered something I haven't been able to resolve. I'm using the control just for audio, and while I can get an audio file to play, I can't get the player controls to respond (default settings). I have deleted ...
I'm using the QT Player control for the first time (2.7.2 - Mac), and have encountered something I haven't been able to resolve. I'm using the control just for audio, and while I can get an audio file to play, I can't get the player controls to respond (default settings). I have deleted ...