Re: on-rev Client

2014-10-14 Thread Ralf Bitter
Same here.

Ralf


On 14.10.2014, at 06:49, Paul Hibbert paulhibb...@mac.com wrote:

 http://newsletters.livecode.com/august/issue177/newsletter2.html
 
 It was reported in the newsletter 177 that the On-Rev Client was working 
 again, I tested it at the time and managed to log on successfully, but now I 
 can't, has anybody else had similar problems?
 
 I can logon to the cPanel OK, so I know my username and password are correct, 
 but the On-Rev Client tells me they are wrong.
 
 I know there's a lot of opposition to this software and it has been a 
 frustrating experience using it then not being able to for so long. I did 
 find it useful at times so I was pleased to see it back again, but has it 
 crapped out again so soon?
 
 I'll file a bug report if it's not just me that's having problems.
 
 Paul


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: on-rev Client

2014-10-14 Thread Matthias Rebbe | M-R-D
Hi,


I have here 3 accounts. They run on Pancake, Tio and Jasmine.
It works with my Pancake account, but not with the other ones.

Matthias
Am 14.10.2014 um 09:08 schrieb Ralf Bitter ra...@revigniter.com:

 Same here.
 
 Ralf
 
 
 On 14.10.2014, at 06:49, Paul Hibbert paulhibb...@mac.com wrote:
 
 http://newsletters.livecode.com/august/issue177/newsletter2.html
 
 It was reported in the newsletter 177 that the On-Rev Client was working 
 again, I tested it at the time and managed to log on successfully, but now I 
 can't, has anybody else had similar problems?
 
 I can logon to the cPanel OK, so I know my username and password are 
 correct, but the On-Rev Client tells me they are wrong.
 
 I know there's a lot of opposition to this software and it has been a 
 frustrating experience using it then not being able to for so long. I did 
 find it useful at times so I was pleased to see it back again, but has it 
 crapped out again so soon?
 
 I'll file a bug report if it's not just me that's having problems.
 
 Paul
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Kay C Lan
On Tue, Oct 14, 2014 at 2:03 AM, Peter Haworth p...@lcsql.com wrote:

 There's a qcc enhancement request out there for a new chunk type (chunk)
 along with a delimited by clause.

 On Mon, Oct 13, 2014 at 7:32 AM, Terence Heaford t.heaf...@btinternet.com
 
 wrote:

  set the wordDelim to space
  set the wordDelim to “*”
 
  Initally set to space, resets to space at the end of a handler.
 


Nnnno!

What is the point of a chunk or a word if it is only delimited by a single
character? It is identical to an item!

set the itemDelimiter to space
put the number of items into tCount.

How is that any different from:

put the number of chunks delimited by space of field xyz into tCount

OR

set the wordDelim to space
put the number of words into tCount

And the last thing we want is the wordDelimiter to be defaulted to
space! That would break so many scripts.

The great thing about word and token is they are NOT items. Items are
delimited by any single character you want, but that is their limitation, a
single character. A word, a trueWord (= LC7) and a token are not delimited
by a single character but by a range of one or more characters which have
been predefined.

If you want something new... a chunk, then the ability to specify it's
delimiter as a range of characters that are either single of combined
*could* be a valid enhancement.

* Haven't really thought about it enough to come up with drawbacks, all I
know is I DON'T want the wordDelim to be a space and to create another
chunk type that is identical to an item seems counter productive to me.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Volume Size

2014-10-14 Thread JB
I can get a file size by listing the detailed files and I can
get a list of all drives and volumes that are mounted by
using the volumes function.  Is there a way to get the
size of a drive or volume that is returned by using the
volumes function?

John Balgenorth

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Richmond

On 14/10/14 12:55, JB wrote:

I can get a file size by listing the detailed files and I can
get a list of all drives and volumes that are mounted by
using the volumes function.  Is there a way to get the
size of a drive or volume that is returned by using the
volumes function?

John Balgenorth




AND volumes is NBG in Linux . . .

So?

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
Well the question is how do I use a script to
get the size of a mounted volume?  I should
have mentioned I am on a Mac.  Will using
NBG somehow get the volume size?

John Balgenorth



On Oct 14, 2014, at 3:27 AM, Richmond richmondmathew...@gmail.com wrote:

 On 14/10/14 12:55, JB wrote:
 I can get a file size by listing the detailed files and I can
 get a list of all drives and volumes that are mounted by
 using the volumes function.  Is there a way to get the
 size of a drive or volume that is returned by using the
 volumes function?
 
 John Balgenorth
 
 
 
 AND volumes is NBG in Linux . . .
 
 So?
 
 Richmond.
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Richmond

On 14/10/14 13:51, JB wrote:

Well the question is how do I use a script to
get the size of a mounted volume?  I should
have mentioned I am on a Mac.  Will using
NBG somehow get the volume size?

John Balgenorth



Ha, Ha, Ha! NBG stands for 'No Bloody Good'.

Richmond.



On Oct 14, 2014, at 3:27 AM, Richmond richmondmathew...@gmail.com wrote:


On 14/10/14 12:55, JB wrote:

I can get a file size by listing the detailed files and I can
get a list of all drives and volumes that are mounted by
using the volumes function.  Is there a way to get the
size of a drive or volume that is returned by using the
volumes function?

John Balgenorth



AND volumes is NBG in Linux . . .

So?

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Terence Heaford
get char 1 to 7 of word 9 of item x of line y of card field 1”.


Al the best

Terry

On 14 Oct 2014, at 08:45, Kay C Lan lan.kc.macm...@gmail.com wrote:

 What is the point of a chunk or a word if it is only delimited by a single
 character? It is identical to an item!

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Warren Samples

On 10/14/2014 04:55 AM, JB wrote:

I can get a file size by listing the detailed files and I can
get a list of all drives and volumes that are mounted by
using the volumes function.  Is there a way to get the
size of a drive or volume that is returned by using the
volumes function?

John Balgenorth



If 'volumes' doesn't work, maybe you can try

get shell(df -h)

You can try 'put shell(df -h)' in the message box to see if it gives 
you a result. If the command is still installed in OS X, you'll get 
information on disc size and usage.


Warren


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: on-rev Client

2014-10-14 Thread Rick Harrison
Hi Paul  Matthias,

I can’t get the Secure WebDisk or the On-Rev Client to work on the tio server.
I am able to login to my account with the c-panel however.  This has been a
problem for me for a couple of months now, and I had submitted a ticket which
Dave Williams answered with another question.  I answered his question
(this was around Sept. 30th) and I still haven’t heard back from him.

Please keep me informed if you make any progress on this.

Thanks,

Rick

On Oct 14, 2014, at 3:23 AM, Matthias Rebbe | M-R-D 
matthias_livecode_150...@m-r-d.de wrote:

 Hi,
 
 
 I have here 3 accounts. They run on Pancake, Tio and Jasmine.
 It works with my Pancake account, but not with the other ones.
 
 Matthias
 Am 14.10.2014 um 09:08 schrieb Ralf Bitter ra...@revigniter.com:
 
 Same here.
 
 Ralf
 
 
 On 14.10.2014, at 06:49, Paul Hibbert paulhibb...@mac.com wrote:
 
 http://newsletters.livecode.com/august/issue177/newsletter2.html
 
 It was reported in the newsletter 177 that the On-Rev Client was working 
 again, I tested it at the time and managed to log on successfully, but now 
 I can't, has anybody else had similar problems?
 
 I can logon to the cPanel OK, so I know my username and password are 
 correct, but the On-Rev Client tells me they are wrong.
 
 I know there's a lot of opposition to this software and it has been a 
 frustrating experience using it then not being able to for so long. I did 
 find it useful at times so I was pleased to see it back again, but has it 
 crapped out again so soon?
 
 I'll file a bug report if it's not just me that's having problems.
 
 Paul
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Activation fails. LiveCode Server down?

2014-10-14 Thread Martin Koob
I just tried to open LiveCode and it prompts me for authentication.  When I
enter the credentials I get the message an error has occurred while
contacting the server. Please try again.

When I try to connect to www.livecode.com I get the error
'COMMAND: Array ( [1] = Array ( [command] = getVatItems ) ) URL:
http://174.122.156.66:31409/index.irev RESULT: DBError: Unable to connect to
database. Too many connections'

Are others getting this?  Is the server down?

Martin





--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Activation-fails-LiveCode-Server-down-tp4684537.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Peter Haworth
On Tue, Oct 14, 2014 at 12:45 AM, Kay C Lan lan.kc.macm...@gmail.com
wrote:

 If you want something new... a chunk, then the ability to specify it's
 delimiter as a range of characters that are either single of combined
 *could* be a valid enhancement.


Rather than try to explain the thinking behind delimited by, I'll refer
you to the forum discussion at
http://forums.livecode.com/viewtopic.php?f=6t=21630p=111222hilit=delimited+by#p111222
and
enhancement request at http://quality.runrev.com/show_bug.cgi?id=13557.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Activation fails. LiveCode Server down?

