Search found 24 matches

by drOrganized
Sun Feb 07, 2010 9:40 pm
Forum: Talking LiveCode
Topic: arrayEncode
Replies: 3
Views: 2424

arrayEncode

I would like to store the content of a data grid in a file. I tried the following without success: put the dgData of group "test" into pArrayData open file "Test" for binary write write arrayEncode(pArrayData) to file "test" close file "Test" Nothing is written to the file. I tried also open file "T...
by drOrganized
Fri Oct 02, 2009 3:50 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: array vs. table
Replies: 3
Views: 2763

Array v Table

Klaus & Sturgis,

Many thanks!

Dr. O~
by drOrganized
Thu Oct 01, 2009 3:08 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: array vs. table
Replies: 3
Views: 2763

array vs. table

I am a bewildered novice again: I would like to be able to add new columns to an existing table, or populate particular [row,column] places in a table, and am trying to learn the most efficient way to do this. In the process, I have a couple of questions: Is it possible to display a 2 dimensional ar...
by drOrganized
Sun Aug 30, 2009 12:08 am
Forum: Talking LiveCode
Topic: DECRYPTION ERROR
Replies: 4
Views: 3411

I think the first thing you should do, is fix your keyboard (Especially the caps-lock key). Some cyphers expect data to be a certain length, and use padding on the input data to get to that length. If you just feed such a cypher "dummy" data, you need to make sure it's the expected length for that ...
by drOrganized
Sat Aug 29, 2009 11:30 pm
Forum: Talking LiveCode
Topic: DECRYPTION ERROR
Replies: 4
Views: 3411

DECRYPTION ERROR

I AM USING THE COMMAND: decrypt input using "aes-128-cbc" with "1111" It works fine. However, if I write encrypted text to a text file called dest and then: open file dest read from file until "" put it into input close file dest decrypt input using "aes-128-cbc" with "1111" Then I get an error on t...
by drOrganized
Wed Dec 19, 2007 12:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: buttons and fields disappearing ....
Replies: 3
Views: 2964

I turned off the metal feature and that seems to have fixed the problem!
Thanks you so much!
by drOrganized
Wed Dec 19, 2007 12:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: buttons and fields disappearing ....
Replies: 3
Views: 2964

Thanks for your response....

yes, I do.
by drOrganized
Tue Dec 18, 2007 8:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: buttons and fields disappearing ....
Replies: 3
Views: 2964

buttons and fields disappearing ....

Can no one explain why my buttons and fields disappear when I invoke a dialog box or navigate between stacks or pull an item from a button menu?

In developer mode, one can toggle (annoyingly) back 'n' forth. In run mode there is nothing to do with a non-functional screen.

Anyone - solutions?
by drOrganized
Wed Dec 12, 2007 1:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: screen refresh on Mac OS-X
Replies: 0
Views: 2054

screen refresh on Mac OS-X

Has anyone got the problem of the screen blanking with buttons and fields disappearing every time a dialog box is executed. It happens in both development and runtime mode... Toggling between edit mode and run mode gets the buttons and fields to reappear.

Go to advanced search