Search found 10 matches
- Tue Mar 30, 2010 12:55 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Answer dialog box, Quicktime video switching
- Replies: 5
- Views: 4952
Re: Answer dialog box, Quicktime video switching
I can only comment on your first inquiry. The dialogs you are referring to are modal, and not really accessible to modification. I think you will have to make your own "dialog" to do the things you want, likely as a stack. This is easy, fortunately, and then you have complete control over buttons a...
- Mon Mar 29, 2010 1:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Answer dialog box, Quicktime video switching
- Replies: 5
- Views: 4952
Answer dialog box, Quicktime video switching
Hi, Two quick questions that I need help with. (1) Is there a way to pop up a dialog box (such as the one that appears with 'answer') and have the button(s) greyed out, and then hide/remove the box after, say, 2 seconds? If not with the 'answer' function, is there a way to mimic this without resorti...
- Fri Jul 17, 2009 6:21 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: New question: making a repeat loop wait on button press
- Replies: 4
- Views: 4061
New question: The reason I implemented answer boxes in the first place was to halt the repeat loop they run in and wait for an answer. However I would far prefer buttons embedded in the card to appear, the problem is that when I tried this method it showed the group (which contains the question fie...
- Fri Jul 17, 2009 1:12 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: New question: making a repeat loop wait on button press
- Replies: 4
- Views: 4061
1. I would insert a little frontscript before "answer"- or "ask"-ing th user and remove it afterwards. Worked perfectly. Handy workaround trick to remember for later. 2. On my mac the line: answer "Press a button to continue:" with "Quit" OR "Proceed to next pair" Gave me "Quit" on the left side of...
- Thu Jul 16, 2009 3:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: New question: making a repeat loop wait on button press
- Replies: 4
- Views: 4061
New question: making a repeat loop wait on button press
Edit: I have a new question, instead of creating a whole new thread I've posted it at the bottom. ----------------------------- Hi, I've done much searching on this forum and in the Rev dictionary to no avail. I'd be very glad if someone could point me in the right direction for solving two little p...
- Fri May 15, 2009 10:19 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Images randomised according to rules?
- Replies: 9
- Views: 6330
- Thu May 14, 2009 5:45 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Images randomised according to rules?
- Replies: 9
- Views: 6330
- Thu May 14, 2009 3:40 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Images randomised according to rules?
- Replies: 9
- Views: 6330
Yep, it's for a psychology experiment. The only coding I've done in the past is HTML/CSS (does that even count?) and I was first introduced to Revolution on Monday so this is a bit of a learning experience. Also, here's the current script I've written on the main card, which might give more of an id...
- Wed May 13, 2009 3:16 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Images randomised according to rules?
- Replies: 9
- Views: 6330
I'm not sure what you mean, how does that script make it random? It has to be different every time the program is run, I can't manually randomise it once and keep using those choices. Also this may be complicated by the fact that I am recording things. After each pair is shown, the user will choose ...
- Wed May 13, 2009 4:19 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Images randomised according to rules?
- Replies: 9
- Views: 6330
Images randomised according to rules?
Hi, I've done some searching on the forum and while I couldn't find answers to my questions it is apparent that the users here are very helpful, so I thought I'd ask questions myself. The basic application of a program I am trying to write has two stages which are repeated numerous times. The second...