2014-10-14 Thread Martin Koob
Looks like it is back up and running now.

Martin



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Activation-fails-LiveCode-Server-down-tp4684537p4684539.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Old Stacks Acting Strange

2014-10-14 Thread Dan Friedman
I have a stack (actually thousands of them) that were created in LiveCode (then 
RevEnterprise) 4.0.0.  They are used in several apps we have including an iPad 
app.  Do to the issues with LC and iOS 8, I need to make an update to the iPad 
app with LC 6.6.4.  I opened my project this morning in 6.6.4, and the old 
stacks are displaying really messed up!  Some controls show, others don't.  If 
you select a control it sometimes then appears on the screen.  Weird!  It's 
messing everything up!  Oddly enough, it appears correctly in the iPad 
Simulator (Simulator Version 8.0)?  Go figure?

I went back to version 4.0.0, and the stack opens perfectly.  It opened 
correctly in LC 6.1.3, but failed in LC 6.5.1 and later.  Anyone know what 
changed?  And, more importantly, is there a way to resurrect these older stacks 
in 6.6.4?

ANY Advise is welcome!

-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Bob Sneidar
Still works on Mavericks.

Bob S


On Oct 14, 2014, at 05:21 , Warren Samples 
war...@warrensweb.usmailto:war...@warrensweb.us wrote:

On 10/14/2014 04:55 AM, JB wrote:
I can get a file size by listing the detailed files and I can
get a list of all drives and volumes that are mounted by
using the volumes function.  Is there a way to get the
size of a drive or volume that is returned by using the
volumes function?

John Balgenorth


If 'volumes' doesn't work, maybe you can try

get shell(df -h)

You can try 'put shell(df -h)' in the message box to see if it gives you a 
result. If the command is still installed in OS X, you'll get information on 
disc size and usage.

Warren

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Old Stacks Acting Strange

2014-10-14 Thread Vaughn Clement
Good Morning

Over the last 6 years I have added about 40 apps to iTunes and reduced this
down to the current 21. All was working correctly until IOS 8 was released.
It appears that all 21 apps may now be broken! When the app opens it
immediately shuts down. So far 2 apps were reported with this behavior, but
I think it might affect all my apps. I researching to see if there are
other developers seeing this same issue.

Your comments today point to an issue that may be of concern to all
developers where older apps may not continue to function. I am going to
search the developer forum for Apple to see if this is a bug or change in
the IOS 8 where apps will display issues.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/
http://www.appsbyvaughnclement.com/tools/home-page/*
On Target Solutions LLC Website: http://www.ontargetsolutions.biz
Email: ontargetsoluti...@yahoo.com
Skype: vaughn.clement

FaceTime: vclem...@gmail.com
Ph. 928-254-9062


On Tue, Oct 14, 2014 at 8:53 AM, Dan Friedman d...@clearvisiontech.com
wrote:

 I have a stack (actually thousands of them) that were created in LiveCode
 (then RevEnterprise) 4.0.0.  They are used in several apps we have
 including an iPad app.  Do to the issues with LC and iOS 8, I need to make
 an update to the iPad app with LC 6.6.4.  I opened my project this morning
 in 6.6.4, and the old stacks are displaying really messed up!  Some
 controls show, others don't.  If you select a control it sometimes then
 appears on the screen.  Weird!  It's messing everything up!  Oddly enough,
 it appears correctly in the iPad Simulator (Simulator Version 8.0)?  Go
 figure?

 I went back to version 4.0.0, and the stack opens perfectly.  It opened
 correctly in LC 6.1.3, but failed in LC 6.5.1 and later.  Anyone know what
 changed?  And, more importantly, is there a way to resurrect these older
 stacks in 6.6.4?

 ANY Advise is welcome!

 -Dan
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: on-rev Client

2014-10-14 Thread Jim Lambert
on-rev client has also stopped working for me when going to Tio.

Jim Lambert

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Old Stacks Acting Strange

2014-10-14 Thread Vaughn Clement
Update on IOS 8 issues

(Update Oct 14, 2014) I have found that IOS 8 is experiencing issues like
the one that I am describing. Other developers are commenting in the
developers forum that the IOS 8 apps are crashing. This should be a bug
that will come to Apples attention shortly from the developers bug reports.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/
http://www.appsbyvaughnclement.com/tools/home-page/*
On Target Solutions LLC Website: http://www.ontargetsolutions.biz
Email: ontargetsoluti...@yahoo.com
Skype: vaughn.clement

FaceTime: vclem...@gmail.com
Ph. 928-254-9062


