Re: File uploading to on-rev.com account with revIgniter

2013-07-18 Thread Ralf Bitter

Hi Dave,

did a test on odin and the upload worked as expected.
On which server is your revIgniter installation?
Can you tell which version of ImageMagick is installed?

By the way, I just found a typo in the User Guide:

put 1024 into tConfig[MaxWidht]

But the sample script should work anyway.


Ralf


On 18.07.2013, at 09:12, Dave Kilroy d...@businessplaninsight.com wrote:

 Hello all, I'm hoping someone can help out with file uploading... 
 
 I'm trying to use the File Uploading Library in revIgniter and have gone 
 through the sample exercise in Ralf's userguide 
 (http://revigniter.com/userGuide/libraries/file_uploading.html). 
 
 If I look on the server I can see that a file actually does get uploaded but 
 the form chokes part-way and never reaches the uploadSuccessView view. 
 
 rigUploadData() never gives a value for image height and gives an error 
 message for image width (see below). Actually, when calling the Upload 
 library I can't use any value except zero (unlimited) for image max width and 
 max height. 
 
 ImageSizeStr: height= width=identify: error while loading shared 
 libraries: libc.so.6: failed to map segment from shared object: Cannot 
 allocate memory  
 
 It's version 1.6.3 of revIgniter, I'm using textMate and Trasmit on a MBP 
 running Lion, testing with Firefox  Safari 
 
 Anyone got idea what is going on? 
 
 Dave


___
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: File uploading to on-rev.com account with revIgniter

2013-07-18 Thread Matthias Rebbe
Martin,

i am not sure if this will help when uploading to a livecodeserver script,

but you can use your own settings by using a php.ini
maybe adding the following lines to the php.ini in your root folder

post_max_size = 80M
upload_max_filesize = 80M
for example would allow the upload/posting of files up to 80M


To use your own php.ini you have to add the following to your 
.htaccess file in the root folder.

suPHP_ConfigPath /home/matthias/public_html 
Files php.ini 
order allow,deny 
deny from all 
/Files


Regards,

Matthias


Am 18.07.2013 um 15:17 schrieb Martin Koob mk...@rogers.com:


 One issue may be the size of the file you are uploading.
 
 In the past I tested  uploading via post to on-rev and have found the limit
 is
 about 10.1 MB.  I was using movie files of various sizes and the largest I
 could successfully upload was 10.1 MB.  If I tried one of 10.2 Mb it would
 write a Quicktime file that had no data in it, it was  0 MB file.  If I
 tried to open it Quicktime gave a 'This is not a movie file' error.
 
 I think this is a limit of on-rev hosting. 
 
 Martin Koob
 
 
 
 
 --
 View this message in context: 
 http://runtime-revolution.278305.n4.nabble.com/File-uploading-to-on-rev-com-account-with-revIgniter-tp4667710p4667714.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


___
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


ios7 (beta) and push

2013-07-18 Thread Mike Kerner
Has anybody else noticed that their apps don't seem to get push
notifications in ios7?  On all my 6 devices, my LC apps get their
notifications and their badges set.  On 7, LC app badges don't get set and
they don't get notifications.

-- 
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: Convert date to seconds

2013-07-18 Thread Thomas McGrath III
That's weird. I still get the 16th. Can anyone else confirm the 15th? (not 
doubting you Dar)

I might have to change this then…

Tom

-- Tom McGrath III
http://lazyriver.on-rev.com
mcgra...@mac.com

On Jul 18, 2013, at 12:39 AM, Dar Scott d...@swcp.com wrote:

 
 On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote:
 
 I am converting the short date (08/16/13) to seconds and I get 1376625600
 
 When I converted it back earlier today, I got the 15th.  I guess there is a 
 problem related to timezones or something.  
 
 Consider NAMEmmdd.  It is easy to parse.  It lists in order.  It is 
 somewhat readable.  It is two characters shorter.  
 
 Dar
 
 ___
 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: File uploading to on-rev.com account with revIgniter

2013-07-18 Thread Ralf Bitter

On 18.07.2013, at 15:47, Dave Kilroy d...@applicationinsight.com wrote:

 But how do you install it? I've had a good poke around www.imagemagick.org 
 and used Google a lot - and it looks like to install with cPanel I'll need to 
 use shell (if I understand correctly) which I don't have access to - so I'm 
 wondering if I have to ask someone from RunRev to install it on my account?


I would recommend to send a request to support.

 
 And once it's installed how do I load and call it from within revIgniter? Or 
 will it 'just work' in the background without needing specific 
 loading/calling?
 


Using the upload library you don't have to deal with imageMagick at all.
The library does all relevant shell calls regarding imageMagick.


Ralf
___
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: File uploading to on-rev.com account with revIgniter

2013-07-18 Thread Dave Kilroy
Thanks Ralf you're a star! 

I'll send an email to support and let the use-list know how I get on…

Dave


On 18 Jul 2013, at 16:59, Ralf Bitter wrote:

 
 On 18.07.2013, at 15:47, Dave Kilroy d...@applicationinsight.com wrote:
 
 But how do you install it? I've had a good poke around www.imagemagick.org 
 and used Google a lot - and it looks like to install with cPanel I'll need 
 to use shell (if I understand correctly) which I don't have access to - so 
 I'm wondering if I have to ask someone from RunRev to install it on my 
 account?
 
 
 I would recommend to send a request to support.
 
 
 And once it's installed how do I load and call it from within revIgniter? Or 
 will it 'just work' in the background without needing specific 
 loading/calling?
 
 
 
 Using the upload library you don't have to deal with imageMagick at all.
 The library does all relevant shell calls regarding imageMagick.
 
 
 Ralf
 ___
 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: Convert date to seconds

