Re: ANN: ScaleMatic

2012-03-30 Thread René Micout
Thank you Jacqueline !

Le 30 mars 2012 à 04:42, J. Landman Gay a écrit :

 On 3/29/12 8:07 PM, Roger Guay wrote:
 Thanks, Jacqueline. I thought I had access, but apparently not.
 Please feel free to add to the bug report.
 
 Done.
 
 -- 
 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


what to put into the standalone signature?

2012-03-30 Thread Tiemo Hollmann TB
Hello,

up to now I have always ignored the standalone signature and kept the
standard  - my programs run. But what is it for?

What do you actually have to put into the signature? Is it a free string I
can choose, or do I have to get it from any registration process from Apple?

Any advantages / disadvantages using / not using it instead of the 
default?

Thanks for sharing your experiences with a windows guy

Tiemo

 

 

___
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


LC Benchmark app/stack

2012-03-30 Thread Richard MacLemale
I've developed primarily for the iOS so far, and am sort of thinking about the 
Android market.  I know there are a billion screen sizes to deal with, but what 
about processor speeds?  

On one of our apps (Shapes by Mac and Cheese) we had to simplify one of our 
animation sequences for the iPad 1, because the animation looked good on the 
iPad 2 but ran too slow on the iPad 1.  I'm going to be getting an iPad 3, so 
I'll have one of each, but it got me thinking... how many different CPU's are 
there out there for Android devices?  And has anyone got any idea how fast LC 
runs on each of them?  Wouldn't it be good to have a benchmark app that we 
could all run on our various devices and then report back?  Does such an app 
exist already?  

---
Richard MacLemale
Music = http://www.richardmac.com
Programming = http://www.macandchee.se

___
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


building ios externals in 5.5-GM3

2012-03-30 Thread Chris Bohnert
With Livecode 5.5-GM3 (build 1479) supporting XCode 4.3.1, can we build
externals against R10 of the LiveCodeSDK?

A quick 'Hello World' won't build for me, and externals built in 4.2.1
don't seem to work in 5.5 stacks.  Anyone else having better luck with this?

--
cb
___
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: Progress Bar

2012-03-30 Thread Pete
Those quantum guys are such pranksters!
Pete

On Thu, Mar 29, 2012 at 7:18 PM, Peter M. Brigham, MD pmb...@gmail.comwrote:

 On Mar 29, 2012, at 6:56 PM, Mike Bonner wrote:

  Its a particle.. Its a wave! its a particle. Its a wave!  Its a cat in a
  box!

 Coincidence -- someone just sent me today a cartoon: a fake poster:

 Reward! $1,000,000,000
 Schroedinger's Cat
 Wanted Dead and Alive

 -- Peter

 Peter M. Brigham
 pmb...@gmail.com
 http://home.comcast.net/~pmbrig


 ___
 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




-- 
Pete
Molly's Revenge http://www.mollysrevenge.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: Progress Bar

2012-03-30 Thread Peter M. Brigham, MD
On Mar 30, 2012, at 12:29 PM, Pete wrote:

 Those quantum guys are such pranksters!

or not!

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


___
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


Can I put an .exe file into a custom property ?

2012-03-30 Thread John Dixon

The title says it all... and if so, how ?

Dixie
  
___
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: Can I put an .exe file into a custom property ?

2012-03-30 Thread Klaus on-rev
Hi Dixie,

Am 30.03.2012 um 19:40 schrieb John Dixon:

 
 The title says it all... and if so, how ?

Yes:
...
set the cExe of this stack to url(binfile:  path/to/your/exe.exe)
...

:-)

 Dixie

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: LC Benchmark app/stack

2012-03-30 Thread J. Landman Gay

On 3/30/12 5:27 AM, Richard MacLemale wrote:

I've developed primarily for the iOS so far, and am sort of thinking
about the Android market.  I know there are a billion screen sizes to
deal with, but what about processor speeds?