On Tue, Oct 14, 2014 at 9:02 AM, Vaughn Clement vclem...@gmail.com wrote:

 Good Morning

 Over the last 6 years I have added about 40 apps to iTunes and reduced
 this down to the current 21. All was working correctly until IOS 8 was
 released. It appears that all 21 apps may now be broken! When the app opens
 it immediately shuts down. So far 2 apps were reported with this behavior,
 but I think it might affect all my apps. I researching to see if there are
 other developers seeing this same issue.

 Your comments today point to an issue that may be of concern to all
 developers where older apps may not continue to function. I am going to
 search the developer forum for Apple to see if this is a bug or change in
 the IOS 8 where apps will display issues.

 Thank you

 Vaughn Clement

 Apps by Vaughn Clement (Support)
 *http://www.appsbyvaughnclement.com/tools/home-page/
 http://www.appsbyvaughnclement.com/tools/home-page/*
 On Target Solutions LLC Website: http://www.ontargetsolutions.biz
 Email: ontargetsoluti...@yahoo.com
 Skype: vaughn.clement

 FaceTime: vclem...@gmail.com
 Ph. 928-254-9062


 On Tue, Oct 14, 2014 at 8:53 AM, Dan Friedman d...@clearvisiontech.com
 wrote:

 I have a stack (actually thousands of them) that were created in LiveCode
 (then RevEnterprise) 4.0.0.  They are used in several apps we have
 including an iPad app.  Do to the issues with LC and iOS 8, I need to make
 an update to the iPad app with LC 6.6.4.  I opened my project this morning
 in 6.6.4, and the old stacks are displaying really messed up!  Some
 controls show, others don't.  If you select a control it sometimes then
 appears on the screen.  Weird!  It's messing everything up!  Oddly enough,
 it appears correctly in the iPad Simulator (Simulator Version 8.0)?  Go
 figure?

 I went back to version 4.0.0, and the stack opens perfectly.  It opened
 correctly in LC 6.1.3, but failed in LC 6.5.1 and later.  Anyone know what
 changed?  And, more importantly, is there a way to resurrect these older
 stacks in 6.6.4?

 ANY Advise is welcome!

 -Dan
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Paul Dupuis
There really should be a 'the detailed volumes' (or 'the detailed
drives') variant to the volumes function in LiveCode to do this.


On 10/14/2014 11:55 AM, Bob Sneidar wrote:
 Still works on Mavericks.

 Bob S


 On Oct 14, 2014, at 05:21 , Warren Samples 
 war...@warrensweb.usmailto:war...@warrensweb.us wrote:

 On 10/14/2014 04:55 AM, JB wrote:
 I can get a file size by listing the detailed files and I can
 get a list of all drives and volumes that are mounted by
 using the volumes function.  Is there a way to get the
 size of a drive or volume that is returned by using the
 volumes function?

 John Balgenorth


 If 'volumes' doesn't work, maybe you can try

 get shell(df -h)

 You can try 'put shell(df -h)' in the message box to see if it gives you a 
 result. If the command is still installed in OS X, you'll get information on 
 disc size and usage.

 Warren

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: problem with counting words

2014-10-14 Thread Ralph DiMola
That would be a great enhancement. +1 A collection of delimiters(item list?)
would be needed to even emulate the current word chunk.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Peter Haworth
Sent: Tuesday, October 14, 2014 11:32 AM
To: How to use LiveCode
Subject: Re: problem with counting words

On Tue, Oct 14, 2014 at 12:45 AM, Kay C Lan lan.kc.macm...@gmail.com
wrote:

 If you want something new... a chunk, then the ability to specify it's 
 delimiter as a range of characters that are either single of combined
 *could* be a valid enhancement.


Rather than try to explain the thinking behind delimited by, I'll refer
you to the forum discussion at
http://forums.livecode.com/viewtopic.php?f=6t=21630p=111222hilit=delimite
d+by#p111222
and
enhancement request at http://quality.runrev.com/show_bug.cgi?id=13557.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread dunbarx
It seems to me that not all list members visit the forums (and vice-versa). I 
know there was a thread on this subject a while back. However, I think that 
both are required reading to keep up with current events.


Craig Newman



-Original Message-
From: Ralph DiMola rdim...@evergreeninfo.net
To: 'How to use LiveCode' use-livecode@lists.runrev.com
Sent: Tue, Oct 14, 2014 12:29 pm
Subject: RE: problem with counting words


That would be a great enhancement. +1 A collection of delimiters(item list?)
would be needed to even emulate the current word chunk.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Peter Haworth
Sent: Tuesday, October 14, 2014 11:32 AM
To: How to use LiveCode
Subject: Re: problem with counting words

On Tue, Oct 14, 2014 at 12:45 AM, Kay C Lan lan.kc.macm...@gmail.com
wrote:

 If you want something new... a chunk, then the ability to specify it's 
 delimiter as a range of characters that are either single of combined
 *could* be a valid enhancement.


Rather than try to explain the thinking behind delimited by, I'll refer
you to the forum discussion at
http://forums.livecode.com/viewtopic.php?f=6t=21630p=111222hilit=delimite
d+by#p111222
and
enhancement request at http://quality.runrev.com/show_bug.cgi?id=13557.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LiveCode 6.6.4 RC3

2014-10-14 Thread Mike Kerner
ben,
I seem to be having a problem in rc3 getting projects to do anything - if
the first line in preOpenStack is answer preOpenStack, nothing happens.
I get a black screen like the app is launching, but I don't get past that.
Is the splash screen now mandatory, perhaps?

On Mon, Oct 13, 2014 at 12:32 PM, Benjamin Beaumont b...@runrev.com wrote:

 Dear list members,

 We're please the announce the release of LiveCode 6.6.4 RC3.

 Release Contents

 LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8 Support.
 For full details of the changes please see the release notes.

 Getting the release
 You can get this release by selecting “check for updates” from the help
 menu in LiveCode or download the installers directly at
 http://downloads.livecode.com/livecode/

 Warm regards,

 The LiveCode Team
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Volume Size

2014-10-14 Thread Bob Sneidar
Probably, but since there are any number of things you can do and get with the 
shell() command, creating a live talk command to do them would be a lot of work 
for the sake of convenience.

Bob S


On Oct 14, 2014, at 09:17 , Paul Dupuis 
p...@researchware.commailto:p...@researchware.com wrote:

There really should be a 'the detailed volumes' (or 'the detailed
drives') variant to the volumes function in LiveCode to do this.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Bob Sneidar
That’s been fielded before in a post on this list. Some will only use the 
forum, others only the list. Still others only the digest. It’s a noble goal, 
and doomed to failure. :-)

Bob S


On Oct 14, 2014, at 09:33 , dunb...@aol.com wrote:

 It seems to me that not all list members visit the forums (and vice-versa). I 
 know there was a thread on this subject a while back. However, I think that 
 both are required reading to keep up with current events.
 
 
 Craig Newman


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LiveCode 6.6.4 RC3

2014-10-14 Thread Mike Kerner
Yep, that's it.  No splash screen, app hangs.  Bug report filed: 13669

On Tue, Oct 14, 2014 at 12:43 PM, Mike Kerner mikeker...@roadrunner.com
wrote:

 ben,
 I seem to be having a problem in rc3 getting projects to do anything - if
 the first line in preOpenStack is answer preOpenStack, nothing
 happens.  I get a black screen like the app is launching, but I don't get
 past that.  Is the splash screen now mandatory, perhaps?

 On Mon, Oct 13, 2014 at 12:32 PM, Benjamin Beaumont b...@runrev.com
 wrote:

 Dear list members,

 We're please the announce the release of LiveCode 6.6.4 RC3.

 Release Contents

 LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8 Support.
 For full details of the changes please see the release notes.

 Getting the release
 You can get this release by selecting “check for updates” from the help
 menu in LiveCode or download the installers directly at
 http://downloads.livecode.com/livecode/

 Warm regards,

 The LiveCode Team
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LiveCode 6.6.4 RC3

2014-10-14 Thread Bob Sneidar
Hi Mike. I opened this to see what someone was responding to concerning 
LiveCode 6.6.4 RC3 and got a post about preOpenStack instead! LOL! 

preOpenStack is a tricky beast. Since it’s prior to the stack opening, certain 
things will not be in place, so things won’t function the way you might expect. 
This is especially true with standalones. 

There were some good posts about this, particularly from Jacque in the past. 
Check the archives for details. 

Bob S


On Oct 14, 2014, at 09:43 , Mike Kerner mikeker...@roadrunner.com wrote:

 ben,
 I seem to be having a problem in rc3 getting projects to do anything - if
 the first line in preOpenStack is answer preOpenStack, nothing happens.
 I get a black screen like the app is launching, but I don't get past that.
 Is the splash screen now mandatory, perhaps?
 
 On Mon, Oct 13, 2014 at 12:32 PM, Benjamin Beaumont b...@runrev.com wrote:
 
 Dear list members,
 
 We're please the announce the release of LiveCode 6.6.4 RC3.
 
 Release Contents
 
 LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8 Support.
 For full details of the changes please see the release notes.
 
 Getting the release
 You can get this release by selecting “check for updates” from the help
 menu in LiveCode or download the installers directly at
 http://downloads.livecode.com/livecode/
 
 Warm regards,
 
 The LiveCode Team
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 
 
 -- 
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
   and did a little diving.
 And God said, This is good.
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Peter Haworth
Yeah, I don't think word was considered during the discussion.

Multiple delimiters might be a good idea but it feels like you'd have to
know which delimiter had been encountered.  For example, if you had a
string like this:

a=1,b=2,c=3

and you wanted to unpack it with:

repeat for each item ritem delimited by =,
  doStuff
end repeat

You'd probably need to know which delimiter had been encountered to
distinguish between the left and right sides of the = character.

The main intent behind delimited by was to do away with having to keep
resetting the itemdelimiter, e.g

repeat for each item rItem1 delimited by =
   do stuff with ritem1
   repeat for each item rItem2 delimited by ,
  do stuff with ritem2
   end repeat
end repeat

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html

On Tue, Oct 14, 2014 at 9:31 AM, Ralph DiMola rdim...@evergreeninfo.net
wrote:

 That would be a great enhancement. +1 A collection of delimiters(item
 list?)
 would be needed to even emulate the current word chunk.

 Ralph DiMola
 IT Director
 Evergreen Information Services
 rdim...@evergreeninfo.net

 -Original Message-
 From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
 Behalf
 Of Peter Haworth
 Sent: Tuesday, October 14, 2014 11:32 AM
 To: How to use LiveCode
 Subject: Re: problem with counting words

 On Tue, Oct 14, 2014 at 12:45 AM, Kay C Lan lan.kc.macm...@gmail.com
 wrote:

  If you want something new... a chunk, then the ability to specify it's
  delimiter as a range of characters that are either single of combined
  *could* be a valid enhancement.
 

 Rather than try to explain the thinking behind delimited by, I'll refer
 you to the forum discussion at

 http://forums.livecode.com/viewtopic.php?f=6t=21630p=111222hilit=delimite
 d+by#p111222
 and
 enhancement request at http://quality.runrev.com/show_bug.cgi?id=13557.

 Pete
 lcSQL Software http://www.lcsql.com
 Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
 SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: on-rev Client

2014-10-14 Thread Paul Hibbert
Thanks for the responses, I have sent a report to b...@on-rev.com and will 
report back if I get a response, if anybody else wishes to email them too maybe 
that would help them to understand that this is something we would like fixing.

I think it would be useful if this could be added to the Quality Centre, but 
there are currently no options for On-Rev.

Paul

On Oct 14, 2014, at 6:40 AM, Rick Harrison harri...@all-auctions.com wrote:

 Hi Paul  Matthias,
 
 I can’t get the Secure WebDisk or the On-Rev Client to work on the tio server.
 I am able to login to my account with the c-panel however.  This has been a
 problem for me for a couple of months now, and I had submitted a ticket which
 Dave Williams answered with another question.  I answered his question
 (this was around Sept. 30th) and I still haven’t heard back from him.
 
 Please keep me informed if you make any progress on this.
 
 Thanks,
 
 Rick
 
 On Oct 14, 2014, at 3:23 AM, Matthias Rebbe | M-R-D 
 matthias_livecode_150...@m-r-d.de wrote:
 
 Hi,
 
 
 I have here 3 accounts. They run on Pancake, Tio and Jasmine.
 It works with my Pancake account, but not with the other ones.
 
 Matthias
 Am 14.10.2014 um 09:08 schrieb Ralf Bitter ra...@revigniter.com:
 
 Same here.
 
 Ralf
 
 
 On 14.10.2014, at 06:49, Paul Hibbert paulhibb...@mac.com wrote:
 
 http://newsletters.livecode.com/august/issue177/newsletter2.html
 
 It was reported in the newsletter 177 that the On-Rev Client was working 
 again, I tested it at the time and managed to log on successfully, but now 
 I can't, has anybody else had similar problems?
 
 I can logon to the cPanel OK, so I know my username and password are 
 correct, but the On-Rev Client tells me they are wrong.
 
 I know there's a lot of opposition to this software and it has been a 
 frustrating experience using it then not being able to for so long. I did 
 find it useful at times so I was pleased to see it back again, but has it 
 crapped out again so soon?
 
 I'll file a bug report if it's not just me that's having problems.
 
 Paul
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LiveCode 6.6.4 RC3

2014-10-14 Thread Mike Kerner
Hmm.  This is getting more interesting.  Now it seems that maybe the splash
screen isn't important, but if you have answer dialog in the openStack handler,
or the preOpenStack handler, you get the hang.  If I use put instead, I
get output in the log.

once the card loads, I can use answer, and it seems to work.

On Tue, Oct 14, 2014 at 1:11 PM, Mike Kerner mikeker...@roadrunner.com
wrote:

 Bob,
 The rc3 issue has to do with the presence or absence of a splash screen,
 and nothing more.  Matthias has discovered the same issue, except he thinks
 the problem is more extensive.  I am trying to verify his report, now.

 On Tue, Oct 14, 2014 at 12:56 PM, Bob Sneidar bobsnei...@iotecdigital.com
  wrote:

 Hi Mike. I opened this to see what someone was responding to concerning
 LiveCode 6.6.4 RC3 and got a post about preOpenStack instead! LOL!

 preOpenStack is a tricky beast. Since it’s prior to the stack opening,
 certain things will not be in place, so things won’t function the way you
 might expect. This is especially true with standalones.

 There were some good posts about this, particularly from Jacque in the
 past. Check the archives for details.

 Bob S


 On Oct 14, 2014, at 09:43 , Mike Kerner mikeker...@roadrunner.com
 wrote:

  ben,
  I seem to be having a problem in rc3 getting projects to do anything -
 if
  the first line in preOpenStack is answer preOpenStack, nothing
 happens.
  I get a black screen like the app is launching, but I don't get past
 that.
  Is the splash screen now mandatory, perhaps?
 
  On Mon, Oct 13, 2014 at 12:32 PM, Benjamin Beaumont b...@runrev.com
 wrote:
 
  Dear list members,
 
  We're please the announce the release of LiveCode 6.6.4 RC3.
 
  Release Contents
 
  LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8
 Support.
  For full details of the changes please see the release notes.
 
  Getting the release
  You can get this release by selecting “check for updates” from the help
  menu in LiveCode or download the installers directly at
  http://downloads.livecode.com/livecode/
 
  Warm regards,
 
  The LiveCode Team
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 
 
  --
  On the first day, God created the heavens and the Earth
  On the second day, God created the oceans.
  On the third day, God put the animals on hold for a few hours,
and did a little diving.
  And God said, This is good.
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LiveCode 6.6.4 RC3

2014-10-14 Thread Vaughn Clement
Hi

There is an IOS 8 bug that is also showing up in Xcode that is crashing
apps on startup. It is a know issue and Apple should be addressing it soon.
I was reading the comments on the forum today about this bug. It appears
that there is a memory loading issue that crashes to a blank screen on
opening.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/
http://www.appsbyvaughnclement.com/tools/home-page/*
On Target Solutions LLC Website: http://www.ontargetsolutions.biz
Email: ontargetsoluti...@yahoo.com
Skype: vaughn.clement

FaceTime: vclem...@gmail.com
Ph. 928-254-9062


On Tue, Oct 14, 2014 at 9:43 AM, Mike Kerner mikeker...@roadrunner.com
wrote:

 ben,
 I seem to be having a problem in rc3 getting projects to do anything - if
 the first line in preOpenStack is answer preOpenStack, nothing happens.
 I get a black screen like the app is launching, but I don't get past that.
 Is the splash screen now mandatory, perhaps?

 On Mon, Oct 13, 2014 at 12:32 PM, Benjamin Beaumont b...@runrev.com
 wrote:

  Dear list members,
 
  We're please the announce the release of LiveCode 6.6.4 RC3.
 
  Release Contents
 
  LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8
 Support.
  For full details of the changes please see the release notes.
 
  Getting the release
  You can get this release by selecting “check for updates” from the help
  menu in LiveCode or download the installers directly at
  http://downloads.livecode.com/livecode/
 
  Warm regards,
 
  The LiveCode Team
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode




 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: use-livecode Digest, Vol 133, Issue 10

2014-10-14 Thread Mark Wieder
Colin Holgate coiin@... writes:

 I’m relieved that he only gets the daily digest.

I'm starting to miss getting my daily email from Bernd.
Feels like there's something missing in my life.

-- 
 Mark Wieder
 ahsoftw...@gmail.com




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: use-livecode Digest, Vol 133, Issue 10

2014-10-14 Thread J. Landman Gay

On 10/14/2014, 12:38 PM, Mark Wieder wrote:

Colin Holgate coiin@... writes:


I’m relieved that he only gets the daily digest.


I'm starting to miss getting my daily email from Bernd.
Feels like there's something missing in my life.



Set up a cron job on your server to send you one daily. ;)

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: on-rev Client

