Search found 10 matches

by Mark Swindell
Mon Sep 29, 2014 4:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete word now deletes spaces? LiveCode 7
Replies: 6
Views: 3728

Re: Delete word now deletes spaces? LiveCode 7

Yes, I just confirmed it again, just to be sure. I'll include the recipe here, and file a bug report. In LiveCode 7.0.0, MacBook Pro, MacOS 10.9.4 Create a new main stack Place a field on card 1 Place a button on card 1 In the field type: "I have two sisters." In the button script type: Delete word ...
by Mark Swindell
Sun Sep 28, 2014 10:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete word now deletes spaces? LiveCode 7
Replies: 6
Views: 3728

Re: Delete word now deletes spaces? LiveCode 7

I worked around the issue by changing "delete word 3" to "put empty into word 3," but I still don't understand how deleting a word removes both preceding and trailng spaces.
by Mark Swindell
Sun Sep 28, 2014 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete word now deletes spaces? LiveCode 7
Replies: 6
Views: 3728

Delete word now deletes spaces? LiveCode 7

I haven't been doing much coding for quite some time, but was just trying to improve on an old stack I'd built, and it appears that LiveCode 7 now removes the spaces when deleting a word in a sentence. Such that in a field "sisters," which contains the expression, "I have two sisters," the command "...
by Mark Swindell
Thu Mar 28, 2013 11:23 pm
Forum: Talking LiveCode
Topic: Large Text in Don't Wrap Field w hScroll
Replies: 11
Views: 6947

Re: Large Text in Don't Wrap Field w hScroll

Thank you, sturgis, looks promising. I'll work from that and see how it comes out.

Mark
by Mark Swindell
Thu Mar 28, 2013 10:30 pm
Forum: Talking LiveCode
Topic: Large Text in Don't Wrap Field w hScroll
Replies: 11
Views: 6947

Re: Large Text in Don't Wrap Field w hScroll

I'm not sure my coding skills are up to the job of determining which characters are showing in the field as they are scrolled through. Is this something easy enough to calculate and operate on?
by Mark Swindell
Thu Mar 28, 2013 5:16 am
Forum: Talking LiveCode
Topic: Large Text in Don't Wrap Field w hScroll
Replies: 11
Views: 6947

Re: Large Text in Don't Wrap Field w hScroll

Thank you guys so much for checking this out! I can't help but think this is a bug. Not sure what you mean about it having originally been designed this way, sturgis. If you change fonts things get really mixed up. It seems like you ought to be able to hold a paragraph of text and scroll it at virtu...
by Mark Swindell
Thu Mar 28, 2013 3:56 am
Forum: Talking LiveCode
Topic: Large Text in Don't Wrap Field w hScroll
Replies: 11
Views: 6947

Re: Large Text in Don't Wrap Field w hScroll

Thanks for the responses. The behaviors seem very much font-related. Seem like a bug. I wonder if such a thing has been documented in Bugzilla. The formattedwidth varies between 10k and 60k depending on font. Display swings wildly. Not much rhyme nor reason. Sometimes displays a dozen words, sometim...
by Mark Swindell
Thu Mar 28, 2013 12:43 am
Forum: Talking LiveCode
Topic: Large Text in Don't Wrap Field w hScroll
Replies: 11
Views: 6947

Large Text in Don't Wrap Field w hScroll

Hi. I'm encountering an odd situation. I'm placing a paragraph of text into a field with the Don't Wrap checked, and with an hScroll bar. The text is big, 160 pts. I am scrolling the paragraph via script, like a banner, but it's the same result manually. The deal is, after only a couple of sentences...