Auto-opening folders

2012-05-13 Thread J. Landman Gay
A quick poll: If an app creates a folder with files in it, do you like it if the app takes you to the desktop and opens the folder? Or would you rather remain in the app and open the folder later yourself? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: When is the CONTROL key not a control key?

2012-05-13 Thread Richmond
On 05/13/2012 06:25 AM, J. Landman Gay wrote: On 5/12/12 9:36 AM, Richmond wrote: So; reading the LC documentation (for the first time in ages) I discovered that ctrlKey() returns the state of the Control key on non-Mac computers (such as those running Windows and Linux), but the state of the

Re: [OT] Blowing my mind about Linux

2012-05-13 Thread Peter Alcibiades
There are really two interesting issues, one being the effect of choice on non-computer people who are using the systems, and the other being usability and standards. Richmond is probably right that choice is to a degree unwelcome for most people. We may like it, we may know what we want, but in

RE: Auto-opening folders

2012-05-13 Thread John Dixon
Open later.. When I want to do so ! Date: Sun, 13 May 2012 01:45:55 -0500 From: jac...@hyperactivesw.com To: use-livecode@lists.runrev.com Subject: Auto-opening folders A quick poll: If an app creates a folder with files in it, do you like it if the app takes you to the desktop and

Re: Auto-opening folders

2012-05-13 Thread Richmond
On 05/13/2012 12:17 PM, John Dixon wrote: Open later.. When I want to do so ! Yes, I agree. A program that wrests control from the end-user can get a bit annoying. Date: Sun, 13 May 2012 01:45:55 -0500 From: jac...@hyperactivesw.com To: use-livecode@lists.runrev.com Subject: Auto-opening

Re: [OT] Blowing my mind about Linux

2012-05-13 Thread Dermot Doran
I knew I was right to be cautious in my first response. You do indeed have your priorities set 100% right. Thanks very much for taking the time to respond in a way that reminds us all of the complexity of this time in history. As I recently heard from an Israeli journalist, there is no end to

RE: Serial Comms in 4.6.4

2012-05-13 Thread Camm
Dar , Windows 7 All hardware has been checked okay. When using read from driver in scripts loaded into 4.6.4 or standalone from 4.6.4 nothing is read ? The identical script loaded in pre-windows 7 Livecode releases work. Thanks Camm -Original Message- From:

Re: Auto-opening folders

2012-05-13 Thread Dermot Doran
I recommend you make it optional through a Properties flag called something like auto-browse folder which could be set to on, off or ask. If this option is set on you go directly to the folder; set to off it keeps you in the app; set to ask' it gives you the option via a dialog. Sorry you asked?

Re: ANN: Tiny Loupe 1.0 (well, sorta)

2012-05-13 Thread Peter M. Brigham, MD
I have no plans to abandon Dropbox, but the future is hard to predict. If you want to download it yourself and put the revised version on your website, feel free to do so, then you won't be dependent on the vagaries of my setup. -- Peter Peter M. Brigham pmb...@gmail.com

Problem with QT Player

2012-05-13 Thread David C.
Hey folks, I have a very simple application in which one aspect of the app uses the QT player, always pointing to the same named MP3 file on my server. Yesterday, I went to visit a friend and gave him a copy of the app to try out and every aspect of the application worked as intended except for

Auto-opening folders

2012-05-13 Thread Francis Nugent Dixon
Hi from you know where Jacqueline, (answer to the poll) If I want to see whats in the folder after an app create, I will have the strength to open it myself (if this is an answer to your question !) Best Regards -Francis Nothing should ever be done for the first time !

Re: Auto-opening folders

2012-05-13 Thread Colin Holgate
One convention that is used is to have a Reveal in Finder menu item, or button. You could make the folder and give the user a button that lets them decide whether to go and visit the folder. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re : Auto-opening folders

2012-05-13 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Richmond wrote : Yes, I agree. A program that wrests control from the end-user can get a bit annoying. Richmond, the bog mindles. Just imagine that ! Perhaps electrocuting the user through the keyboard ? Switching to a porn movie when your wife comes through

Re: Re : Auto-opening folders

2012-05-13 Thread Richmond
On 05/13/2012 05:39 PM, Francis Nugent Dixon wrote: Hi from Beautiful Brittany, Richmond wrote : Yes, I agree. A program that wrests control from the end-user can get a bit annoying. Richmond, the bog mindles. Just imagine that ! Perhaps electrocuting the user through the keyboard ?