2013-07-18 Thread Klaus major-k
Hi Tom,

Am 18.07.2013 um 17:56 schrieb Thomas McGrath III mcgra...@mac.com:

 That's weird. I still get the 16th. Can anyone else confirm the 15th? (not 
 doubting you Dar)
 I might have to change this then…

I think you can simply add two hours (2*600) to the resulting seconds and are 
safe :-)

 Tom
 
 -- Tom McGrath III
 http://lazyriver.on-rev.com
 mcgra...@mac.com
 On Jul 18, 2013, at 12:39 AM, Dar Scott d...@swcp.com wrote:
 On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote:
 I am converting the short date (08/16/13) to seconds and I get 1376625600
 When I converted it back earlier today, I got the 15th.  I guess there is a 
 problem related to timezones or something.  
 Consider NAMEmmdd.  It is easy to parse.  It lists in order.  It is 
 somewhat readable.  It is two characters shorter.  

Hey, you can't beat these arguments! :-D

 Dar

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-18 Thread Geoff Canyon
I did some quick research, and this looks to be as much of a pain as I
remember -- or am I missing something? All I want is to place a scrolling
list field on a card, enable the multipleLines and nonContiguousHilites of
it, and then enable the (non-existent) supportDragAndDrop property.


On Wed, Jul 17, 2013 at 1:51 PM, Geoff Canyon gcan...@gmail.com wrote:

 Does anyone have code to share that allows discontiguous selection and
 drag and drop within a list field? i.e. if I have a list field with:

 1
 2
 3
 4
 5

 I can click 3 to select it, shift-click 5 to select 3 to 5, command-click
 4 so that 3 and 5 are selected, and then click and drag 3 (with 5 along for
 the ride) above 2 and end up with:

 1
 3
 5
 2
 4

___
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: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-18 Thread Klaus major-k
Hi Geoff,

Am 18.07.2013 um 18:23 schrieb Geoff Canyon gcan...@gmail.com:

 I did some quick research, and this looks to be as much of a pain as I
 remember -- or am I missing something? All I want is to place a scrolling
 list field on a card, enable the multipleLines and nonContiguousHilites of
 it, and then enable the (non-existent) supportDragAndDrop property.

take a look at Scott Rossi's solution to this:
http://www.tactilemedia.com/site_files/downloads/getinline.rev.zip

Not sure if this works with multilines, but should get you started :-)

 On Wed, Jul 17, 2013 at 1:51 PM, Geoff Canyon gcan...@gmail.com wrote:
 
 Does anyone have code to share that allows discontiguous selection and
 drag and drop within a list field? i.e. if I have a list field with:
 
 1
 2
 3
 4
 5
 
 I can click 3 to select it, shift-click 5 to select 3 to 5, command-click
 4 so that 3 and 5 are selected, and then click and drag 3 (with 5 along for
 the ride) above 2 and end up with:
 
 1
 3
 5
 2
 4

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-18 Thread Scott Rossi
You can load the stack directly in LC:
go URL http://www.tactilemedia.com/site_files/downloads/getinline.rev;


But this manages single lines only -- you'd have make to make adjustments
to handle multiple lines, which will be challenging with a discontiguous
selection.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 7/18/13 9:39 AM, Klaus major-k kl...@major-k.de wrote:

Hi Geoff,

Am 18.07.2013 um 18:23 schrieb Geoff Canyon gcan...@gmail.com:

 I did some quick research, and this looks to be as much of a pain as I
 remember -- or am I missing something? All I want is to place a
scrolling
 list field on a card, enable the multipleLines and nonContiguousHilites
of
 it, and then enable the (non-existent) supportDragAndDrop property.

take a look at Scott Rossi's solution to this:
http://www.tactilemedia.com/site_files/downloads/getinline.rev.zip

Not sure if this works with multilines, but should get you started :-)

 On Wed, Jul 17, 2013 at 1:51 PM, Geoff Canyon gcan...@gmail.com wrote:
 
 Does anyone have code to share that allows discontiguous selection and
 drag and drop within a list field? i.e. if I have a list field with:
 
 1
 2
 3
 4
 5
 
 I can click 3 to select it, shift-click 5 to select 3 to 5,
command-click
 4 so that 3 and 5 are selected, and then click and drag 3 (with 5
along for
 the ride) above 2 and end up with:
 
 1
 3
 5
 2
 4

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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


[OT] Skydrive

2013-07-18 Thread Peter Haworth
I've been using Google Drive for quite a while but have started having a
lot of problems with it resulting in complete re downloading of all my
files on several occasions - that takes a couple of hours and Drive chews
up 100% of my CPU while it's happening.

Just installed Skydrive to see if it works any better.  All is good so far
except that it seems to have the WIndows file naming restrictions in it - I
got some files that couldn't be sync'd because they included characters
like period or colon - not good for Mac users.

I can probably live with that but wondering if anyone on the list uses
Skydrive and would share their experiences with it.

Pete
lcSQL Software http://www.lcsql.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: [OT] Skydrive

2013-07-18 Thread Pascal Lehner
Hi Pete,

