Search found 73 matches
- Sat Nov 19, 2011 1:11 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: revlet
- Replies: 0
- Views: 2384
revlet
Where is the documentation on using revlets on a site?
- Sat Apr 02, 2011 12:29 am
- Forum: Talking LiveCode
- Topic: old stack
- Replies: 0
- Views: 2306
old stack
I opened some stacks created four or five years ago and the text field sizes seem to have shrunk slightly, cutting off text that was originally visible. I am using the same font -- the same font file in fact, copied from my old computer on which I originally wrote the stuff. Old and new are both ...
- Mon Mar 28, 2011 8:05 pm
- Forum: Talking LiveCode
- Topic: search a field
- Replies: 3
- Views: 4214
Re: search a field
Dixie,
Many, many thanks!
Preston
Many, many thanks!
Preston
- Mon Mar 28, 2011 4:49 pm
- Forum: Talking LiveCode
- Topic: search a field
- Replies: 3
- Views: 4214
search a field
I want to look for a word in a tab itemdel field and if found return the line the word was found in. I am using
repeat with i = 1 to the number of lines in fld fA
set the cursor to busy
if item 1 of line i of fld fA = lookFor then
????????????????????????????????
exit repeat
end if
end repeat ...
repeat with i = 1 to the number of lines in fld fA
set the cursor to busy
if item 1 of line i of fld fA = lookFor then
????????????????????????????????
exit repeat
end if
end repeat ...
- Thu Mar 24, 2011 2:09 pm
- Forum: Talking LiveCode
- Topic: copy linked text
- Replies: 4
- Views: 5681
Re: copy linked text
Thanks again.
Preston Shea
Preston Shea
- Thu Mar 24, 2011 12:22 am
- Forum: Talking LiveCode
- Topic: copy linked text
- Replies: 4
- Views: 5681
Re: copy linked text
Great! and thanks. Now for a dumb question:
how do I get the text to display as formatted instead of with <tags>?
how do I get the text to display as formatted instead of with <tags>?
- Wed Mar 23, 2011 10:06 pm
- Forum: Talking LiveCode
- Topic: copy linked text
- Replies: 4
- Views: 5681
copy linked text
how do I script the copying of text in field of one stack to field in another stack keeping formatting of link text etc.?
- Thu Mar 17, 2011 1:39 am
- Forum: Talking LiveCode
- Topic: capital letter
- Replies: 1
- Views: 3021
capital letter
How do I go through field fA copying only those lines that begin with a capital letter to field fB?
- Wed Mar 09, 2011 8:45 pm
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
Re: TAB behavior
Changing the tab value in table fixed the problem. Thank you so much! I don't know how I managed to change that setting. My Momma said there'd be days like this...
- Wed Mar 09, 2011 7:17 pm
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
Re: TAB behavior
This stack, when run on my computer at least, shows the way that tab in one field jumps to another field while tab in the other field inserts a tab in the text.
- Wed Mar 09, 2011 5:19 pm
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
Re: TAB behavior
Klaus wrote:Hi Preston,
change the suffix to ".rev", that will do.
Best
Klaus
Message upon trying to upload file:
The extension rev is not allowed.
- Wed Mar 09, 2011 2:07 pm
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
Re: TAB behavior
I've tried copying the two fields in question to a new stack and deleting all scripts, buttons etc. The behavior is the same: tab in one field cycles the cursor through other fields, tabbing in the other field inserts a tab into that field's text. There must be a simple answer to this.
I wanted to ...
I wanted to ...
- Wed Mar 09, 2011 12:16 am
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
Re: TAB behavior
If I create a mainstack with a field, pressing TAB in that field does nothing. If I do so in the "contents" view of the inspector for that field, the tabKey inserts a tab which is transfered to the field when I press ENTER in the contents field of the inspector. why?
I have a stack with two fields ...
I have a stack with two fields ...
- Tue Mar 08, 2011 9:32 pm
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
Re: TAB behavior
I'm puzzled! Sometimes autoTab seems to work and sometimes it doesn't. When I put
put the autoTab of field myField into msg
I get the expected "true" or "false" and when I change the autoTab with
set the autoTab of field myField to true
the query
put the autoTab of field myField into msg ...
put the autoTab of field myField into msg
I get the expected "true" or "false" and when I change the autoTab with
set the autoTab of field myField to true
the query
put the autoTab of field myField into msg ...
- Mon Mar 07, 2011 5:50 pm
- Forum: Talking LiveCode
- Topic: TAB behavior
- Replies: 12
- Views: 12025
TAB behavior
What is the setting that causes tab in a field to move the cursor to the next field rather than inserting a tab in the field itself?