Ahhh coool thanks.
Yes that was a great help,
Thankyou!
Search found 7 matches
- Sat Mar 14, 2009 2:51 pm
- Forum: Converting to LiveCode
- Topic: My excuse generator.
- Replies: 10
- Views: 13143
- Sat Mar 14, 2009 2:01 pm
- Forum: Converting to LiveCode
- Topic: My excuse generator.
- Replies: 10
- Views: 13143
- Sat Mar 14, 2009 10:18 am
- Forum: Converting to LiveCode
- Topic: My excuse generator.
- Replies: 10
- Views: 13143
- Wed Mar 11, 2009 12:31 am
- Forum: Converting to LiveCode
- Topic: My excuse generator.
- Replies: 10
- Views: 13143
- Wed Mar 11, 2009 12:04 am
- Forum: Converting to LiveCode
- Topic: My excuse generator.
- Replies: 10
- Views: 13143
I think i get that. The only part i am struggling on is.. repeat answer any item of thing1 & any item of didSomething & any item of thing2 with "Next" or "cancel" if it is "cancel" then answer "oExcuse" & return & "Excuse generator created by oToom, ( Ant )." exit repeat end if end repeat That part....
- Tue Mar 10, 2009 10:47 pm
- Forum: Converting to LiveCode
- Topic: My excuse generator.
- Replies: 10
- Views: 13143
My excuse generator.
Well this might seem asthough i have jumped right in. But i would just like to know where to start. I made an excuse generator in AutoIT a while back. And would LOVE to convert it into revolution. #include <GUIConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <Arr...
- Mon Mar 09, 2009 9:03 pm
- Forum: Internet
- Topic: How to "Select All->Copy->Paste" a webpage?
- Replies: 7
- Views: 10201
The reason you cannot see the source code, (to me this seems like the reason), is because the site is using an iFrame. Check the source code for anything that has anything like.. <iframe src ="http://website.com"> </iframe> Something like the above. Then go to the url that is in src. Then the source...