I also used Google Drive for a while, but when starting to scan all my
stuff I actually switched to Wuala about 2 years ago (http://www.wuala.com/en/)
- I only have one small paper-based folder with diplomas and stuff by now.

Wuala offers about the same features including team options as the other
apps, but with one (for me) important feature: end to end encryption. So do
not loose your password! And since Wuala is a Swiss company based in
Switzerland (now owned by French LaCie), there actually is some laws
protecting my data from being opened without any court order by someone
else (apart from the fact that Wuala cannot access my files at all since
they are only stored encrypted). They offer clients for Win, Mac,
Linux, iOSand Android; some sort of web-based access is also possible,
but due to the
encryption it basically runs a install-free client when starting web-based.
Wuala offers backup, selective sync and lots of other stuff as well. The
only thing I sometimes miss when setting up a new computer is a
LAN-internal direct sync, since that would be quicker..

I spent quite some time finding the perfect solution for me back then and
am still absolutely happy with my selection. Support is also very quick.

Wuala might be a bit higher priced than other services, but depending on
the amount of data you actually have it is absolutely worth it.

Best regards,
Pascal

P.S. I know this sounded like a sales pitch, but I am just one happy user
without any ties to them.. Only thing I gain is if you chose to click this
link ( http://www.wuala.com/referral/KBH7MG6PG3GJHMBCBP6H ) instead of the
above when signing up since this will give me a gigabyte for free for a
year ;-)


On 18 July 2013 17:50, Peter Haworth p...@lcsql.com wrote:

 I've been using Google Drive for quite a while but have started having a
 lot of problems with it resulting in complete re downloading of all my
 files on several occasions - that takes a couple of hours and Drive chews
 up 100% of my CPU while it's happening.

 Just installed Skydrive to see if it works any better.  All is good so far
 except that it seems to have the WIndows file naming restrictions in it - I
 got some files that couldn't be sync'd because they included characters
 like period or colon - not good for Mac users.

 I can probably live with that but wondering if anyone on the list uses
 Skydrive and would share their experiences with it.

 Pete
 lcSQL Software http://www.lcsql.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


Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
This looks like a bug to me.

Create a new stack
add a button and a list field

Set the button script to 

on mouseUp
   Get the properties of fld 1
   Put 2 into it [ HilitedLines ]
   Set the properties of fld 1 to it
end mouse up


Works in 5.5.4. In 6.1, the hilitedLines is empty after the properties of field 
1 are set.
Only tested on a Mac. 

Anyone else seeing this?


Tim Bleiler, Ph.D.
Instructional Designer, HSIT
University at Buffalo

___
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: [OT] Skydrive

2013-07-18 Thread Mike Kerner
You can also do the same thing with Dropbox, iCloud, and others.


On Thu, Jul 18, 2013 at 12:50 PM, Peter Haworth p...@lcsql.com wrote:

 I've been using Google Drive for quite a while but have started having a
 lot of problems with it resulting in complete re downloading of all my
 files on several occasions - that takes a couple of hours and Drive chews
 up 100% of my CPU while it's happening.

 Just installed Skydrive to see if it works any better.  All is good so far
 except that it seems to have the WIndows file naming restrictions in it - I
 got some files that couldn't be sync'd because they included characters
 like period or colon - not good for Mac users.

 I can probably live with that but wondering if anyone on the list uses
 Skydrive and would share their experiences with it.

 Pete
 lcSQL Software http://www.lcsql.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




-- 
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: Bug in Properties command in 6.1?

2013-07-18 Thread Peter Haworth
On Thu, Jul 18, 2013 at 10:15 AM, Timothy Bleiler blei...@buffalo.eduwrote:

 on mouseUp
Get the properties of fld 1
Put 2 into it [ HilitedLines ]
Set the properties of fld 1 to it
 end mouse up


I see the same thing here on my Mac.  In fact if you simply get the
properties and immediately set them again without changing anything,
hilitedlines ends up empty.

Pete
lcSQL Software http://www.lcsql.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: [OT] Skydrive

2013-07-18 Thread Peter Haworth
Thanks Pascal/Mike.  I'm looking for a free solution and while some of the
ones mentioned do have free versions, it seems that Skydirve offers the
most free storage (7Gigs).

Pete
lcSQL Software http://www.lcsql.com


On Thu, Jul 18, 2013 at 10:16 AM, Mike Kerner mikeker...@roadrunner.comwrote:

 You can also do the same thing with Dropbox, iCloud, and others.


 On Thu, Jul 18, 2013 at 12:50 PM, Peter Haworth p...@lcsql.com wrote:

  I've been using Google Drive for quite a while but have started having a
  lot of problems with it resulting in complete re downloading of all my
  files on several occasions - that takes a couple of hours and Drive chews
  up 100% of my CPU while it's happening.
 
  Just installed Skydrive to see if it works any better.  All is good so
 far
  except that it seems to have the WIndows file naming restrictions in it
 - I
  got some files that couldn't be sync'd because they included characters
  like period or colon - not good for Mac users.
 
  I can probably live with that but wondering if anyone on the list uses
  Skydrive and would share their experiences with it.
 
  Pete
  lcSQL Software http://www.lcsql.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
 



 --
 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: Convert date to seconds

2013-07-18 Thread Dar Scott
I think it is the UTC seconds thing.  I think that changing a date to seconds 
will get midnight of the day for the current time zone.  Somebody in an more 
westerly timezone might see those seconds and the date will be earlier.  

If it is on only one computer and the timezone will not change, then you might 
be OK.

The dateItems format for convert might be handy for coming up with a file name 
format.

Dar

On Jul 18, 2013, at 9:56 AM, Thomas McGrath III wrote:

 That's weird. I still get the 16th. Can anyone else confirm the 15th? (not 
 doubting you Dar)
 
 I might have to change this then…
 
 Tom
 
 -- Tom McGrath III
 http://lazyriver.on-rev.com
 mcgra...@mac.com
 
 On Jul 18, 2013, at 12:39 AM, Dar Scott d...@swcp.com wrote:
 
 
 On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote:
 
 I am converting the short date (08/16/13) to seconds and I get 1376625600
 
 When I converted it back earlier today, I got the 15th.  I guess there is a 
 problem related to timezones or something.  
 
 Consider NAMEmmdd.  It is easy to parse.  It lists in order.  It is 
 somewhat readable.  It is two characters shorter.  
 
 Dar
 
 ___
 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