2014-10-14 Thread Pierre Sahores
Hi All,

The on-rev client used to be a good intention and tool but, with the time, it 
began to appears to me as an complex alternative to a lots more easy way to go. 
Here is the one i use instead to stay more comfortable with all the lc-server 
development tasks :

1.- web, mobile or desktop client-side apps intended to send http POST (to be 
preferred in about security tasks) or GET requests to lc-server have to be set 
to send them to a « gateway.lc » script of the following format :

 ?lc 
 
 try
 
   start using stack yourappserverstack.livecode
   get yourappserverstackglobalsinitializationprocedure()
   get yourappserverstackglobalsinitializationcontroler()
   
   catch tErr
   try
   
   start using stack  yourappserverstackclone.livecode
   get yourappserverstackglobalsinitializationprocedure()
   get yourappserverstackglobalsinitializationcontroler()
   
   catch tErr
   put Maintenance at work. Thanks to wait some minutes before 
 renewing your response...
   
   end try
   
 end try
 
 ?

Where stack « yourappserverstackclone.livecode is the copy of the main 
server’s stack intended to respond instead of it in one case only : because the 
just updated yourappserverstack.livecode » is, for some seconds, unavailable 
because in the process to be erased/uploaded on the server.

It’s always a good security related measure to choose to install both « 
gateway.lc » script,  « yourappserverstack.livecode » and « 
yourappserverstackclone.livecode » the cgi-bin directory of your app’s domain 
main directory.

...

At this point, all the « hard work » is over ;D

The next step is to open your preferred FTP client app (Transmit or Cyberduck 
on mac, Cyberduck or FileZilla on PC, etc…) and to right-clic « 
yourappserverstack.livecode » to open it in your preferred LC Desktop IDE 
version as long as it is = LC 6.0 (or perhaps 5.02 or 5.5, i can’t remember 
the right back-compatibility to apply there) to avoid legacy file-fomat 
possible troubles at the time you wants to save your server’s stack 
modifications as soon as the job is done.

...

It’s not the first time i expose this way to go and Andre Garcia reported, on 
its own, the same way to go. It just works perfectly for years and, because, 
list archive are not always consulted as they should, i wanted to refresh this 
;D

Best,

Pierre



Le 14 oct. 2014 à 18:05, Jim Lambert j...@netrin.com a écrit :

 on-rev client has also stopped working for me when going to Tio.
 
 Jim Lambert
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: on-rev Client

2014-10-14 Thread Matthias Rebbe | M-R-D

I, for one, will give that a try.

But there is one thing i am really missing. On-Rev client had a really useful 
debug function.
Saved me lot of time back then.

Matthias
 
