Re: Focus question

2011-06-24 Thread Bill Vlahos
Sims, It does do that but I don't want it to float above everything. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 23, 2011, at 9:03 PM, Jim Sims wrote: > > On Jun 24, 2011, at 1:1

Re: Focus question

2011-06-24 Thread Bill Vlahos
Terry, Good suggestion. Thank you, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 23, 2011, at 4:54 PM, Terry Judd wrote: > On 24/06/2011 09:16 AM, "Bill Vlahos" wrote: > >> I figu

Re: Focus question

2011-06-23 Thread Jim Sims
On Jun 24, 2011, at 1:16 AM, Bill Vlahos wrote: > Is there a way to kick my app to the front? I even tried to run an > AppleScript to active the program but that doesn't work either. Does systemWindow do what you want? sims ___ use-livecode mailing

Re: Focus question

2011-06-23 Thread Terry Judd
On 24/06/2011 09:16 AM, "Bill Vlahos" wrote: > I figured out what the problem is but I can't figure out a workaround. > > I call an applescript embedded in a field on the preOpenCard Card script. >do field "blahblah" as applescript > > Is there a way to kick my app to the front? I even trie

Re: Focus question

2011-06-23 Thread Bill Vlahos
I figured out what the problem is but I can't figure out a workaround. I call an applescript embedded in a field on the preOpenCard Card script. do field "blahblah" as applescript Is there a way to kick my app to the front? I even tried to run an AppleScript to active the program but that doe

Re: Focus question

2011-06-22 Thread Bill Vlahos
I retested it and the windowshape property doesn't matter. It must be something else. Bill Sent from my iPhone On Jun 22, 2011, at 6:47 PM, Bill Vlahos wrote: > I set it in the IDE before saving the standalone. > > Bill > > Sent from my iPhone > > On Jun 22, 2011, at 2:41 PM, Mark Schone

Re: Focus question

2011-06-22 Thread Bill Vlahos
I set it in the IDE before saving the standalone. Bill Sent from my iPhone On Jun 22, 2011, at 2:41 PM, Mark Schonewille wrote: > Hi Bill, > > Do you set the windowShape property when the stack opens? > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software

Re: Focus question

2011-06-22 Thread Mark Schonewille
Hi Bill, Do you set the windowShape property when the stack opens? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for

RE: focus question

2010-12-07 Thread Mark Smith
Walt Brown wrote: > > Done. > Walt, Thanks. Will look and play and let you know what all I learn. Probably on the weekend. -- M -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/focus-question-tp3073660p3077700.html Sent from the Revolution - User mailing list

RE: focus question

2010-12-06 Thread Walt Brown
Done. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Smith Sent: Monday, December 06, 2010 11:39 PM To: How to use LiveCode Subject: RE: focus question Hi Walt, I think the list strips attachments. Could

RE: focus question

2010-12-06 Thread Mark Smith
12:07 PM To: How to use LiveCode Subject: Re: focus question I have had the idea in the past to use a property to define whether or not a field should place the cursor at the beginning, end or last selection of a field upon entering it. Shouldn't be hard to do. Make 2 properties in e

RE: focus question

2010-12-06 Thread Mark Smith
...@gmail.com] Sent: Monday, December 06, 2010 9:11 AM To: 'How to use LiveCode'; use-revolut...@lists.runrev.com Subject: RE: focus question I have had to use "Select after char -1 of fld X". I was actually using it to place the cursor at various character positions in a field in a rawKey

RE: focus question

2010-12-06 Thread James Hurley
-- Message: 6 Date: Mon, 6 Dec 2010 10:33:02 -0500 From: "Walt Brown" To: "'How to use LiveCode'" , Subject: RE: focus question Message-ID: <4cfd0240.8e7adc0a.73ad.5...@mx.google.com> Content-Type: text/plain;

Re: focus question

2010-12-06 Thread Bob Sneidar
I have had the idea in the past to use a property to define whether or not a field should place the cursor at the beginning, end or last selection of a field upon entering it. Shouldn't be hard to do. Make 2 properties in each field, focusSelection, lastSelection and read/update these accordingl

RE: focus question

2010-12-06 Thread Walt Brown
Interesting if useless discovery - LC accepts real numbers as Point values, ie "22.5,31.7", not just integers. I haven't discovered if it rounds or truncates them in use though. Walt ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

RE: focus question

2010-12-06 Thread Walt Brown
To: use-revolut...@lists.runrev.com Subject: Re: focus question Josh Mellicker wrote: > > Are you using "select after fld X"? > Hi Josh, thanks so much. No, I was using "focus on field x". The dictionary says that if the field is unlocked text then the insertion point is

Re: focus question

2010-12-06 Thread Mark Smith
Josh Mellicker wrote: > > Are you using "select after fld X"? > Hi Josh, thanks so much. No, I was using "focus on field x". The dictionary says that if the field is unlocked text then the insertion point is placed after the text in the field. I think I'll suggest that line be removed since it

Re: focus question

2010-12-05 Thread Josh Mellicker
Are you using "select after fld X"? On Dec 5, 2010, at 1:08 PM, Mark Smith wrote: > > I'm still using 4.5.0 dp-3. In the dictionary under focus it says "If the > object is an unlocked field, the insertion point is placed after the text in > the field." My experience is it is placed at the begin