[OT] Vector Graphics in Corona?

2013-07-18 Thread Scott Rossi
I know there are a few Corona users here, so I wanted to ask if any of you
are working with the recently announced vector graphics features (only
available to beta users I believe).  Given that Corona has no IDE like
LiveCode, I'm wondering if there any opinions on their graphics
implementation.

CoronaLabs claims they want to eventually get Illustrator-level graphics
in Corona, which is a tall order, and perhaps overoptimistic.  But having
even a tenth of those features would be a dream come true for me.  Thanks
in advance for any impressions you can share.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design



___
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: [OT] Skydrive

2013-07-18 Thread Peter Haworth
Hi Pascal,
Just looked at Wuala in more detail and see that it does offer 5gigs free
so might be of interest.  I'll use the link you gave me if I download it!

Pete
lcSQL Software http://www.lcsql.com


On Thu, Jul 18, 2013 at 10:13 AM, Pascal Lehner tat...@gmail.com wrote:

 Hi Pete,

 I also used Google Drive for a while, but when starting to scan all my
 stuff I actually switched to Wuala about 2 years ago (
 http://www.wuala.com/en/)
 - I only have one small paper-based folder with diplomas and stuff by now.

 Wuala offers about the same features including team options as the other
 apps, but with one (for me) important feature: end to end encryption. So do
 not loose your password! And since Wuala is a Swiss company based in
 Switzerland (now owned by French LaCie), there actually is some laws
 protecting my data from being opened without any court order by someone
 else (apart from the fact that Wuala cannot access my files at all since
 they are only stored encrypted). They offer clients for Win, Mac,
 Linux, iOSand Android; some sort of web-based access is also possible,
 but due to the
 encryption it basically runs a install-free client when starting web-based.
 Wuala offers backup, selective sync and lots of other stuff as well. The
 only thing I sometimes miss when setting up a new computer is a
 LAN-internal direct sync, since that would be quicker..

 I spent quite some time finding the perfect solution for me back then and
 am still absolutely happy with my selection. Support is also very quick.

 Wuala might be a bit higher priced than other services, but depending on
 the amount of data you actually have it is absolutely worth it.

 Best regards,
 Pascal

 P.S. I know this sounded like a sales pitch, but I am just one happy user
 without any ties to them.. Only thing I gain is if you chose to click this
 link ( http://www.wuala.com/referral/KBH7MG6PG3GJHMBCBP6H ) instead of the
 above when signing up since this will give me a gigabyte for free for a
 year ;-)


 On 18 July 2013 17:50, Peter Haworth p...@lcsql.com wrote:

  I've been using Google Drive for quite a while but have started having a
  lot of problems with it resulting in complete re downloading of all my
  files on several occasions - that takes a couple of hours and Drive chews
  up 100% of my CPU while it's happening.
 
  Just installed Skydrive to see if it works any better.  All is good so
 far
  except that it seems to have the WIndows file naming restrictions in it
 - I
  got some files that couldn't be sync'd because they included characters
  like period or colon - not good for Mac users.
 
  I can probably live with that but wondering if anyone on the list uses
  Skydrive and would share their experiences with it.
 
  Pete
  lcSQL Software http://www.lcsql.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: Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
I submitted a bug report 11060.

Tim


On Jul 18, 2013, at 1:31 PM, Peter Haworth wrote:

 On Thu, Jul 18, 2013 at 10:15 AM, Timothy Bleiler blei...@buffalo.eduwrote:
 
 on mouseUp
   Get the properties of fld 1
   Put 2 into it [ HilitedLines ]
   Set the properties of fld 1 to it
 end mouse up
 
 
 I see the same thing here on my Mac.  In fact if you simply get the
 properties and immediately set them again without changing anything,
 hilitedlines ends up empty.
 
 Pete
 lcSQL Software http://www.lcsql.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: Convert date to seconds

2013-07-18 Thread Andrew Kluthe
it gets midnight UTC, livecode changing the date FROM the time zone
independent seconds gives you time zone differences.


On Thu, Jul 18, 2013 at 12:48 PM, Dar Scott d...@swcp.com wrote:

 I think it is the UTC seconds thing.  I think that changing a date to
 seconds will get midnight of the day for the current time zone.  Somebody
 in an more westerly timezone might see those seconds and the date will be
 earlier.

 If it is on only one computer and the timezone will not change, then you
 might be OK.

 The dateItems format for convert might be handy for coming up with a file
 name format.

 Dar

 On Jul 18, 2013, at 9:56 AM, Thomas McGrath III wrote:

  That's weird. I still get the 16th. Can anyone else confirm the 15th?
 (not doubting you Dar)
 
  I might have to change this then…
 
  Tom
 
  -- Tom McGrath III
  http://lazyriver.on-rev.com
  mcgra...@mac.com
 
  On Jul 18, 2013, at 12:39 AM, Dar Scott d...@swcp.com wrote:
 
 
  On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote:
 
  I am converting the short date (08/16/13) to seconds and I get
 1376625600
 
  When I converted it back earlier today, I got the 15th.  I guess there
 is a problem related to timezones or something.
 
  Consider NAMEmmdd.  It is easy to parse.  It lists in order.  It is
 somewhat readable.  It is two characters shorter.
 
  Dar
 
  ___
  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




-- 
Regards,

Andrew Kluthe
and...@ctech.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


Re: Convert date to seconds

2013-07-18 Thread Andrew Kluthe
disregard, after looking more closely at his email dar is correct
completely.


On Thu, Jul 18, 2013 at 1:01 PM, Andrew Kluthe and...@ctech.me wrote:

 it gets midnight UTC, livecode changing the date FROM the time zone
 independent seconds gives you time zone differences.


 On Thu, Jul 18, 2013 at 12:48 PM, Dar Scott d...@swcp.com wrote:

 I think it is the UTC seconds thing.  I think that changing a date to
 seconds will get midnight of the day for the current time zone.  Somebody
 in an more westerly timezone might see those seconds and the date will be
 earlier.

 If it is on only one computer and the timezone will not change, then you
 might be OK.

 The dateItems format for convert might be handy for coming up with a file
 name format.

 Dar

 On Jul 18, 2013, at 9:56 AM, Thomas McGrath III wrote:

  That's weird. I still get the 16th. Can anyone else confirm the 15th?
 (not doubting you Dar)
 
  I might have to change this then…
 
  Tom
 
  -- Tom McGrath III
  http://lazyriver.on-rev.com
  mcgra...@mac.com
 
  On Jul 18, 2013, at 12:39 AM, Dar Scott d...@swcp.com wrote:
 
 
  On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote:
 
  I am converting the short date (08/16/13) to seconds and I get
 1376625600
 
  When I converted it back earlier today, I got the 15th.  I guess there
 is a problem related to timezones or something.
 
  Consider NAMEmmdd.  It is easy to parse.  It lists in order.  It
 is somewhat readable.  It is two characters shorter.
 
  Dar
 
  ___
  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




 --
 Regards,

 Andrew Kluthe
 and...@ctech.me




-- 
Regards,

Andrew Kluthe
and...@ctech.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


Re: QT playback of remote files

2013-07-18 Thread Jeff Reynolds
Trevor way good! This just clicked, i had to do this with a project where it 
was a local files but multiple movies were playing then had to fire an audio 
file and would not reliably start playing. i stumbled into setting the playrate 
somehow.

good luck Jacqueline!

jeff

On Jul 17, 2013, at 9:34 PM, use-livecode-requ...@lists.runrev.com wrote:

 Hopefully that will fix the problem. The 'playrate' is a QuickTime property
 that I always used back in the days of LiveStage Pro (a QuickTime authoring
 environment). When I started using LiveCode I always used 'playrate'
 (rather than 'start player') out of habit. When I saw reports of problems
 with 'start player' the problems were often resolved by switching to 'set
 playrate'.

___
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: [OT] Skydrive

2013-07-18 Thread Scott Rossi
Actually, if all you care about is free, you can get 50GB of free cloud
storage through ATT.  Visit this page and follow the instructions:
http://news.cnet.com/8301-13845_3-57594103-58/get-50gb-of-at-t-locker-clou
d-storage-for-free/


I don't believe they have any desktop integration yet, but it's 50GB and
for the moment it's free.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 7/18/13 10:45 AM, Peter Haworth p...@lcsql.com wrote:

Thanks Pascal/Mike.  I'm looking for a free solution and while some of the
ones mentioned do have free versions, it seems that Skydirve offers the
most free storage (7Gigs).

Pete
lcSQL Software http://www.lcsql.com


On Thu, Jul 18, 2013 at 10:16 AM, Mike Kerner
mikeker...@roadrunner.comwrote:

 You can also do the same thing with Dropbox, iCloud, and others.


 On Thu, Jul 18, 2013 at 12:50 PM, Peter Haworth p...@lcsql.com wrote:

  I've been using Google Drive for quite a while but have started
having a
  lot of problems with it resulting in complete re downloading of all my
  files on several occasions - that takes a couple of hours and Drive
chews
  up 100% of my CPU while it's happening.
 
  Just installed Skydrive to see if it works any better.  All is good so
 far
  except that it seems to have the WIndows file naming restrictions in
it
 - I
  got some files that couldn't be sync'd because they included
characters
  like period or colon - not good for Mac users.
 
  I can probably live with that but wondering if anyone on the list uses
  Skydrive and would share their experiences with it.
 
  Pete
  lcSQL Software http://www.lcsql.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
 



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




___
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: Convert date to seconds

2013-07-18 Thread Dar Scott
We might be saying the same thing, but I'm not sure.

on mouseUp
   get the short date
   convert it to seconds
   put it  tab  it/3600 mod 24
end mouseUp

gives me this:
1374127200  6 

I'm in MDT (Rocky Mountains), somebody in California might take those same 
seconds and convert to a short date and get something other than today, the 
18th.  Or is it Florida?  

Dar



On Jul 18, 2013, at 12:01 PM, Andrew Kluthe wrote:

 it gets midnight UTC, livecode changing the date FROM the time zone
 independent seconds gives you time zone differences.
 
 
 On Thu, Jul 18, 2013 at 12:48 PM, Dar Scott d...@swcp.com wrote:
 
 I think it is the UTC seconds thing.  I think that changing a date to
 seconds will get midnight of the day for the current time zone.  Somebody
 in an more westerly timezone might see those seconds and the date will be
 earlier.
 
 If it is on only one computer and the timezone will not change, then you
 might be OK.
 
 The dateItems format for convert might be handy for coming up with a file
 name format.
 
 Dar
 
 On Jul 18, 2013, at 9:56 AM, Thomas McGrath III wrote:
 
 That's weird. I still get the 16th. Can anyone else confirm the 15th?
 (not doubting you Dar)
 
 I might have to change this then…
 
 Tom
 
 -- Tom McGrath III
 http://lazyriver.on-rev.com
 mcgra...@mac.com
 
 On Jul 18, 2013, at 12:39 AM, Dar Scott d...@swcp.com wrote:
 
 
 On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote:
 
 I am converting the short date (08/16/13) to seconds and I get
 1376625600
 
 When I converted it back earlier today, I got the 15th.  I guess there
 is a problem related to timezones or something.
 
 Consider NAMEmmdd.  It is easy to parse.  It lists in order.  It is
 somewhat readable.  It is two characters shorter.
 
 Dar
 
 ___
 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
 
 
 
 
 -- 
 Regards,
 
 Andrew Kluthe
 and...@ctech.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

___
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: posting binary-data to livecode-server - how to get progress information

2013-07-18 Thread Björnke von Gierke
look at the dictionary :)