Am 14.10.2014 um 20:16 schrieb Pierre Sahores s...@sahores-conseil.com:

 Hi All,
 
 The on-rev client used to be a good intention and tool but, with the time, it 
 began to appears to me as an complex alternative to a lots more easy way to 
 go. Here is the one i use instead to stay more comfortable with all the 
 lc-server development tasks :
 
 1.- web, mobile or desktop client-side apps intended to send http POST (to be 
 preferred in about security tasks) or GET requests to lc-server have to be 
 set to send them to a « gateway.lc » script of the following format :
 
 ?lc 
 
 try
 
  start using stack yourappserverstack.livecode
  get yourappserverstackglobalsinitializationprocedure()
  get yourappserverstackglobalsinitializationcontroler()
  
  catch tErr
  try
  
  start using stack  yourappserverstackclone.livecode
  get yourappserverstackglobalsinitializationprocedure()
  get yourappserverstackglobalsinitializationcontroler()
  
  catch tErr
  put Maintenance at work. Thanks to wait some minutes before 
 renewing your response...
  
  end try
  
 end try
 
 ?
 
 Where stack « yourappserverstackclone.livecode is the copy of the main 
 server’s stack intended to respond instead of it in one case only : because 
 the just updated yourappserverstack.livecode » is, for some seconds, 
 unavailable because in the process to be erased/uploaded on the server.
 
 It’s always a good security related measure to choose to install both « 
 gateway.lc » script,  « yourappserverstack.livecode » and « 
 yourappserverstackclone.livecode » the cgi-bin directory of your app’s domain 
 main directory.
 
 ...
 
 At this point, all the « hard work » is over ;D
 
 The next step is to open your preferred FTP client app (Transmit or Cyberduck 
 on mac, Cyberduck or FileZilla on PC, etc…) and to right-clic « 
 yourappserverstack.livecode » to open it in your preferred LC Desktop IDE 
 version as long as it is = LC 6.0 (or perhaps 5.02 or 5.5, i can’t remember 
 the right back-compatibility to apply there) to avoid legacy file-fomat 
 possible troubles at the time you wants to save your server’s stack 
 modifications as soon as the job is done.
 
 ...
 
 It’s not the first time i expose this way to go and Andre Garcia reported, on 
 its own, the same way to go. It just works perfectly for years and, because, 
 list archive are not always consulted as they should, i wanted to refresh 
 this ;D
 
 Best,
 
 Pierre
 
 
 
 Le 14 oct. 2014 à 18:05, Jim Lambert j...@netrin.com a écrit :
 
 on-rev client has also stopped working for me when going to Tio.
 
 Jim Lambert
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 --
 Pierre Sahores
 mobile : 06 03 95 77 70
 www.sahores-conseil.com
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Richard Gaskin

JB wrote:

I can get a file size by listing the detailed files and I can
get a list of all drives and volumes that are mounted by
using the volumes function.  Is there a way to get the
size of a drive or volume that is returned by using the
volumes function?


The diskspace function will return the number of bytes available on the 
volume used by the current directory.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Fwd: on-rev Client

2014-10-14 Thread Pierre Sahores
Hi Mathias,

No more than the ones that you will be able to use from within the standard iDE 
as long as you insert your own trace tags in your server’s stack code, mainly 
as « return it/the result » ones.

To the end, you will see how easy it’s to go and, more than that, if your 
server’s stacks use a MVC design and an SQL back-end for data storage. To the 
end, your server’s stacks are going to become so lightweight that there will no 
be place anymore for bugs ;D

Note 1: on the yearly average time i spend in LC n-tier development tasks, 90% 
of the time is spent in client-side (web, mobile, desktop) modeling/coding and 
10% in about server-side stacks and SQL modeling/coding.

Note 2 : any server’s stack intended to serve web apps will never being best 
build than in using the fantastic Ralf Bitter's Revigniter port of the PHP’s 
CodeIgniter framework.

What else : if i right remember, you use extensively PostgreSQL as your 
preferred SQL back-ends, is’t ? ;D

Best,

Pierre


Début du message réexpédié :

 De: Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de
 Objet: Rép : on-rev Client
 Date: 14 octobre 2014 20:25:06 UTC+2
 À: How to use LiveCode use-livecode@lists.runrev.com
 Répondre à: How to use LiveCode use-livecode@lists.runrev.com
 
 
 I, for one, will give that a try.
 
 But there is one thing i am really missing. On-Rev client had a really useful 
 debug function.
 Saved me lot of time back then.
 
 Matthias
 
 Am 14.10.2014 um 20:16 schrieb Pierre Sahores s...@sahores-conseil.com:
 
 Hi All,
 
 The on-rev client used to be a good intention and tool but, with the time, 
 it began to appears to me as an complex alternative to a lots more easy way 
 to go. Here is the one i use instead to stay more comfortable with all the 
 lc-server development tasks :
 
 1.- web, mobile or desktop client-side apps intended to send http POST (to 
 be preferred in about security tasks) or GET requests to lc-server have to 
 be set to send them to a « gateway.lc » script of the following format :
 
 ?lc 
 
 try
 
 start using stack yourappserverstack.livecode
 get yourappserverstackglobalsinitializationprocedure()
 get yourappserverstackglobalsinitializationcontroler()
 
 catch tErr
 try
 
 start using stack  yourappserverstackclone.livecode
 get yourappserverstackglobalsinitializationprocedure()
 get yourappserverstackglobalsinitializationcontroler()
 
 catch tErr
 put Maintenance at work. Thanks to wait some minutes before 
 renewing your response...
 
 end try
 
 end try
 
 ?
 
 Where stack « yourappserverstackclone.livecode is the copy of the main 
 server’s stack intended to respond instead of it in one case only : because 
 the just updated yourappserverstack.livecode » is, for some seconds, 
 unavailable because in the process to be erased/uploaded on the server.
 
 It’s always a good security related measure to choose to install both « 
 gateway.lc » script,  « yourappserverstack.livecode » and « 
 yourappserverstackclone.livecode » the cgi-bin directory of your app’s 
 domain main directory.
 
 ...
 
 At this point, all the « hard work » is over ;D
 
 The next step is to open your preferred FTP client app (Transmit or 
 Cyberduck on mac, Cyberduck or FileZilla on PC, etc…) and to right-clic « 
 yourappserverstack.livecode » to open it in your preferred LC Desktop IDE 
 version as long as it is = LC 6.0 (or perhaps 5.02 or 5.5, i can’t remember 
 the right back-compatibility to apply there) to avoid legacy file-fomat 
 possible troubles at the time you wants to save your server’s stack 
 modifications as soon as the job is done.
 
 ...
 
 It’s not the first time i expose this way to go and Andre Garcia reported, 
 on its own, the same way to go. It just works perfectly for years and, 
 because, list archive are not always consulted as they should, i wanted to 
 refresh this ;D
 
 Best,
 
 Pierre
 
 
 
 Le 14 oct. 2014 à 18:05, Jim Lambert j...@netrin.com a écrit :
 
 on-rev client has also stopped working for me when going to Tio.
 
 Jim Lambert
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 --
 Pierre Sahores
 mobile : 06 03 95 77 70
 www.sahores-conseil.com
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

--

Re: problem with counting words

2014-10-14 Thread dunbarx
Richard.


Right, and I am sure you know this, but it was never particularly a speed 
issue,rather  more a mental and organizational one, that would be even more 
opaque if you had, say a handful of nested delimiters instead of just two.


Craig



-Original Message-
From: Richard Gaskin ambassa...@fourthworld.com
To: use-livecode use-livecode@lists.runrev.com
Sent: Tue, Oct 14, 2014 3:46 pm
Subject: Re: problem with counting words


FWIW, changing the itemdel takes only about 0.00012 ms on a relatively 
slow (2.16GHz) Mac, and about a third as long (0.43 ms) on my custom 
Linux box (3.0 GHz).

on mouseup
put 10 into n
--
put the millisecs into t
repeat n
   get 1+1
end repeat
put the millisecs - t into t1
--
put the millisecs into t
repeat n
   get 1+1
   set the itemdel to #
end repeat
put the millisecs - t into t2
--
put (t2-t1)/n
end mouseup


If that would be fast enough for your needs, you could write a function 
that takes any number of item number/delimiter pairs as arguments, 
following the data itself:

