Search found 7 matches

by Ant
Sat Mar 14, 2009 2:51 pm
Forum: Converting to LiveCode
Topic: My excuse generator.
Replies: 10
Views: 13143

Ahhh coool thanks.
Yes that was a great help,

Thankyou!
by Ant
Sat Mar 14, 2009 2:01 pm
Forum: Converting to LiveCode
Topic: My excuse generator.
Replies: 10
Views: 13143

Nope you are correct, as in listbox i meant as in so i could add several entries into the list.

So they would keep adding to the top, etc, so you could still see your previous excuses.

Thanks, SparkOut
by Ant
Sat Mar 14, 2009 10:18 am
Forum: Converting to LiveCode
Topic: My excuse generator.
Replies: 10
Views: 13143

Ah sorry, no worries. I thught field would have been like an.. texbox or something. But nah,

Thanks for the great help Bn. : )


Greatly appreciated!
by Ant
Wed Mar 11, 2009 12:31 am
Forum: Converting to LiveCode
Topic: My excuse generator.
Replies: 10
Views: 13143

Yes, this helped me out, thanks.

Also i saw that you put, field.
How may i do this for a listbox or alike?

Thanks again Bernd.

@Ant
by Ant
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....
by Ant
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...
by Ant
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...