Search found 5 matches
- Tue Oct 15, 2013 9:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copying text in a field including the font style
- Replies: 6
- Views: 3930
Re: Copying text in a field including the font style
Hi Jacque, I have indeed set the font type for the field and Craig I tried to post my stack on the forum, but was not allowed to, presumably because I am new to the forum. However I am narrowing down the problem in that the code : set the clipboarddata["rtf"] to the rtftext of field "CharsToCopy" wo...
- Sun Oct 13, 2013 6:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copying text in a field including the font style
- Replies: 6
- Views: 3930
Re: Copying text in a field including the font style
Yes Craig, sorry about that, I did use clipboarddata and rtftext as single words but it still didn't work
- Sun Oct 13, 2013 6:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copying text in a field including the font style
- Replies: 3
- Views: 2050
Re: Copying text in a field including the font style
Hi Simon, I'm afraid that was my typo, I did use rtftext and clipboarddata as single words but it still doesn't work. I've been at this for about a week and this is the only bit I need to fix. I just can't get the font type to copy.
- Sun Oct 13, 2013 3:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copying text in a field including the font style
- Replies: 3
- Views: 2050
Copying text in a field including the font style
I am writing a character map program for mac and am having problems copying the rtf text in a field. I am using this code to copy the field contents: set the clipboard data["rtf"] to the rtf text of field "CharsToCopy" But when I paste it into word, the font is different. Any ideas why this isnt wor...
- Sun Oct 13, 2013 3:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copying text in a field including the font style
- Replies: 6
- Views: 3930
Copying text in a field including the font style
I am writing a character map program for mac and am having problems copying the rtf text in a field. I am using this code to copy the field contents: set the clipboard data["rtf"] to the rtf text of field "CharsToCopy" But when I paste it into word, the font is different. Any ideas why this isnt wor...