Re: Putting two groups onto the clipboard

2013-06-12 Thread charles61
mer<http://twitter.com/xtalkprogrammer> > > KvK: 50277553 > > > > Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour > > spaces. http://www.color-converter.com > > > > Buy my new book "Programming LiveCode for the Real Begin

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: http://runtime-revolution.278305.n4.nabble.com/Put

Re: Problem with an Edit Field in a group

2013-04-22 Thread charles61
<http://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 TraversalO

Re: Problem with an Edit Field in a group

2013-04-22 Thread charles61
lcSQL Software <http://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 conten

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 add

Re: Paste Code to Match Existing Formatting

2013-04-20 Thread charles61
Igor, I tried your suggestion of using the clipboardData with text and it worked great! Thanks again! Charles Szasz csz...@mac.com On Apr 19, 2013, at 10:58 PM, Igor de Oliveira Couto-3 [via Runtime Revolution] wrote: > On 20/04/2013, at 12:34 PM, charles61 <[hidden email]&

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]" wrote: > On 20/04/2013, at 12:34 PM, charles61 <[hidden email]> wrote: > > > Thanks. I am aware of but was

Re: Paste Code to Match Existing Formatting

2013-04-19 Thread charles61
;Igor de Oliveira Couto-3 [via Runtime Revolution]" 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 fon

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 matches

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 mar

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

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 t

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: 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 e

Re: ANN: WordReport 1.0 release and introductory sale

2011-01-04 Thread charles61
What is the special introductory price? I did not see it. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-WordReport-1-0-release-and-introductory-sale-tp3173457p3174739.html Sent from the Revolution - User mailing list archive at Nabble.com.

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 messag

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 li

Re: Limiting data entry in fields

2010-11-29 Thread charles61
s and one on limiting input to only > 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 &g

Re: Limiting data entry in fields

2010-11-29 Thread charles61
Mike, I have not thought of using "not in". I did not use "1234567890" because it does not limit decimals. Charles Szasz csz...@mac.com On Nov 29, 2010, at 5:22 PM, Mike Bonner [via Runtime Revolution] wrote: > Is there a reason to use 'not in "1234567890"' rather than 'is a number' > jus

Limiting data entry in fields

2010-11-29 Thread charles61
How do I limit data entry to only three digits and no decimals in a numerical data entry field? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Limiting-data-entry-in-fields-tp3064388p3064388.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Custom Property Question

2010-11-23 Thread charles61
ge: http://economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > How to receive a free Color Converter license http://qurl.tk/kv (read the > conditions) > > On 23 nov 2010, at 22:02, charles61 wrote: > > > > > How do you p

Re: Custom Property Question

2010-11-23 Thread charles61
> > That actual name of the custom property can be just about anything, but it > needs to be a single word. > > You do not have to precreate custom properties of objects. When you set > them, like in the above example, they are created on the fly. > > On Tue, Nov

Custom Property Question

2010-11-23 Thread charles61
How do you put the contents of a edit field into the property contents of custom properties? I am using a custom label property for checkboxes and I would to add the contents of a field into a custom property when the user checks a checkbox for that field. -- View this message in context: http:/