Search found 7 matches

by akazakana
Sat Jul 11, 2009 5:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Imported images not getting included if...
Replies: 3
Views: 3670

One addition...

While images are not getting placed in the stand alone, the small aiff audio files I also imported as controls are.
by akazakana
Sat Jul 11, 2009 5:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Imported images not getting included if...
Replies: 3
Views: 3670

Me too

I'm having the exact same problem. None of the image files that I've imported as controls to serve as backdrops get included with I build a stand alone. Hopefully, someone has an answer to this.
by akazakana
Wed Jul 01, 2009 4:40 am
Forum: Talking LiveCode
Topic: Japanese EUC in Rev?
Replies: 0
Views: 1691

Japanese EUC in Rev?

Does anyone know if it's possible to work with JP-EUC encoded text within Revolution? If so, what's the secret? I need to do "launch URL" commands with addresses that include URL encoded Japanese text in EUC format.
by akazakana
Tue May 12, 2009 5:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Delete a row in a data grid?
Replies: 9
Views: 9546

I tried restarting but that didn't work. It's just a minor matter at this point, so I'll take you up on your offer of sending a stack when it's a bit more presentable if I may.

Thanks for all the help.
by akazakana
Tue May 12, 2009 3:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Delete a row in a data grid?
Replies: 9
Views: 9546

No dice, I'm afraid. Using the code you suggested, I can hilite the remaining row but still can't delete it.
by akazakana
Tue May 12, 2009 3:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Delete a row in a data grid?
Replies: 9
Views: 9546

Thanks for the help. Deleteindex works like a charm except for one little wrinkle. I can delete but not if the data grid only contains one row. Put another way, I can keep deleting rows one after the other using the following lines except when there is only one row left. Any solution? Thanks. put th...
by akazakana
Tue May 12, 2009 12:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Delete a row in a data grid?
Replies: 9
Views: 9546

Delete a row in a data grid?

Does anyone know how to delete a row in a data grid? With a plain old field, you could set a mouseup to get the line number of a click and then do "delete line...of me." I understand how to get the row number when you click on a data grid using "dgline of me." But then what? Thanks. (By the way, I a...