on mouseUp
put 1000 into n
put aaa,bbb,ccc#ddd#eee#fff,ggg,hhh into tSomeData
--
put the millisecs into t
repeat n
   get nDepth(tSomeData, 3, comma, 2, # )
end repeat
put the millisecs - t into t1
put t1/n cr it
end mouseUp

function nDepth
get param(1)
repeat with i = 2 to paramCount() step 2
   set the itemDel to param(i+1)
   get item param(i) of it
end repeat
return it
end nDepth


On my old Mac that takes only about 0.005 ms per call.

-- 
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web
  
  ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


enhancement request

2014-10-14 Thread larry
Hello,
I've had this situation before and had it again today, which cost me a couple 
of hours.

I dragged a new scrolling field onto my stack and named it myInput.  I hit 
Ctrl C and Ctrl V to copy it.  I dragged the new field to a new position and 
named it myOutput.

Somehow (I'm not sure how) I ended up with 2 fields named myInput one right 
over the top of the other one.

Then I put some text into the top myInput (not realizing there was a bottom 
one) and tried to do some stuff.  What was happening, is that LC was looking at 
the bottom (1st) field myInput and there was no text in that one.

So, of course, I got very strange behavior and used up a good portion of my 
rock collection.


Here is what I wish for: (and I do not know how to officially make the request, 
and this is where someone can help)

If I am so ignorant or unattentive ?  to make such a blunder, it would be 
really wonderful for LC to pop up a warning saying something like, Hey Larry! 
Wake Up!  You already have a field named myInput!!!

Know what I mean?

Thanks,
Larry
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
That sounds like a synonym for NSA.

John Balgenorth


On Oct 14, 2014, at 4:39 AM, Richmond richmondmathew...@gmail.com wrote:

 On 14/10/14 13:51, JB wrote:
 Well the question is how do I use a script to
 get the size of a mounted volume?  I should
 have mentioned I am on a Mac.  Will using
 NBG somehow get the volume size?
 
 John Balgenorth
 
 
 Ha, Ha, Ha! NBG stands for 'No Bloody Good'.
 
 Richmond.
 
 
 On Oct 14, 2014, at 3:27 AM, Richmond richmondmathew...@gmail.com wrote:
 
 On 14/10/14 12:55, JB wrote:
 I can get a file size by listing the detailed files and I can
 get a list of all drives and volumes that are mounted by
 using the volumes function.  Is there a way to get the
 size of a drive or volume that is returned by using the
 volumes function?
 
 John Balgenorth
 
 
 AND volumes is NBG in Linux . . .
 
 So?
 
 Richmond.
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
Thanks for the info, Warren.

The problem with me using that solution is in your answer.
You wrote,

If the command is still installed in OS X

And that is the issue with using shell commands in software
you intend to market.  For your own personal use if it works
then that is great but the shell command might not always
be there and then a program that was using it will fail.

But I do appreciate the info for my personal use as well.

thanks again!

John Balgenorth


On Oct 14, 2014, at 5:21 AM, Warren Samples war...@warrensweb.us wrote:

 If the command is still installed in OS X

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Richard Gaskin

dunbarx wrote:


Right, and I am sure you know this, but it was never particularly a speed
issue,rather  more a mental and organizational one, that would be even
more opaque if you had, say a handful of nested delimiters instead of just
two.


The speed info I provided wasn't to show that it's fast, but merely that 
it's not too slow to be used right now.


I'll bet with v8's Open Language there would be a way to expand the 
syntax to make it more xTalk-like, but if anyone here actually needs to 
work on data with n-depth items this function seems to work well enough 
to get the job done.




-Original Message-

...

If that would be fast enough for your needs, you could write a function
that takes any number of item number/delimiter pairs as arguments,
following the data itself:

on mouseUp
put 1000 into n
put aaa,bbb,ccc#ddd#eee#fff,ggg,hhh into tSomeData
--
put the millisecs into t
repeat n
   get nDepth(tSomeData, 3, comma, 2, # )
end repeat
put the millisecs - t into t1
put t1/n cr it
end mouseUp

function nDepth
get param(1)
repeat with i = 2 to paramCount() step 2
   set the itemDel to param(i+1)
   get item param(i) of it
end repeat
return it
end nDepth



--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
I agree and that is why I even mentioned detailed files.  Isn.t
everything just a file anyway?

John Balgenorth


On Oct 14, 2014, at 9:17 AM, Paul Dupuis p...@researchware.com wrote:

 There really should be a 'the detailed volumes' (or 'the detailed
 drives') variant to the volumes function in LiveCode to do this.
 
 
 On 10/14/2014 11:55 AM, Bob Sneidar wrote:
 Still works on Mavericks.
 
 Bob S
 
 
 On Oct 14, 2014, at 05:21 , Warren Samples 
 war...@warrensweb.usmailto:war...@warrensweb.us wrote:
 
 On 10/14/2014 04:55 AM, JB wrote:
 I can get a file size by listing the detailed files and I can
 get a list of all drives and volumes that are mounted by
 using the volumes function.  Is there a way to get the
 size of a drive or volume that is returned by using the
 volumes function?
 
 John Balgenorth
 
 
 If 'volumes' doesn't work, maybe you can try
 
 get shell(df -h)
 
 You can try 'put shell(df -h)' in the message box to see if it gives you a 
 result. If the command is still installed in OS X, you'll get information on 
 disc size and usage.
 
 Warren
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
Thanks, Richard.

I didn’t know about the diskspace function and it is something
that I will need to be using.  But I need to know the total size
of the volume and then I can use the diskspace function and
find out the total bytes that have been used on the volume.

John Balgenorth


On Oct 14, 2014, at 11:39 AM, Richard Gaskin ambassa...@fourthworld.com wrote:

 JB wrote:
 I can get a file size by listing the detailed files and I can
 get a list of all drives and volumes that are mounted by
 using the volumes function.  Is there a way to get the
 size of a drive or volume that is returned by using the
 volumes function?
 
 The diskspace function will return the number of bytes available on the 
 volume used by the current directory.
 
 -- 
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread dunbarx
Larry.


Sure you didn't hit paste twice? Anyway. LC would see the field with the 
lowest layer number as the one to reference, if, say, you put something into 
fld myInput. This, of course, is the field at the bottom.


As for a warning that you already have one of that name, there are instances 
where that sort of naming is desired, and we would then have others writing for 
an enhancement that eliminated that annoying warning.


I say, Live it, or live with it


Craig



-Original Message-
From: larry la...@significantplanet.org
To: use-livecode use-livecode@lists.runrev.com
Sent: Tue, Oct 14, 2014 4:17 pm
Subject: enhancement request


Hello,
I've had this situation before and had it again today, which cost me a couple 
of 
hours.

I dragged a new scrolling field onto my stack and named it myInput.  I hit 
Ctrl C and Ctrl V to copy it.  I dragged the new field to a new position and 
named it myOutput.

Somehow (I'm not sure how) I ended up with 2 fields named myInput one right 
over the top of the other one.

Then I put some text into the top myInput (not realizing there was a bottom 
one) 
and tried to do some stuff.  What was happening, is that LC was looking at the 
bottom (1st) field myInput and there was no text in that one.

So, of course, I got very strange behavior and used up a good portion of my 
rock 
collection.


Here is what I wish for: (and I do not know how to officially make the request, 
and this is where someone can help)

If I am so ignorant or unattentive ?  to make such a blunder, it would be 
really wonderful for LC to pop up a warning saying something like, Hey Larry! 
Wake Up!  You already have a field named myInput!!!

Know what I mean?

Thanks,
Larry
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread J. Landman Gay
Agree, I think the feature is more desirable than not.  I frequently name all 
label fields the same so I can loop over all the controls and skip any named 
lbl. 

On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
As for a warning that you already have one of that name, there are
instances where that sort of naming is desired, and we would then have
others writing for an enhancement that eliminated that annoying warning.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: License Info

2014-10-14 Thread Mark Schonewille

Hi Peter,

put the revLicenseInfo

Unfortunately, you probably won't see my answer because you have to 
white list my e-mail address or IP. Perhaps someone can repost this.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 10/14/2014 21:30, Peter Haworth wrote:

I remember seeing a thread a while back about an undocumented function that
returned information about the type of Livecode license installed.

I don't mean revLicenseType(), that only returns Commercial,
Enterprise, Community, etc  The one I'm thinking of returns the license
type, the license holder's name and I think the platforms licensed on.

I searched Nabble but couldn't find it so anyone know what it is?



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread JB
I like to reference my fields and buttons by id number
and then I don’t need to worry about it.

John Balgenorth


On Oct 14, 2014, at 2:15 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 Agree, I think the feature is more desirable than not.  I frequently name all 
 label fields the same so I can loop over all the controls and skip any named 
 lbl. 
 
 On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
 As for a warning that you already have one of that name, there are
 instances where that sort of naming is desired, and we would then have
 others writing for an enhancement that eliminated that annoying warning.
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Peter Haworth
Going back to the original problem, it might be useful to offset a pasted
control by a few pixels to the right and lower to make it more obvious it's
there.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html

On Tue, Oct 14, 2014 at 2:15 PM, J. Landman Gay jac...@hyperactivesw.com
wrote:

 Agree, I think the feature is more desirable than not.  I frequently name
 all label fields the same so I can loop over all the controls and skip any
 named lbl.

 On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
 As for a warning that you already have one of that name, there are
 instances where that sort of naming is desired, and we would then have
 others writing for an enhancement that eliminated that annoying warning.

 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Jerry Jensen
If you use Option-drag to make a copy, you can for sure see that there are two.
.Jerry

On Oct 14, 2014, at 3:26 PM, Peter Haworth p...@lcsql.com wrote:

 Going back to the original problem, it might be useful to offset a pasted
 control by a few pixels to the right and lower to make it more obvious it's
 there.
 
 Pete
 lcSQL Software http://www.lcsql.com
 Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
 SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
 
 On Tue, Oct 14, 2014 at 2:15 PM, J. Landman Gay jac...@hyperactivesw.com
 wrote:
 
 Agree, I think the feature is more desirable than not.  I frequently name
 all label fields the same so I can loop over all the controls and skip any
 named lbl.
 
 On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
 As for a warning that you already have one of that name, there are
 instances where that sort of naming is desired, and we would then have
 others writing for an enhancement that eliminated that annoying warning.
 
 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread JB
That is an excellent idea and would solve
the problem for him.  It is nice to visually
see something has changed.  Sometimes
your keyboard does not catch the paste
command and then when you drag the
supposed pasted field to a new location
you mess up the location of the original
field.

John Balgenorth


On Oct 14, 2014, at 3:26 PM, Peter Haworth p...@lcsql.com wrote:

 Going back to the original problem, it might be useful to offset a pasted
 control by a few pixels to the right and lower to make it more obvious it's
 there.
 
 Pete
 lcSQL Software http://www.lcsql.com
 Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
 SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
 
 On Tue, Oct 14, 2014 at 2:15 PM, J. Landman Gay jac...@hyperactivesw.com
 wrote:
 
 Agree, I think the feature is more desirable than not.  I frequently name
 all label fields the same so I can loop over all the controls and skip any
 named lbl.
 
 On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
 As for a warning that you already have one of that name, there are
 instances where that sort of naming is desired, and we would then have
 others writing for an enhancement that eliminated that annoying warning.
 
 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Jerry Jensen
And now I remember how I got into the same predicament a long time ago: I 
option-dragged and then thought oops, I didn't want to do that and tried to 
undo my action by carefully putting the new one exactly over the original. 
WRONG MOVE JENSEN!

On Oct 14, 2014, at 3:35 PM, Jerry Jensen j...@jhj.com wrote:

 If you use Option-drag to make a copy, you can for sure see that there are 
 two.
 .Jerry
 
 On Oct 14, 2014, at 3:26 PM, Peter Haworth p...@lcsql.com wrote:
 
 Going back to the original problem, it might be useful to offset a pasted
 control by a few pixels to the right and lower to make it more obvious it's
 there.
 
 Pete
 lcSQL Software http://www.lcsql.com
 Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
 SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
 
 On Tue, Oct 14, 2014 at 2:15 PM, J. Landman Gay jac...@hyperactivesw.com
 wrote:
 
 Agree, I think the feature is more desirable than not.  I frequently name
 all label fields the same so I can loop over all the controls and skip any
 named lbl.
 
 On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
 As for a warning that you already have one of that name, there are
 instances where that sort of naming is desired, and we would then have
 others writing for an enhancement that eliminated that annoying warning.
 
 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread J. Landman Gay

On 10/14/2014, 5:26 PM, Peter Haworth wrote:

Going back to the original problem, it might be useful to offset a pasted
control by a few pixels to the right and lower to make it more obvious it's
there.


Or just keep the app browser or the project browser open, where it would 
be easy to spot.


I rely on exact pasting positions when duplicating a card object to a 
different card or across stacks. LC's duplicate menu item does offset 
the duplicates.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LiveCode 6.6.4 RC3

2014-10-14 Thread Bob Sneidar
That was one of the preOpenStack oddities I was talking about. Someone else had 
an issue stemming from this same thing. I just cannot remember what it was. My 
IT brain is like an open drain. Stuff swirls around for a bit then it’s gone.

Bob S


On Oct 14, 2014, at 10:30 , Mike Kerner 
mikeker...@roadrunner.commailto:mikeker...@roadrunner.com wrote:

Hmm.  This is getting more interesting.  Now it seems that maybe the splash
screen isn't important, but if you have answer dialog in the openStack handler,
or the preOpenStack handler, you get the hang.  If I use put instead, I
get output in the log.

once the card loads, I can use answer, and it seems to work.

On Tue, Oct 14, 2014 at 1:11 PM, Mike Kerner 
mikeker...@roadrunner.commailto:mikeker...@roadrunner.com
wrote:

Bob,
The rc3 issue has to do with the presence or absence of a splash screen,
and nothing more.  Matthias has discovered the same issue, except he thinks
the problem is more extensive.  I am trying to verify his report, now.

On Tue, Oct 14, 2014 at 12:56 PM, Bob Sneidar 
bobsnei...@iotecdigital.commailto:bobsnei...@iotecdigital.com
wrote:

Hi Mike. I opened this to see what someone was responding to concerning
LiveCode 6.6.4 RC3 and got a post about preOpenStack instead! LOL!

preOpenStack is a tricky beast. Since it’s prior to the stack opening,
certain things will not be in place, so things won’t function the way you
might expect. This is especially true with standalones.

There were some good posts about this, particularly from Jacque in the
past. Check the archives for details.

Bob S


On Oct 14, 2014, at 09:43 , Mike Kerner 
mikeker...@roadrunner.commailto:mikeker...@roadrunner.com
wrote:

ben,
I seem to be having a problem in rc3 getting projects to do anything -
if
the first line in preOpenStack is answer preOpenStack, nothing
happens.
I get a black screen like the app is launching, but I don't get past
that.
Is the splash screen now mandatory, perhaps?

On Mon, Oct 13, 2014 at 12:32 PM, Benjamin Beaumont 
b...@runrev.commailto:b...@runrev.com
wrote:

Dear list members,

We're please the announce the release of LiveCode 6.6.4 RC3.

Release Contents

LiveCode 6.6.4 RC3 primarily addresses bugs associated with iOS 8
Support.
For full details of the changes please see the release notes.

Getting the release
You can get this release by selecting “check for updates” from the help
menu in LiveCode or download the installers directly at
http://downloads.livecode.com/livecode/

Warm regards,

The LiveCode Team
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
 and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.commailto:use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.commailto:use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
  and did a little diving.
And God said, This is good.




--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
  and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.commailto:use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: problem with counting words

2014-10-14 Thread Bob Sneidar
Thanks Richard. Yet one more snippet of code in my utility button. That didn’t 
sound weird, did it? ;-)

Bob S


On Oct 14, 2014, at 12:45 , Richard Gaskin 
ambassa...@fourthworld.commailto:ambassa...@fourthworld.com wrote:

FWIW, changing the itemdel takes only about 0.00012 ms on a relatively slow 
(2.16GHz) Mac, and about a third as long (0.43 ms) on my custom Linux box 
(3.0 GHz).

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Bob Sneidar
Either the option key is stuck, or else the engine thinks it’s down. Sounds 
like you are cloning the second copy. 

Bob S


On Oct 14, 2014, at 13:16 , la...@significantplanet.org wrote:

 Hello,
 I've had this situation before and had it again today, which cost me a couple 
 of hours.
 
 I dragged a new scrolling field onto my stack and named it myInput.  I hit 
 Ctrl C and Ctrl V to copy it.  I dragged the new field to a new position and 
 named it myOutput.
 
 Somehow (I'm not sure how) I ended up with 2 fields named myInput one right 
 over the top of the other one.
 
 Then I put some text into the top myInput (not realizing there was a bottom 
 one) and tried to do some stuff.  What was happening, is that LC was looking 
 at the bottom (1st) field myInput and there was no text in that one.
 
 So, of course, I got very strange behavior and used up a good portion of my 
 rock collection.
 
 
 Here is what I wish for: (and I do not know how to officially make the 
 request, and this is where someone can help)
 
 If I am so ignorant or unattentive ?  to make such a blunder, it would be 
 really wonderful for LC to pop up a warning saying something like, Hey 
 Larry! Wake Up!  You already have a field named myInput!!!
 
 Know what I mean?
 
 Thanks,
 Larry
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Bob Sneidar
I actually use naming to discern which fields display input from a SQL 
database. Every field that begins with “fld” is associated with a column in a 
table i.e. fldCustomerName is associated with the column customername. 

Bob S


On Oct 14, 2014, at 14:15 , J. Landman Gay jac...@hyperactivesw.com wrote:

 Agree, I think the feature is more desirable than not.  I frequently name all 
 label fields the same so I can loop over all the controls and skip any named 
 lbl. 
 
 On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
 As for a warning that you already have one of that name, there are
 instances where that sort of naming is desired, and we would then have
 others writing for an enhancement that eliminated that annoying warning.
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


PDF Results Not As Expected

2014-10-14 Thread Dan Friedman
When creating a pdf of a card, I am getting results that don't match the 
screen.  See if for yourself... make a new stack, and put this in a button:

on mouseUp
  --remove old buttons
  repeat with i = 1 to 4
if there is a btn (button  i) then
  delete btn (button  i)
end if
  end repeat
  
  --set props
  set the threeD of the templateButton to false
  set the borderWidth of the templateButton to 1
  
  --create new button
  new button button1
  set the bottomRight of btn button1 to the loc of this card
  new button button2
  set the bottomLeft of btn button2 to the right of btn button1 - 1,the 
bottom of btn button1
  new button button3
  set the topLeft of btn button3 to the left of btn button1,the bottom of 
btn button1 - 1
  new button button4
  set the bottomLeft of btn button4 to the right of btn button3 - 1,the 
bottom of btn button3
  
  --make the pdf
  put specialFolderPath(Documents)  /printTemp.pdf into tPDFFile
  open printing to pdf tPDFFile
  print this card
  close printing
  
end mouseUp

Click the button.  You'll see that the buttons line up to form a 4x4 group all 
as 1 px lines as the buttons overlap each other.  But, the generated PDF is not 
the same.  It shows the lines side by side.  Is there some setting I am missing?

LiveCode 6.6.4 rc2
Mac OSX 10.9.5
Same results on iOS 8

Any thoughts?

Thank you!!

-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: PDF Results Not As Expected

2014-10-14 Thread Ralph DiMola
Make sure its not the reader. Try zooming in and out and see if things change. 
PDFs are not pixel accurate due to rounding and precision errors. 


Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net



div Original message /divdivFrom: Dan Friedman 
d...@clearvisiontech.com /divdivDate:10/14/2014  19:55  (GMT-05:00) 
/divdivTo: use-livecode@lists.runrev.com /divdivSubject: PDF Results 
Not As Expected /divdiv
/divWhen creating a pdf of a card, I am getting results that don't match the 
screen.  See if for yourself... make a new stack, and put this in a button:

on mouseUp
  --remove old buttons
  repeat with i = 1 to 4
if there is a btn (button  i) then
  delete btn (button  i)
end if
  end repeat
  
  --set props
  set the threeD of the templateButton to false
  set the borderWidth of the templateButton to 1
  
  --create new button
  new button button1
  set the bottomRight of btn button1 to the loc of this card
  new button button2
  set the bottomLeft of btn button2 to the right of btn button1 - 1,the 
bottom of btn button1
  new button button3
  set the topLeft of btn button3 to the left of btn button1,the bottom of 
btn button1 - 1
  new button button4
  set the bottomLeft of btn button4 to the right of btn button3 - 1,the 
bottom of btn button3
  
  --make the pdf
  put specialFolderPath(Documents)  /printTemp.pdf into tPDFFile
  open printing to pdf tPDFFile
  print this card
  close printing
  
end mouseUp

Click the button.  You'll see that the buttons line up to form a 4x4 group all 
as 1 px lines as the buttons overlap each other.  But, the generated PDF is not 
the same.  It shows the lines side by side.  Is there some setting I am missing?

LiveCode 6.6.4 rc2
Mac OSX 10.9.5
Same results on iOS 8

Any thoughts?

Thank you!!

-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Teaching LiveCode to Children

2014-10-14 Thread Alejandro Tejada
Hi Terica,


Terica Lynn Swangin wrote
 [snip]
 To be eligible for round 2 of the grant process we need at least 250
 people to vote for us. I would really appreciate it if you could please
 show your support and vote. We only have 11 days left to qualify.
 [snip]
 I wholeheartedly believe that teaching LiveCode to these children will
 creatively and effectively help them develop a new way to think and
 thrive. 250 votes could give us the chance to change lives and futures. We
 need the votes by 11:59:00 p.m. ET on October 17th, 2014.

Congratulations! Pedinatural made it. 
I visited the webpage and there are 285 votes. :D

https://www.missionmainstreetgrants.com/business/detail/63345

Al



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Teaching-LiveCode-to-Children-tp4684218p4684591.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Vector stroke gradient subtle rendering bug

2014-10-14 Thread Alejandro Tejada
Please check and comment about this bug report:
http://quality.runrev.com/show_bug.cgi?id=13672

Recently, while importing some SVG files with gradients (created using
Inkscape), I found a bug while rendering gradients in vector graphics.
The same code produce two opposite, incomplete and incorrect results
on LiveCode 6.1.2 and LiveCode 6.5 (or later).


I used an Alpha version of the stack SVGL plus Gradients to import
two small SVG files, included within linked zip file. Please notice:
this Alpha version is incomplete and just must be used to test this
very specific vector gradient bug.

Text from attached stack. (Stack also includes images and vector graphics):

(CARD 1)
To the Left, a vector graphic imported into Livecode from a file named
gradient05.svg using LiveCode 6.1.2 on Ubuntu Linux.
To the Right, a png bitmap screenshot  of the same file
gradient05.svg opened in Google Chrome.
Notice: Stroke Gradient renders correctly, but Fill Gradient renders
in the wrong place.
Click the button Go next Card to watch how LiveCode 6.5 and later
renders the same file.


(CARD 2)
To the Left, a vector graphic imported into Livecode from a file named
gradient05.svg using LiveCode 6.6.2 on Ubuntu Linux.
To the Right, a png bitmap screenshot  of the same file
gradient05.svg opened in Google Chrome.
Notice, Fill Gradient now renders correctly, while Stroke Gradient
renders in the wrong place.


Check the attached zip file that includes two LiveCode stacks and two
small SVG files (created with InkScape).

Inside the zipped file, there are two simple SVG files  that you could
import into LiveCode 6.1.2 and LiveCode 6.5 or later (including
version 7) to compare the differences.

It's a VERY subtle rendering bug, but effectively will cause many
headaches if you are trying to import SVG files with gradients. I have
included (among the linked files) an Alpha version of the original
SVGL stack with code to import ONLY Inkscape gradients.

Download too, from Google Drive:
https://drive.google.com/file/d/0B9ja3Yvw8cHLVU5MTzRjY1lwcGM/edit?usp=sharing

Al

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Peter Haworth
Thanks Jerry, didn't know about that, very useful

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html

On Tue, Oct 14, 2014 at 3:35 PM, Jerry Jensen j...@jhj.com wrote:

 If you use Option-drag to make a copy, you can for sure see that there are
 two.
 .Jerry

 On Oct 14, 2014, at 3:26 PM, Peter Haworth p...@lcsql.com wrote:

  Going back to the original problem, it might be useful to offset a pasted
  control by a few pixels to the right and lower to make it more obvious
 it's
  there.
 
  Pete
  lcSQL Software http://www.lcsql.com
  Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
  SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
 
  On Tue, Oct 14, 2014 at 2:15 PM, J. Landman Gay 
 jac...@hyperactivesw.com
  wrote:
 
  Agree, I think the feature is more desirable than not.  I frequently
 name
  all label fields the same so I can loop over all the controls and skip
 any
  named lbl.
 
  On October 14, 2014 4:05:49 PM CDT, dunb...@aol.com wrote:
  As for a warning that you already have one of that name, there are
  instances where that sort of naming is desired, and we would then have
  others writing for an enhancement that eliminated that annoying
 warning.
 
  --
  Jacqueline Landman Gay | jac...@hyperactivesw.com
  HyperActive Software   | http://www.hyperactivesw.com
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: enhancement request

2014-10-14 Thread Peter Haworth
On Tue, Oct 14, 2014 at 3:55 PM, J. Landman Gay jac...@hyperactivesw.com
wrote:

 I rely on exact pasting positions when duplicating a card object to a
 different card or across stacks. LC's duplicate menu item does offset the
 duplicates.


And thanks Jacque,.  I knew about that but had forgotten about it.  When
trying to find it, I always looked on the Object menu but I see it's on the
Edit menu, along with Replicate.  Seems like it really belongs on the
Object menu but I'll remember where it is from now on.

Pete
lcSQL Software http://www.lcsql.com
Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and
SQLiteAdmin http://www.lcsql.com/sqliteadmin.html
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
The dictionary states,

This function always returns empty on Unix systems.

So, is Linux a Unix OS?

John Balgenorth


On Oct 14, 2014, at 4:39 AM, Richmond richmondmathew...@gmail.com wrote:
 
 AND volumes is NBG in Linux . . .
 
 So?
 
 Richmond.
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Warren Samples

On 10/14/2014 10:37 PM, JB wrote:

The dictionary states,

This function always returns empty on Unix systems.

So, is Linux a Unix OS?




For LiveCode purposes, yes. The dictionary does indicated, by omission 
of the penguin icon, that 'volumes()' is not supported under Linux. I 
find the 'diskSize()' returns an unexpected and useless result here 
under openSUSE, despite the dictionary's indication that it is supported 
under Linux. In Linux you should be able to use shell(df).


Warren

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread JB
Thanks, Warren!

John Balgenorth


On Oct 14, 2014, at 9:30 PM, Warren Samples war...@warrensweb.us wrote:

 On 10/14/2014 10:37 PM, JB wrote:
 The dictionary states,
 
 This function always returns empty on Unix systems.
 
 So, is Linux a Unix OS?
 
 
 
 For LiveCode purposes, yes. The dictionary does indicated, by omission of the 
 penguin icon, that 'volumes()' is not supported under Linux. I find the 
 'diskSize()' returns an unexpected and useless result here under openSUSE, 
 despite the dictionary's indication that it is supported under Linux. In 
 Linux you should be able to use shell(df).
 
 Warren
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Volume Size

2014-10-14 Thread Richard Gaskin

Warren Samples wrote:
 The dictionary does indicated, by omission of the penguin icon,
 that 'volumes()' is not supported under Linux.

Seems a silly omission, so I just submitted a request for that:
http://quality.runrev.com/show_bug.cgi?id=13673


 I find the 'diskSize()' returns an unexpected and useless result
 here under openSUSE, despite the dictionary's indication that it
 is supported under Linux.

That would be a bug - confirmed here, so I just submitted a report 
against it; feel free to any additional info you feel may be useful:

http://quality.runrev.com/show_bug.cgi?id=13674


 In Linux you should be able to use shell(df).

We can, but we shouldn't have to for things that are well supported on 
other platforms.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for Desktop, Mobile, and Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode