Re: Putting two groups onto the clipboard

2013-06-12 Thread charles61
please http://livecodebeginner.**economy-x-talk.com/survey/http://livecodebeginner.economy-x-talk.com/survey/ On 6/11/2013 21:57, charles61 wrote: I have some edit fields that have been grouped into two separate groups. How can I placed the two groups onto the clipboard

Putting two groups onto the clipboard

2013-06-11 Thread charles61
I have some edit fields that have been grouped into two separate groups. How can I placed the two groups onto the clipboard in an app that so that they can be pasted (from the app) to a word processing document? -- View this message in context:

Problem with an Edit Field in a group

2013-04-22 Thread charles61
I have grouped eight fields together. One of the fields is an edit field that is set to allow users to change its content. The problem is that when the user tabs into this field, the whole content is highlighted and selectable. But the user cannot click at the end of the content in the field to

Re: Problem with an Edit Field in a group

2013-04-22 Thread charles61
://www.lcsql.com On Mon, Apr 22, 2013 at 4:08 PM, charles61 [hidden email] wrote: I have grouped eight fields together. One of the fields is an edit field that is set to allow users to change its content. The problem is that when the user tabs into this field, the whole content

Re: Problem with an Edit Field in a group

2013-04-22 Thread charles61
://www.lcsql.com On Mon, Apr 22, 2013 at 5:29 PM, charles61 [hidden email] wrote: Pete, Yes I don't understand this behavior either. There are no custom properties or script for the field. The TraversalOn is checked along with showFocusBorder and autoTab checked. I am using LC

Paste Code to Match Existing Formatting

2013-04-19 Thread charles61
I have been working on a project that allows the user to select text in various fields in my project and then place the selected text onto the clipboard to be pasted into a word processing document. How do you script to allow the user to paste the selected text into a document so that it

Re: Paste Code to Match Existing Formatting

2013-04-19 Thread charles61
de Oliveira Couto-3 [via Runtime Revolution] ml-node+s278305n4663669...@n4.nabble.com wrote: On 20/04/2013, at 11:04 AM, charles61 [hidden email] wrote: How do you script to allow the user to paste the selected text into a document so that it matches the type of font and size of font used

Re: Paste Code to Match Existing Formatting

2013-04-19 Thread charles61
Ignor, I will try the clipboardData property. Thanks! Sent from my iPad On Apr 19, 2013, at 10:58 PM, Igor de Oliveira Couto-3 [via Runtime Revolution] ml-node+s278305n4663674...@n4.nabble.com wrote: On 20/04/2013, at 12:34 PM, charles61 [hidden email] wrote: Thanks. I am aware

Re: Script problem

2012-10-26 Thread charles61
Dick, As far as I can tell, the problem had to do with other marked cards that had checkboxes despite not having a custom property. When I initially tested my code with a sample stack, all of the cards were marked and had checkboxes with custom properties. In my actual project, there were

Re: Script problem

2012-10-25 Thread charles61
Thierry, Thanks for your suggestion! I do have a cr after each string for each uMyLabel so when it is inserted into my scrolling field the checkbox labels are separated by a cr. I would expect this only to affect the subsequent checked checkbox after the initial checked checkbox. This was not

Script problem

2012-10-24 Thread charles61
I am using the following script to retrieve the labels of checked checkboxes on marked cards and put them in the field recommendations. The labels are custom properties (uMyLabel). The script works fine but I am getting five blank lines in recommendations field before the first checkbox label is

Re: Script problem

2012-10-24 Thread charles61
Hi Therry! I tried your script suggestion. It reported card 32 and button 38. When I checked this information, there were no checkbox buttons that have custom properties on this card. I went through my project and checked all of the some 700+ checkboxes and did not find any checkboxes that had

Re: Has anybody run into this problem?

2012-09-25 Thread charles61
Dean, I tried the traveralOn for the button but it did not work. I then substituted the new textChanged for a closeField handler and it worked! I am using LC 5.5.2 for the first time. Do you think it is wise to only use the textChanged handler and delete the closeField and exitField handlers for

Re: Limiting data entry in fields

2010-11-29 Thread charles61
numbers. Regards, Devin On Nov 29, 2010, at 3:27 PM, charles61 wrote: Mike, I have not thought of using not in. I did not use 1234567890 because it does not limit decimals. Charles Szasz [hidden email] On Nov 29, 2010, at 5:22 PM, Mike Bonner [via

Re: Limiting data entry in fields

2010-11-29 Thread charles61
Devin, Just numbers - no decimal points. Charles Szasz csz...@mac.com On Nov 29, 2010, at 6:09 PM, Devin Asay [via Runtime Revolution] wrote: On Nov 29, 2010, at 3:46 PM, charles61 wrote: Devin, Thanks! I found it but I had to limit numbers with decimals. The numbers only

Re: Limiting data entry in fields

2010-11-29 Thread charles61
Jacqueline, Thanks very much! Your script worked! Charles Szasz csz...@mac.com On Nov 29, 2010, at 5:45 PM, J. Landman Gay [via Runtime Revolution] wrote: on keydown pKey if (pKey is a number or pKey = .) and len(me) 3 then pass keydown end keydown -- View this message in