Re: When is the CONTROL key not a control key?

2012-05-13 Thread Richard Gaskin
Richmond wrote: Now, connected to my latest Linux box (for some odd reason) I have a key with a Windozy sort of icon on it between the CTRL and the ALT keys. Is there any way for Livecode to access this in Windows, at least? Linux folks often call this the Special key (perhaps a subtle

Re: When is the CONTROL key not a control key?

2012-05-13 Thread Richmond
On 05/13/2012 07:25 PM, Richard Gaskin wrote: Richmond wrote: Now, connected to my latest Linux box (for some odd reason) I have a key with a Windozy sort of icon on it between the CTRL and the ALT keys. Is there any way for Livecode to access this in Windows, at least? Linux folks often call

Re: Sort of a problem

2012-05-13 Thread Peter Haworth
Since you mentioend the word database, Here's another solution that would work with SQLite (Addresses is the table name and AdrLine is the column containing the street address): SELECT * FROM Addresses ORDER BY CASE WHEN substr(AdrLine,1,2) IN ('N ','S ','E ','W ') THEN substr(AdrLine,3) ELSE

Re: Ma Menus

2012-05-13 Thread Peter Haworth
Thanks Jacque, got it all working now. Pete lcSQL Software http://www.lcsql.com On Sat, May 12, 2012 at 8:03 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 5/12/12 8:22 PM, Peter Haworth wrote: I'm trying to deal with disabling the Edit menu while leaving the Preferences item on it

Re: ANN: Tiny Loupe 1.0 (well, sorta)

2012-05-13 Thread Dar Scott
I'll consider both options to make it available, and might do one and then the other. At this point I don't want to take sides as to whether the pixel coordinate whole numbers are in the middle of pixels or between pixels. The latter is great for rectangles (used everywhere in LiveCode) and

Re: Serial Comms in 4.6.4

2012-05-13 Thread Dar Scott
I'm not sure what you mean. Are you saying you upgraded to Windows 7 and LiveCode 4.6.4 at the same time? I have heard that some people have had trouble with Windows 7 and serial ports. Perhaps modems are especially an issue. Do you see the port in the device manager? Can you connect with

Adjusting Edit Menu items

2012-05-13 Thread Peter Haworth
Still working on getting my app ready to submit to the Apple Store and paying some attention to the Edit menu. Up to now, I've just left all items on it enabled but don't think that would pass Apple guidelines. So now I'm disabling/enabling the cut, copy, paste, clear, and select all when

Re: Adjusting Edit Menu items

2012-05-13 Thread J. Landman Gay
On 5/13/12 2:27 PM, Peter Haworth wrote: What I have so far, which seems to work, is: - on preOpenCard, check for the clipboard containing text and enable/disable Paste accordingly - a mouseMove handler for any editable fields that checks the selectedtext and enables/disables the Edit menu

Re: Adjusting Edit Menu items

2012-05-13 Thread Peter Haworth
Thanks Jacque, that's sounds good but couple of questions. You gave me the advice about locking/unlocking menus a few months back when I was trying to manipulate the File Menu so I do have a menu group mouseDown handler in place. I discovered then that there's a problem with those group

Re: Adjusting Edit Menu items

2012-05-13 Thread J. Landman Gay
On 5/13/12 4:39 PM, Peter Haworth wrote: I discovered then that there's a problem with those group mouseDown handlers on a Mac - it's impossible to tell which menu was clicked because target and me both return the name of the menu group, not the menu that was clicked, so you end up adjusting

Re: Standalone problem

2012-05-13 Thread dunbarx
Jacque. Klaus had said that there is a bug in the standalone builder, that non-LC externals are not loaded into the package. He is right. But, I wrote this to Klaus in the forum: Klaus. You are right, the bundle is not included in the package contents. However: 1- Neither is it included in

Re: Standalone problem

2012-05-13 Thread J. Landman Gay
On 5/13/12 11:22 PM, dunb...@aol.com wrote: Jacque. If I do not include a full pathname to the external in the stack inspector, neither the IDE stack nor the standalone will work.The external is not seen unless I go through the process form the external references pane, navigating to the