On 18.07.2013, at 15:44, Matthias Rebbe wrote:

 Björnke,
 
 what is liburlexpect100? Could please explain?
 
 Matthias
 
 Am 18.07.2013 um 15:36 schrieb Björnke von Gierke b...@mac.com:
 
 try fiddling with the liburlexpect100
 
 On 18.07.2013, at 13:15, Matthias Rebbe wrote:
 
 Hi,
 
 i am uploading binary files from a livecode app to a livecode-server script 
 using the post method. This works well w/o problems. When posting larger 
 files it would be nice to see the progress of the upload.
 
 How can this be accomplished?
 
 I tried to define a callback using libUrlSetStatusCallback w/o success.
 I also tried to use the urlprogress message, also w/o success.
 Do i have to add something to the livecode-server script or 
 is it not possible to get information about the upload progress?
 
 Regards,
 
 Matthias
 ___
 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 an alternative Dictionary viewer:
 http://bjoernke.com/bvgdocu/
 
 Chat with other RunRev developers:
 http://bjoernke.com/chatrev/
 
 
 
 ___
 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 an alternative Dictionary viewer:
http://bjoernke.com/bvgdocu/

Chat with other RunRev developers:
http://bjoernke.com/chatrev/



___
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: sqlite ios pragma

2013-07-18 Thread Björnke von Gierke
ah too bad.. At this point i'd go and ask support, if runrev disabled something 
or used a different driver version (or different compile), then they'll 
probably know why this doesn't work on iOS. Not that that would actually help 
right now, but maybe it's an easily fixable bug in the external?

