Search found 17 matches

by Nomi
Fri Jul 11, 2008 9:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Imported png/jpeg quality
Replies: 5
Views: 5139

I'm on a Windows machine using sRGB as the color profile. Might be the difference, I don't know :)

- Noel
by Nomi
Fri Jul 11, 2008 6:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Imported png/jpeg quality
Replies: 5
Views: 5139

I'm not seeing any color difference between Photoshop cs3 and a runtime card.

What color profile are you using in Photoshop?

- Noel
by Nomi
Thu Jun 26, 2008 12:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Saving data to a file
Replies: 5
Views: 4853

You don't need the & statement in the put url.

I think it would read:

put url "File:numbers.txt" into mydata

and

put myData into url "File:numbers.txt"

- Noel
by Nomi
Thu May 22, 2008 5:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Text weaving magic anyone?
Replies: 3
Views: 3489

put textfield1 & textfield2 & textfield3 & textfield 4 into singletextfield

You would just decide which order you wanted, and if you needed any form of delimiter.

- Noel
by Nomi
Fri May 16, 2008 8:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put Same Data into Multiple Combo Boxes
Replies: 4
Views: 4023

I'll take a look at Lock. I haven't used that before.

- Noel
by Nomi
Fri May 16, 2008 5:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put Same Data into Multiple Combo Boxes
Replies: 4
Views: 4023

Thanks for the info :)

I had a feeling I was going to have to do some kind of repeat loop, I was just hoping otherwise!

- Noel
by Nomi
Fri May 16, 2008 2:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put Same Data into Multiple Combo Boxes
Replies: 4
Views: 4023

Put Same Data into Multiple Combo Boxes

I'm hoping there is a shortcut here :)

I need to put the same choices into about 40 combo boxes. Is there any way to say "put all this data into all 40 at once"? Or do I need to just put it in to each one individually.

- Noel
by Nomi
Fri Apr 25, 2008 2:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: standalone applications
Replies: 2
Views: 2866

You can provide someone with a standalone application. No install necessary.

- Noel
by Nomi
Fri Apr 18, 2008 11:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Quotation Marks help
Replies: 5
Views: 5148

Nevermind! Solved it. One of those headslap errors.

I used the wording in URL instead of into URL

I love programming! :)

- Noel
by Nomi
Fri Apr 18, 2008 11:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Quotation Marks help
Replies: 5
Views: 5148

Ok, tried put "<?xml version=" & quote & "1.0" & quote & "encoding=" & quote & "UTF-8" & quote & "?>" in URL "file:world_locations.cfg" Which looks right to me, however when I try to run the program I am receiving the error message: Handler: can't find handler Write Config Line hint is the above lin...
by Nomi
Fri Apr 18, 2008 9:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Quotation Marks help
Replies: 5
Views: 5148

Quotation Marks help

I'm trying to add the following line to a text file: <?xml version="1.0" encoding="UTF-8"?> As you see, there are double quotes in the line. How do I get Revolution to add those quotes? if I do put "<?xml version="1.0" encoding="UTF-8"?>" into variable the double quotes cause issues. I looked at the...
by Nomi
Fri Apr 18, 2008 4:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Forcing Uppercase in text entry field
Replies: 2
Views: 4139

Worked perfectly! Thank you :)

- Noel
by Nomi
Fri Apr 18, 2008 3:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Forcing Uppercase in text entry field
Replies: 2
Views: 4139

Forcing Uppercase in text entry field

I need to keep the input of a text entry field all in Uppercase. Is there either a way to do this at input, or a way to change the results to all uppercase after input?

Thanks!

- Noel
by Nomi
Thu Apr 17, 2008 1:36 am
Forum: User Groups and Events
Topic: Planning on attending Rev Live in LV
Replies: 3
Views: 7396

I'm going to be attending the Thursday portion of the conference also, so I'm going in Weds afternoon.

Makes it easier :) Then I don't have to rush around as much.

- Noel
by Nomi
Wed Apr 16, 2008 7:18 pm
Forum: User Groups and Events
Topic: Planning on attending Rev Live in LV
Replies: 3
Views: 7396

I'll be there.

- Noel