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

Focus question

2011-06-22 Thread Bill Vlahos
I've created a Mac app which uses the Windowshape property. It works fine except that it opens either behind other windows or, even if it is the frontmost window, still doesn't actually have focus. I have to click anywhere on the window and then I can click on the button to get started. I want

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 - Use

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
suggest that line be removed since it clearly (in a number of tests) places it at the beginning. However, your suggestion works perfectly, thanks! -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/focus-question-tp3073660p3074402.html Sent from the Revolut

Re: focus question

2010-12-05 Thread Josh Mellicker
rk > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/focus-question-tp3073660p3073660.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > ___ > use-livecode mailing list > u

focus question

2010-12-05 Thread Mark Smith
.5.1 and saw no mention of it. Do others have the same problem? Is there a way to actually place the cursor at the end of a field? Thanks -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/focus-question-tp3073660p3073660.html Sent from the Revolution - Us