On 18.07.2013, at 16:46, Mike Kerner wrote:

 It works fine in the IDE/Mac/Windows, so when I took it over to iOS and it
 didn't work, I spent a couple of hours trying to debug other things before
 I found out that NONE of the PRAGMAs seem to work.
 
 
 On Thu, Jul 18, 2013 at 5:37 AM, Björnke von Gierke b...@mac.com wrote:
 
 No, you're on your own there. I'd think it weird to not work there tho.
 Did your code work in the ide?
 
 On 17.07.2013, at 19:46, Mike Kerner wrote:
 
 I found out about this because I couldn't get PRAGMA to work in the
 simulator when it works fine on the desktop.  So, BvG, are you saying it
 works for you on iOS?
 
 
 On Wed, Jul 17, 2013 at 1:08 PM, Peter Haworth p...@lcsql.com wrote:
 
 Yes, saw them after I made my post, sorry.
 
 Pete
 lcSQL Software http://www.lcsql.com
 
 
 On Wed, Jul 17, 2013 at 9:05 AM, Mark Schonewille 
 m.schonewi...@economy-x-talk.com wrote:
 
 Hi Pete,
 
 Have you read my next post and Björnke's follow-up?
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: http://twitter.com/xtalkprogrammer
 KvK: 50277553
 
 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
 colour
 spaces. http://www.color-converter.com
 
 We have time for new software development projects. Contact me for a
 quote.
 
 
 
 
 
 
 On 17 jul 2013, at 17:38, Peter Haworth wrote:
 
 Can't speak for iOS but on the desktop, PRAGMA is just another SQLite
 statement that can be executed fine via revDataFromQuery.
 
 Pete
 lcSQL Software http://www.lcsql.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
 
 
 
 
 --
 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 an alternative Dictionary viewer:
 http://bjoernke.com/bvgdocu/
 
 Chat with other RunRev developers:
 http://bjoernke.com/chatrev/
 
 
 
 ___
 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 an alternative Dictionary viewer:
http://bjoernke.com/bvgdocu/

