Search found 4 matches

by glen930
Fri Jan 14, 2011 6:17 pm
Forum: Talking LiveCode
Topic: Mimic Keyboard Input - Background Process
Replies: 9
Views: 7687

Mimic Keyboard Input - Background Process

Hello, I am trying to build a stack that would mimic a keyboard with other actives apps. Basically, if the cursor were placed on a field on a web page of a browser for example, I could use my stack to fire off a macro that would fill the field with text. Obviously, the browser would be the active ap...
by glen930
Tue Aug 28, 2007 5:52 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Design: how to use, but not display a primary key?
Replies: 2
Views: 3905

Hi Michel, I don't know what the preferred "Revolution" way is, I only know what the preferred "Glen" way is:) , but maybe it could be of some help. If I understand you correctly, you can do this a couple of ways. You could select your fields in the "select" part of your sql query then dump the resp...
by glen930
Sat Aug 25, 2007 6:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mac Icon
Replies: 7
Views: 8278

The guys at Sons Of Thunder Software did a primer on this topic.

Its definitely worth taking a look at:

http://www.sonsothunder.com/devres/revo ... ply002.htm

I found it very useful.

Glen
by glen930
Thu Aug 16, 2007 2:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Design: how to handle temporary data with Rev?
Replies: 3
Views: 4725

Hi Mluka, Another approach is to keep your "template" in a field then dump it to a variable or other field, do any modifications, and submit that data. Put place holders in your template (i.e. some unique string) that you could use "replace" on to build your query. Crude and simple, but its works fo...