Search found 21 matches

by vamp07
Wed Mar 09, 2011 10:50 pm
Forum: iOS Deployment
Topic: Build an App
Replies: 2
Views: 3958

Re: Build an App

Whatever happened to this project. Just went though the blog posts and was following the development but it just ended. Last post was in December?
by vamp07
Wed Mar 09, 2011 10:28 pm
Forum: Off-Topic
Topic: Programadores españoles - Spanish Census
Replies: 12
Views: 18837

Re: Programadores españoles - Spanish Census

Vivo en Puerto Rico y me podrías poner en esta categoría aunque lo mismo desarrollo en Ingles que en español.
by vamp07
Tue Apr 13, 2010 12:33 pm
Forum: Off-Topic
Topic: Will RunRev be Allowed for iPhone/iPad?
Replies: 72
Views: 65731

Re: Will RunRev be Allowed for iPhone/iPad?

If the end result is that I can't use rev to develop for the ipad and iPhone I will be very disappointed. Having said that I can't help but agree with apple's logic. What if rev could be reworked to output html5 code?
by vamp07
Sun Feb 07, 2010 12:09 pm
Forum: Talking LiveCode
Topic: URL Syntax
Replies: 3
Views: 3593

Re: URL Syntax

Got it.. I went back to the manual and on page 163 it gets into the dirty details of this topic. Thank!!!
by vamp07
Sat Feb 06, 2010 9:37 pm
Forum: Talking LiveCode
Topic: URL Syntax
Replies: 3
Views: 3593

URL Syntax

Hi Everyone, I just bashed my head for an hour trying to get this to work: put URL"file:/Users/xyz/"&it into field "log" I had no success until I changed the syntax to: put URL("file:/Users/xyz/"&it) into field "log" I looked at the dictionary definition or URL and the examples provided did not use ...
by vamp07
Mon Oct 19, 2009 4:58 pm
Forum: Talking LiveCode
Topic: How to abort or exit a loop?
Replies: 1
Views: 3976

How to abort or exit a loop?

Hi,

I have a loop where I placed the answer command to monitor a variable. The loop runs for several hundred iterations. How do I get out of it if I am not in debug mode and command-. does not work?

Thanks

Steven
by vamp07
Sat Mar 28, 2009 12:03 pm
Forum: Talking LiveCode
Topic: re-indenting a script
Replies: 2
Views: 3161

Thanks!!
by vamp07
Fri Mar 27, 2009 7:02 pm
Forum: Talking LiveCode
Topic: re-indenting a script
Replies: 2
Views: 3161

re-indenting a script

Is there some way to get the editor to completely re-indent a script without having to go line by line hitting backspace and return at the beginning of each line?
by vamp07
Fri Mar 27, 2009 6:40 pm
Forum: Talking LiveCode
Topic: Difference between locktext and traversalon?
Replies: 1
Views: 2632

Ahh never mind.. Focusable allows you to select the item in the UI even if you cannot change it because of locktext.
by vamp07
Fri Mar 27, 2009 6:37 pm
Forum: Talking LiveCode
Topic: Difference between locktext and traversalon?
Replies: 1
Views: 2632

Difference between locktext and traversalon?

Does anybody know the difference between these to properties? I don't want the user to be able to change the contents of a field except programmatically. Either property seem to accomplish this.

Thanks
by vamp07
Fri Mar 27, 2009 4:58 pm
Forum: Talking LiveCode
Topic: Incrementing a variable
Replies: 2
Views: 3364

Thanks!!!
by vamp07
Fri Mar 27, 2009 4:54 pm
Forum: Talking LiveCode
Topic: Incrementing a variable
Replies: 2
Views: 3364

Incrementing a variable

Is there a more elegant way of incrementing a variable then this?

put i + 1 into i
by vamp07
Fri Mar 27, 2009 4:41 pm
Forum: Talking LiveCode
Topic: Accept DragDrop Globally?
Replies: 12
Views: 9596

Out of curiosity, why does a card script not accept a dragdata? I wanted to set up my card so I could drop a file on to it anywhere and get the data dumped to a field on that card. After much playing I now understand the message never arrives.
by vamp07
Fri Mar 27, 2009 4:16 pm
Forum: Talking LiveCode
Topic: Indirect Referencing
Replies: 8
Views: 7432

I agree seems like value() is the most elegant way of doing this. I'm doing to go back and change my code from the do method.