Chat with other RunRev developers:
http://bjoernke.com/chatrev/



___
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: How to manage file name containing a date with /

2013-07-18 Thread Dar Scott
That is a lower case eth.  The Unicode is 00F0, F0 in Latin-1.  Windows uses 
some other font encoding.

You might be able to use that character directly whatever it looks like.  
Windows will just see the code for it.  On Windows.

If it was saved to Windows and you are looking at it on Mac, then it might look 
different.  In all cases, if saved on Windows, then try numToChar(240) whatever 
it looks like.  

Similarly, if it was saved on Mac, use the appropriate numToChar( ...).

Dar


On Jul 18, 2013, at 1:57 PM, André Bisseret wrote:

 ð

___
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: How to manage file name containing a date with /

2013-07-18 Thread Dar Scott
Whoops.  you have that one under control.  

Sorry about the crisp comments, I'm out the door!

Dar


On Jul 18, 2013, at 2:47 PM, Dar Scott wrote:

 Similarly, if it was saved on Mac, use the appropriate numToChar( ...).

___
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: Bug in Properties command in 6.1?

2013-07-18 Thread Monte Goulding

On 19/07/2013, at 4:00 AM, Timothy Bleiler blei...@buffalo.edu wrote:

 I submitted a bug report 11060.

Thanks Timothy

None of my changes touched hilitedLines however we did introduce some 
precedence ordering of setting properties that have side effects to try and 
ensure that setting actually did set things correctly and I suspect this side 
effect slipped by unnoticed. Basically the fact that it worked in 5.5.4 is a 
fluke of luck based on the ordering of the keys of the array when processed. I 
have a suspicion that ensuring text is set first will resolve it.

Cheers

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
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: Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
Thanks Monte,

Is this something you can fix at the engine level or is it something we should 
work around when using the properties?

Tim


On Jul 18, 2013, at 5:16 PM, Monte Goulding wrote:

 
 On 19/07/2013, at 4:00 AM, Timothy Bleiler blei...@buffalo.edu wrote:
 
 I submitted a bug report 11060.
 
 Thanks Timothy
 
 None of my changes touched hilitedLines however we did introduce some 
 precedence ordering of setting properties that have side effects to try and 
 ensure that setting actually did set things correctly and I suspect this side 
 effect slipped by unnoticed. Basically the fact that it worked in 5.5.4 is a 
 fluke of luck based on the ordering of the keys of the array when processed. 
 I have a suspicion that ensuring text is set first will resolve it.
 
 Cheers
 
 --
 Monte Goulding
 
 M E R Goulding - software development services
 mergExt - There's an external for that!
 
 
 
 
 
 ___
 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: Bug in Properties command in 6.1?

2013-07-18 Thread Mark Wieder
Monte-

Thursday, July 18, 2013, 4:20:43 PM, you wrote:

 Can anyone think of any other properties that either must be set
 before hilitedLines is set or when setting them the hilitedLines are
 lost?

Do a binary search. Set the hilitedLines last, if that works then
start bisecting the list until you find the one that munges the
setting.

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
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: Bug in Properties command in 6.1?

2013-07-18 Thread J. Landman Gay

On 7/18/13 4:51 PM, Monte Goulding wrote:


On 19/07/2013, at 7:41 AM, Richard Gaskin
ambassa...@fourthworld.com wrote:


If the script isn't included in the properties, why does setting
the properties alter it?


It doesn't... perhaps that statement was poorly worded... setting the
properties of field 1 to the properties of field 2 doesn't set the
script.


Back when rewriting the properties first started, I wondered why the 
script wasn't included. Why's that?


--
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: Bug in Properties command in 6.1?

2013-07-18 Thread Monte Goulding

On 19/07/2013, at 9:29 AM, Mark Wieder mwie...@ahsoftware.net wrote:

 Can anyone think of any other properties that either must be set
 before hilitedLines is set or when setting them the hilitedLines are
 lost?
 
 Do a binary search. Set the hilitedLines last, if that works then
 start bisecting the list until you find the one that munges the
 setting.

I ran this and it only came up with listBehavior and htmlText... so I'm a bit 
stumped.

on mouseUp
   put the properties of field 1 into tProps
   repeat for each key tKey in tProps
  if the hilitedLines of field 1 is empty then
 put tOldKeycr after tList
 set the hilitedLines of field 1 to tProps[hilitedLines]
  end if
  set the tKey of field 1 to tProps[tKey]
  put tKey into tOldKey
   end repeat
   put tList
end mouseUp

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
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: Bug in Properties command in 6.1?

2013-07-18 Thread Mark Wieder
Monte-

Thursday, July 18, 2013, 4:39:51 PM, you wrote:

 I ran this and it only came up with listBehavior and htmlText... so I'm a bit 
 stumped.

Hmmm... does the properties give you an ordered list?

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
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: iPad splash screen blocks

2013-07-18 Thread Randy Hengst
Sims,

That's happened to me a few times… once I had the same image from my splash 
screen at the top level of the first card of the stack… so, it covered 
everything… the other couple times, there was an error in my preOpen Card or 
preOpen Stack handlers.

be well,
randy
-
On Jul 17, 2013, at 6:00 AM, Jim sims wrote:

 Using 5.5.5 livecode
 
 When iPad app opens the splash screen stays there and blocks use of the app.
 
 Any suggestions for a cure?
 
 sims
 ___
 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: Bug in Properties command in 6.1?