It's all over the map, and any benchmark list would be obsolete pretty 
quickly as new devices appear. My first android device (1 year old, 
Android 2.2) loads my app in about four seconds. My new device (Android 
3.2) loads it in a fraction of one second. Even faster CPUs are coming 
out this year.


I think what I'd do is load a variable with the milliseconds on startup, 
and then after the first card appears, look at the time difference. 
Based on that you could make some decisions about what code to run. 
There won't be any way for you to test all devices though. Wikipedia has 
some comparison info, though it doesn't list actual speeds:

http://en.wikipedia.org/wiki/Comparison_of_Android_devices

Many Android users are running older devices with OS versions that are 
quite old. Phone users are often locked into 2-year contracts which 
means they're stuck while the rest of the world moves on.


--
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: Can I put an .exe file into a custom property ?

2012-03-30 Thread John Dixon

Thanks... :-)

 Yes:
 set the cExe of this stack to url(binfile:  path/to/your/exe.exe)

 Best
 Klaus

  
___
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: Can I put an .exe file into a custom property ?

2012-03-30 Thread Bob Sneidar
Try reading the file binary into a variable, store it in a property, write it 
back out again. 

Bob


On Mar 30, 2012, at 10:40 AM, John Dixon wrote:

 
 The title says it all... and if so, how ?
 
 Dixie
 
 ___
 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: Can I put an .exe file into a custom property ?

2012-03-30 Thread Bob Sneidar
that seems a better way.

Bob

On Mar 30, 2012, at 10:51 AM, John Dixon wrote:

 
 Thanks... :-)
 
 Yes:
 set the cExe of this stack to url(binfile:  path/to/your/exe.exe)
 
 Best
 Klaus
 
 
 ___
 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: Can I put an .exe file into a custom property ?

2012-03-30 Thread Klaus on-rev
Hi Bob,

Am 30.03.2012 um 19:58 schrieb Bob Sneidar:

 that seems a better way.

not neccessarily better, but a tad faster :-)

 Bob
 
 On Mar 30, 2012, at 10:51 AM, John Dixon wrote:
 
 Thanks... :-)
 
 Yes:
 set the cExe of this stack to url(binfile:  path/to/your/exe.exe)

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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


Preferences

2012-03-30 Thread Pete
Somehow or other, LC has lost my preference settings.

Where is the Preferences file kept on OS X?  I can restore from Time
Machine backup.


-- 
Pete
Molly's Revenge http://www.mollysrevenge.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: Preferences

2012-03-30 Thread J. Landman Gay

On 3/30/12 1:55 PM, Pete wrote:

Somehow or other, LC has lost my preference settings.

Where is the Preferences file kept on OS X?  I can restore from Time
Machine backup.




~/Library/Preferences/RunRev/livecode.rev

Some early releases of LiveCode 5.5 accidentally saved that file in the 
new 5.5 format, which means if you later re-launch 5.02 it can't be 
read. It's been fixed since then, so you may want to re-download from 
your store account if that could be what happened.


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

2012-03-30 Thread Pete
Actually, yes, I think that is what happened.  I'm still using 5.0 on a
daily basis but I ran 5.5 yesterday to try a couple of things. I'll get
ther latest 5.5.
Pete

On Fri, Mar 30, 2012 at 3:07 PM, J. Landman Gay jac...@hyperactivesw.comwrote:

 On 3/30/12 1:55 PM, Pete wrote:

 Somehow or other, LC has lost my preference settings.

 Where is the Preferences file kept on OS X?  I can restore from Time
 Machine backup.



 ~/Library/Preferences/RunRev/**livecode.rev

 Some early releases of LiveCode 5.5 accidentally saved that file in the
 new 5.5 format, which means if you later re-launch 5.02 it can't be read.
 It's been fixed since then, so you may want to re-download from your store
 account if that could be what happened.

 --
 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-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode




-- 
Pete
Molly's Revenge http://www.mollysrevenge.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