Search found 86 matches

by ukimiku
Thu Apr 29, 2010 4:17 pm
Forum: Off-Topic
Topic: Konrad Zuse, the novel
Replies: 2
Views: 3225

Re: Konrad Zuse, the novel

Hi Mark,

how kind of you to notice! Thanks a lot! :) I hadn't even noticed that this was my 100th post; it's been quite a while since I posted my last one... due to the work on the novel, I found hardly any time for anything else... but now, back to RunRev!

Regards,
by ukimiku
Thu Apr 29, 2010 3:14 pm
Forum: Off-Topic
Topic: Konrad Zuse, the novel
Replies: 2
Views: 3225

Konrad Zuse, the novel

Dear Runrev forum members and visitors, for all of you who might be interested in the history of computers, their inventor, and his venturesome life... The computer was invented in 1933 by Konrad Zuse, in Berlin, Germany. The story of his life is quite intriguing. He built the first working computer...
by ukimiku
Wed Jan 27, 2010 6:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Datagrid sorting issues
Replies: 12
Views: 7146

Re: Datagrid sorting issues

Hi Trevor, thanks for your patience. I added the sortDataGridColumn handler. Before that, I issued the dgProp property set command. After several reloads of the stack, now the sorting is finally disabled. Is there a way to learn what setting has precedence over which other settings? For example, you...
by ukimiku
Tue Jan 26, 2010 10:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Datagrid sorting issues
Replies: 12
Views: 7146

Re: Datagrid sorting issues

Hi Trevor, an update on my problem: I managed to replace the datagrid with the permanently highlighted column header with an old version that does not have any highlighted column headers and thus no automatic sorting. Anyway, when I give the set dgProp["sort by column"] command, nothing changes, i.e...
by ukimiku
Tue Jan 26, 2010 6:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Datagrid sorting issues
Replies: 12
Views: 7146

Re: Datagrid sorting issues

Trevor, another oddity: when I now tried to execute your set dGProp command again, the message box responded by saying Message execution error: Error description: Chunk: can't find object I then created a new card (empty) for the same stack, deleted the new card again without doing anything with it,...
by ukimiku
Tue Jan 26, 2010 5:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Datagrid sorting issues
Replies: 12
Views: 7146

Re: Datagrid sorting issues

Hi Trevor, wow - that's what I call service! :) Before reading your explanations, I had done a forum search for related posts and also read through your datagrid API. In the forum, I had already found the command you provided, to be entered and executed in the message box, set the dgProp["sort by co...
by ukimiku
Tue Jan 26, 2010 1:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Datagrid sorting issues
Replies: 12
Views: 7146

Datagrid sorting issues

Hi group, whenever I load data into my datarid, the grid sorts by a certain column. I want to disable any kind of automatic sorting alltogether, but cannot find how to. When I check the "Columns" tab in the property inspector for the datagrid, the checkbox for the respective column ("Sort by column"...
by ukimiku
Tue Dec 22, 2009 5:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RunRev Command-Line mode
Replies: 9
Views: 5621

Re: RunRev Command-Line mode

Hi Ale870,

I don't know the answer to your problem, but would be interested to know a way, too.
When I started learning RunRev, I read in the forum somewhere that you can even program a faceless app with RunRev, provided you know how... :)

Regards,
by ukimiku
Thu Dec 10, 2009 4:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: rendered text conundrum
Replies: 9
Views: 5153

Re: rendered text conundrum

Hi Reelstuff, not a paygrade issue :) You will find a special utf-encode and decode function in the Blowfish stack that you downloaded. You can use it even more easily than the Blowfish routines, since you don't need to provide any key for encoding and decoding. I think you would benefit from utf-8 ...
by ukimiku
Wed Dec 09, 2009 11:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: rendered text conundrum
Replies: 9
Views: 5153

Re: rendered text conundrum

Also, you could try to utf-8-encode the plaintext before encryption.
Decryption would have to be followed by utf-8-decode.
That should give you platform-independency.

(You might even try URL-encode and URL-decode instead of utf8-)

regards
by ukimiku
Tue Dec 08, 2009 6:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: remove space in string
Replies: 14
Views: 11928

Re: remove space in string

Tim, please don't hesitate to ask if you should need help. If you're new to Runtime Revolution, you will probably need a lot of input from the forum, just as I received it when I got here. I think you will find that most (if not all) of the folks here are very friendly and helpful. That said, what c...
by ukimiku
Mon Dec 07, 2009 9:39 pm
Forum: Building Externals
Topic: Stack and External installation
Replies: 2
Views: 4532

Re: Stack and External installation

Jan,

thanks a lot! This was the info I was looking for.

Regards
by ukimiku
Mon Dec 07, 2009 3:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: remove space in string
Replies: 14
Views: 11928

Re: remove space in string

In addition, I think that you, the programming user of the Blowfish library, should take provisions so as to make the length of the string to be encoded a precise multiple of 8. This way, you know what there will be as padding bytes, and can react accordingly. This way, the security of the Blowfish ...
by ukimiku
Sun Dec 06, 2009 9:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: remove space in string
Replies: 14
Views: 11928

Re: remove space in string

Hi Reelstuff, the Blowfish code was written by me. If the length of your plaintext (the text that your are encoding) is not a precise multiple of 8, space characters are appended at the end so as to make the length a multiple of 8. If you want to encode a text and don't want additional appended spac...
by ukimiku
Sat Dec 05, 2009 10:51 pm
Forum: Building Externals
Topic: Creating a wrapper for an existing dll
Replies: 10
Views: 12941

Re: Creating a wrapper for an existing dll

I am very new to the dll for Runrev business, but the first thing that came to my mind was that if you can obtain the source somehow, recompile it with the dll skeleton provided by the ExternalEnvironmentV3 from the tutorial. Then you should have your wrapper in place. Or it might be worth looking a...

Go to advanced search