2013-07-18 Thread Paul Hibbert
Don't know if this is any help to you but, this script errors on the line...

set the tKey of field 1 to tProps[tKey]

...when tKey = padding

This happens in LC6.1 Commercial but not in LC5.5.4 or LC5.5.5 for my tests.

If I add the trap...

   if tKey = padding then next repeat

...it runs fine in LC6.1.

I don't see how padding is related to hilitedLines, but could it cause a 
command to fail silently?

Paul

On 2013-07-18, at 4:39 PM, Monte Goulding wrote:

 
 On 19/07/2013, at 9:29 AM, Mark Wieder mwie...@ahsoftware.net wrote:
 
 Can anyone think of any other properties that either must be set
 before hilitedLines is set or when setting them the hilitedLines are
 lost?
 
 Do a binary search. Set the hilitedLines last, if that works then
 start bisecting the list until you find the one that munges the
 setting.
 
 I ran this and it only came up with listBehavior and htmlText... so I'm a bit 
 stumped.
 
 on mouseUp
   put the properties of field 1 into tProps
   repeat for each key tKey in tProps
  if the hilitedLines of field 1 is empty then
 put tOldKeycr after tList
 set the hilitedLines of field 1 to tProps[hilitedLines]
  end if
  set the tKey of field 1 to tProps[tKey]
  put tKey into tOldKey
   end repeat
   put tList
 end mouseUp
 
 --
 Monte Goulding
 
 M E R Goulding - software development services
 mergExt - There's an external for that!
 
 
 
 
 
 ___
 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: sqlite ios pragma

2013-07-18 Thread Mike Kerner
I filed the bug report a day or so ago, but I have a feeling that it won't
be a huge priority, but one can hope...


On Thu, Jul 18, 2013 at 4:34 PM, Björnke von Gierke b...@mac.com wrote:

 ah too bad.. At this point i'd go and ask support, if runrev disabled
 something or used a different driver version (or different compile), then
 they'll probably know why this doesn't work on iOS. Not that that would
 actually help right now, but maybe it's an easily fixable bug in the
 external?

 On 18.07.2013, at 16:46, Mike Kerner wrote:

  It works fine in the IDE/Mac/Windows, so when I took it over to iOS and
 it
  didn't work, I spent a couple of hours trying to debug other things
 before
  I found out that NONE of the PRAGMAs seem to work.
 
 
  On Thu, Jul 18, 2013 at 5:37 AM, Björnke von Gierke b...@mac.com wrote:
 
  No, you're on your own there. I'd think it weird to not work there tho.
  Did your code work in the ide?
 
  On 17.07.2013, at 19:46, Mike Kerner wrote:
 
  I found out about this because I couldn't get PRAGMA to work in the
  simulator when it works fine on the desktop.  So, BvG, are you saying
 it
  works for you on iOS?
 
 
  On Wed, Jul 17, 2013 at 1:08 PM, Peter Haworth p...@lcsql.com wrote:
 
  Yes, saw them after I made my post, sorry.
 
  Pete
  lcSQL Software http://www.lcsql.com
 
 
  On Wed, Jul 17, 2013 at 9:05 AM, Mark Schonewille 
  m.schonewi...@economy-x-talk.com wrote:
 
  Hi Pete,
 
  Have you read my next post and Björnke's follow-up?
 
  --
  Best regards,
 
  Mark Schonewille
 
  Economy-x-Talk Consulting and Software Engineering
  Homepage: http://economy-x-talk.com
  Twitter: http://twitter.com/xtalkprogrammer
  KvK: 50277553
 
  Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
  colour
  spaces. http://www.color-converter.com
 
  We have time for new software development projects. Contact me for a
  quote.
 
 
 
 
 
 
  On 17 jul 2013, at 17:38, Peter Haworth wrote:
 
  Can't speak for iOS but on the desktop, PRAGMA is just another
 SQLite
  statement that can be executed fine via revDataFromQuery.
 
  Pete
  lcSQL Software http://www.lcsql.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
 
 
 
 
  --
  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 an alternative Dictionary viewer:
  http://bjoernke.com/bvgdocu/
 
  Chat with other RunRev developers:
  http://bjoernke.com/chatrev/
 
 
 
  ___
  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 an alternative Dictionary viewer:
 http://bjoernke.com/bvgdocu/

 Chat with other RunRev developers:
 http://bjoernke.com/chatrev/



 ___
 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: Bug in Properties command in 6.1?

2013-07-18 Thread Monte Goulding
Not in my version ;-)

I've fixed that. Padding was incorrectly documented as a field property when 
it's only a line property.

Cheers

Monte

On 19/07/2013, at 10:18 AM, Paul Hibbert wrote:

 Don't know if this is any help to you but, this script errors on the line...
 
 set the tKey of field 1 to tProps[tKey]
 
 ...when tKey = padding
 
 This happens in LC6.1 Commercial but not in LC5.5.4 or LC5.5.5 for my tests.
 
 If I add the trap...
 
   if tKey = padding then next repeat
 
 ...it runs fine in LC6.1.
 
 I don't see how padding is related to hilitedLines, but could it cause a 
 command to fail silently?

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
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


Bug in resizestack script : how exit ?

2013-07-18 Thread Ludovic Thébault
Hello,

I wrote a script for resizestack, and i resize the stack to test it. But there 
is a bug and Livecode was frozen (6,1 community), impossible to get the hand, 
need to force quit.
There is an command to regain control ? 

Thanks
___
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