Search found 10 matches
- Sun Jan 27, 2008 7:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: trim /r/n
- Replies: 2
- Views: 3859
- Sun Jan 27, 2008 4:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: trim /r/n
- Replies: 2
- Views: 3859
trim /r/n
I'm trying to trim returns. I'm not having much luck accomplishing this simple task. Must be one of those days.
Anyway, I know there is no trim function in transcript and I've read the documents and came up with the following code.
put the text of me into RText
answer RText
repeat for each ...
Anyway, I know there is no trim function in transcript and I've read the documents and came up with the following code.
put the text of me into RText
answer RText
repeat for each ...
- Mon Dec 31, 2007 12:08 am
- Forum: Talking LiveCode
- Topic: export modified image without display?
- Replies: 4
- Views: 5764
- Sun Dec 30, 2007 4:15 pm
- Forum: Talking LiveCode
- Topic: export modified image without display?
- Replies: 4
- Views: 5764
- Sun Dec 30, 2007 6:21 am
- Forum: Talking LiveCode
- Topic: export modified image without display?
- Replies: 4
- Views: 5764
export modified image without display?
I'm trying to import an image. Have the user pick a color to change the tint of the image. Then export the changed image.
I don't however want the user to see the image.
So far here is what I got:
answer files "Select the files you wish to process:"
put it into TheFilePath
import paint from ...
I don't however want the user to see the image.
So far here is what I got:
answer files "Select the files you wish to process:"
put it into TheFilePath
import paint from ...
- Sun Mar 11, 2007 7:55 pm
- Forum: Talking LiveCode
- Topic: ask file - user selected type
- Replies: 5
- Views: 7528
- Sun Mar 11, 2007 7:45 pm
- Forum: Talking LiveCode
- Topic: ask file - user selected type
- Replies: 5
- Views: 7528
- Sun Mar 11, 2007 6:58 pm
- Forum: Talking LiveCode
- Topic: ask file - user selected type
- Replies: 5
- Views: 7528
ask file - user selected type
Is there a way to determine the user selected format of the types provided to the ask file command?
I'm trying to make a "save as" option for exporting data tables. I know I can work around the issue if there is not a way of getting the selection from the ask file dialog, but it would be simpler ...
I'm trying to make a "save as" option for exporting data tables. I know I can work around the issue if there is not a way of getting the selection from the ask file dialog, but it would be simpler ...
- Wed Feb 14, 2007 2:32 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: altPlugins?
- Replies: 3
- Views: 6510
- Tue Feb 13, 2007 2:02 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: altPlugins?
- Replies: 3
- Views: 6510
altPlugins?
I'm new at this so please forgive me if the request is stupid.
I've downloaded the three altPlugins from runrev. I'm only interested in the altSQLite plugin, but I can't figure out how to get any of them to work.
I thought just opening the stack would do, but studio gives me a message of "There ...
I've downloaded the three altPlugins from runrev. I'm only interested in the altSQLite plugin, but I can't figure out how to get any of them to work.
I thought just opening the stack would do, but studio gives me a message of "There ...