Search found 112 matches
- Sun Jan 14, 2007 2:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Lists all controls of a card ?
- Replies: 3
- Views: 3079
Lists all controls of a card ?
I've gone thru the whole dictonary of transcript terms searching for something that would simply list all the controls present on a given card... to no avail.. any simple way of doing this ? Help greatly appriciated. My dream: put the controls of card 1 into myObjects repeat with x = 1 to the number...
- Sun Jan 14, 2007 2:51 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to filter text in field?
- Replies: 3
- Views: 2940
The "filter" command can have its limitations... You seam to be looking for a more complex script... I've writen something that should do what you want.. tell me what you think about it. set the itemDelimiter to "." put "jpg" & return & "jpeg" & return & "png" into myFormatList put "1" into x repeat...
- Sat Jan 13, 2007 10:53 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: "export snapshot" syntax
- Replies: 12
- Views: 4860
- Sun Dec 24, 2006 3:29 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: "export snapshot" syntax
- Replies: 12
- Views: 4860
"export snapshot" syntax
Hello everyone ! I was a little confused on how to use the "export snapshot" command... In the documentation you can read this: export snapshot [from rect[angle] rectangle] [of object] to {file filePath |container} [as format] [with mask maskFile] The "from rect" form works quite well, but I was int...
- Sun Dec 24, 2006 3:16 pm
- Forum: Talking LiveCode
- Topic: Help show the power of merge and value
- Replies: 6
- Views: 4080
I have a cute example of the merge() function, used in conjunction with the format() function. I couldn't stand the fact that every time I would relocate a control to a different card, the scripts that referenced the control would cause errors. So I invented the relative reference method. With this ...
- Sun Dec 03, 2006 7:49 pm
- Forum: Talking LiveCode
- Topic: "Best resize quality" not saved
- Replies: 3
- Views: 2504
- Thu Nov 30, 2006 8:13 pm
- Forum: Talking LiveCode
- Topic: "Best resize quality" not saved
- Replies: 3
- Views: 2504
"Best resize quality" not saved
Hello everyone, I use various imported PNG images in my stack and, to get the best visual effect, I manually set the "best resizeQuality" of all the images to true (enabled). The only problem is, after saving my stack and opening revolution the next day, that precise propriety is not saved and it's ...