Search found 203 matches

by DarScott
Fri May 23, 2014 11:50 pm
Forum: LiveCode Global Jam
Topic: 'is empty' and some = are much slower
Replies: 3
Views: 6677

Re: 'is empty' and some = are much slower

I found another test stack and it shows much improvement (comparing what was saved in the output field when the stack was saved). In particular, 'the number of' is fast for several chunks after one is obtained. Concatenation is much faster. Getting characters in the middle of a long string is fast! ...
by DarScott
Fri May 23, 2014 11:21 pm
Forum: LiveCode Global Jam
Topic: Split insertion bar?
Replies: 1
Views: 5248

Re: Split insertion bar?

Oh, maybe the problem I put in parentheses is related. If I click among visible characters, the insertion bar looks as it has. If I click on the first tab whitespace, I get the split insertion bar. If I click on subsequent tab whitespace, the whole insertion bar is put into the first part of the lin...
by DarScott
Fri May 23, 2014 11:16 pm
Forum: LiveCode Global Jam
Topic: paragraph separator garbles rendering
Replies: 6
Views: 9059

Re: paragraph separator garbles rendering

This should be a picture of the upper left corner of the field with the rendering problem related to the PS character.
by DarScott
Fri May 23, 2014 11:05 pm
Forum: LiveCode Global Jam
Topic: Split insertion bar?
Replies: 1
Views: 5248

Split insertion bar?

I'm getting a split insertion bar when I click on the whitespace created by a tab. The upper is to the left of the tab whitespace and the lower is to the right. I have no right-to-left text. When should i be getting a split insertion bar? Is there a model on OS X I can look at? Or some online standa...
by DarScott
Fri May 23, 2014 11:00 pm
Forum: LiveCode Global Jam
Topic: paragraph separator garbles rendering
Replies: 6
Views: 9059

Re: paragraph separator garbles rendering

That is definitely not what I'm getting. It is probably a Mac thing.

How do I post a picture? I am so envious.
by DarScott
Fri May 23, 2014 10:39 pm
Forum: LiveCode Global Jam
Topic: turning on Unicode for arrayEncode/arrayDecode?
Replies: 17
Views: 18551

Re: turning on Unicode for arrayEncode/arrayDecode?

Yay! It works!

I'm not able to reproduce the combine problem, now.

I got a ? for a Unicode char in a key at times. Now, I don't see it. It might be one of those elusive things.
by DarScott
Fri May 23, 2014 10:16 pm
Forum: LiveCode Global Jam
Topic: 'is empty' and some = are much slower
Replies: 3
Views: 6677

'is empty' and some = are much slower

In an earlier dp 'is empty' was fast for a million byte string. Now it takes over a 100 us. In an earlier dp, equality of two large strings with the first and last bytes different was very fast. Now it takes 250 us, about the length of time to get the length of the string. Everything else is just sl...
by DarScott
Fri May 23, 2014 9:48 pm
Forum: LiveCode Global Jam
Topic: paragraph separator garbles rendering
Replies: 6
Views: 9059

Re: paragraph separator garbles rendering

The field is populated with this: put numToCodepoint( 0x2029) into PS -- paragraph separator put "ABC" & PS & "def" & PS & "ghi" & PS into field "Test" put "abc" & PS & "123" & PS after field "Test" put "xyz" & PS after field "Test" I would like to post a screenshot. Though, I don't know the way.
by DarScott
Fri May 23, 2014 9:38 pm
Forum: LiveCode Global Jam
Topic: turning on Unicode for arrayEncode/arrayDecode?
Replies: 17
Views: 18551

Re: turning on Unicode for arrayEncode/arrayDecode?

Yikes! My mistake. I thought this was fixed this time around.

The combine problem is still a bug, though.
by DarScott
Fri May 23, 2014 9:08 pm
Forum: LiveCode Global Jam
Topic: turning on Unicode for arrayEncode/arrayDecode?
Replies: 17
Views: 18551

Re: turning on Unicode for arrayEncode/arrayDecode

Ah, combine works for Unicode the first time after APPLY, but not after that. That makes testing the Unicode roundtrip in arrayEncode/arrayDecode more interesting.
by DarScott
Fri May 23, 2014 8:55 pm
Forum: LiveCode Global Jam
Topic: turning on Unicode for arrayEncode/arrayDecode?
Replies: 17
Views: 18551

turning on Unicode for arrayEncode/arrayDecode?

Is there a trick to using the full roundtrip arrayEncode and arrayDecode for Unicode? It is not working for me.

Also, I'm having some problems with combine involving Unicode.
by DarScott
Fri May 23, 2014 8:36 pm
Forum: LiveCode Global Jam
Topic: paragraph separator garbles rendering
Replies: 6
Views: 9059

paragraph separator garbles rendering

Whatever is decided for the semantics of PS in fields, it should not mess up the rendering of nearby characters. I think I'm seeing part of the next wiped out (no foreground color over background color).
by DarScott
Fri May 23, 2014 8:12 pm
Forum: LiveCode Global Jam
Topic: Hang on quit
Replies: 2
Views: 6255

Hang on quit

I got a hang on quitting for DP5. Force Quit worked. I'm on Mavericks (OS X 10.9.2).

If need be, I can submit a log. Those are made for force-quits, right?
by DarScott
Fri May 23, 2014 4:29 pm
Forum: Engine Contributors
Topic: Language: properties of opened things
Replies: 18
Views: 14970

Re: Language: properties of opened things

cool! I hope to be all github soon!
by DarScott
Thu May 15, 2014 9:07 pm
Forum: Engine Contributors
Topic: Language: properties of opened things
Replies: 18
Views: 14970

Re: Language: properties of opened things

We can find times where properties should be or must be set at the LiveCode 'open' or 'accept' for sockets, drivers and processes. Setting the properties afterward might not have the desired outcome. There might be several ways to do this. We can be inspired by object templates. Everywhere a socket,...

Go to advanced search