Re: how to bitwise negate a binary file?

2011-09-08 Thread Matthias Rebbe
Michael, thanks for your solution. Can´t believe that it is so easy to do that manipulation. I thought char cannot be used with binary files, but it can. Thanks again. Regards, Matthias Am 08.09.2011 um 03:42 schrieb Michael Kann: > repeat for each char c in negated_binary_file > put charToNu

LiveCode.tv Event #37

2011-09-08 Thread Mark Schonewille
Dear LiveCoders, Last Saturday, 9 July, we had another nice on-line gathering of LiveCode fans. This time we had 2 great presentations by Colin and Mike. Colin gave an introduction to Unity 3D. Videos shown during his presentation can be found at http://qery.us/yr and you can also try the final

How does compiling work?

2011-09-08 Thread Julian Ohrt
Hi! Is there any documentation how compiling of livecode works internally? Is it a compiler which can produce native code (for Windows, Linux, etc.)? Are the scripts packaged within the executable together with an interpreter and interpreted at run time? Or is it more like a virtual machine ap

Re: How does compiling work?

2011-09-08 Thread Mark Schonewille
Hi Julian, It would really help if you told us why you need to know. A LiveCode stack is packaged with the executable and is compiled, rather than interpreted, at runtime. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com

Re: How does compiling work?

2011-09-08 Thread Julian Ohrt
Hi Mark, thanks for your reply. I am doing research about multi- and cross-plattform development tools at university. I am trying to summarize their way of working and concepts, in order to be able to categorize them (and maybe even to compare different tools). If there is any more informati

First App not to be found on searching in the iOS store!

2011-09-08 Thread William de Smet
Hi there, Since yesterday I have my first iPad app in the Appstore. When using iTunes on my Mac I can simply find my app by using the searchbar. On my iPhone however the app is not found :-(. Did I miss something on iTunesConnect? On the keywords there I entered the Apps name. I cannot edit the k

Re: First App not to be found on searching in the iOS store!

2011-09-08 Thread Mark Schonewille
Hi William, Give it a few days. The English.lproj folder is in your standalone, which makes all LiveCode apps English. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 5027

Re: How does compiling work?

2011-09-08 Thread Mark Schonewille
Hi Julian, Have you asked this question before? `I think I have read exactly the same question earlier. The ONLY people who can provide you with all the information about this are those at RunRev. I have no clue of what you really want to know. You always seem to ask "do you have more info". I

Re: First App not to be found on searching in the iOS store!

2011-09-08 Thread William de Smet
Hi Mark, Thanks as allways :-) groeten, William 2011/9/8 Mark Schonewille > Hi William, > > Give it a few days. > > The English.lproj folder is in your standalone, which makes all LiveCode > apps English. > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Softwar

How do I refresh the content of a field every 5 seconds?

2011-09-08 Thread William de Smet
Hi there, I want tot refresh the content of a field every 5 seconds without locking the standalone/stack/IDE. The content comes from another field on another stack. What is the best way to do this? Greetings, William ___ use-livecode mailing list use-l

Re: Launch URL on Android

2011-09-08 Thread Maarten Koopmans
Tested a lot, AFAIK this simply doesn't work. Buh 9713 - cast your votes if you have them :-) On Mon, Sep 5, 2011 at 7:45 PM, Maarten Koopmans wrote: > Hi, > > I am trying to use launch url file:docs/test.pdf or docs:/test.doc - > they are included in "Copy Files". > > put specialFolderPath("engi

LiveCode for Android under Windows

2011-09-08 Thread Julian Ohrt
Hi! Anybody succeeded configuring Android SDK for LiveCode under Windows? When I try it keeps telling me: The chosen folder is not a valid Android SDK. Please ensure you have installed it correctly, and enabled support for Android 2.2 (Froyo). My configuration: Windows 7 32bit LiveCode 4.6.3

Re: How do I refresh the content of a field every 5 seconds?

2011-09-08 Thread Ian Wood
Either have a repeat loop which includes a 'wait 5 seconds with messages' line or a handler which ends with 'send "whateverthenameofthishandleris" to me in 5 seconds. Both should do this without locking the interface. Ian On 8 Sep 2011, at 13:05, William de Smet wrote: > Hi there, > > I want

Re: LiveCode for Android under Windows

2011-09-08 Thread Admin
Julian, Same here. Mike On Thu, 08 Sep 2011 14:36:27 +0200, Julian Ohrt wrote: > Hi! > > Anybody succeeded configuring Android SDK for LiveCode under Windows? > > When I try it keeps telling me: > The chosen folder is not a valid Android SDK. Please ensure you have > installed it cor

Re: How does compiling work?

2011-09-08 Thread Richard Gaskin
Julian Ohrt wrote: Is there any documentation how compiling of livecode works internally? Is it a compiler which can produce native code (for Windows, Linux, etc.)? Are the scripts packaged within the executable together with an interpreter and interpreted at run time? Or is it more like a virtu

Re: LiveCode for Android under Windows

2011-09-08 Thread Julian Ohrt
Hi Mike, I solved the problem: LiveCode looks for \platforms\android-8\tools\aapt.exe Solution: Copy folder \platform-tools\ to \platforms\android-8\tools\ That's it! :) On 08.09.2011 14:52, Admin wrote: Julian, Same here. Mike On Thu, 08 Sep 2011 14:36:27 +0200, Julian Ohrt wrote:

Re: Syllable OS and Livecode ?

2011-09-08 Thread Peter W A Wood
Andre On 7 Sep 2011, at 21:42, Andre Garzia wrote: > Many Syllable project members are heavy REBOL coders Kaj de Vos, the Syllable lead developer, is a heavy REBOL coder. I'm not sure about the others. > they have a FOSS REBOL clone named ORCA or BARON. Boron is the successor to Orca. It is R

Re: How do I refresh the content of a field every 5 seconds?

2011-09-08 Thread William de Smet
Of course: ..with messages! Thanks Greetings, William - Verstuurd vanaf mijn iPhone! Op 8 sep. 2011 om 14:48 heeft Ian Wood het volgende geschreven: > Either have a repeat loop which includes a 'wait 5 seconds with messages' > line or a handler which ends with 'send "whateverthename

Re: LiveCode for Android under Windows

2011-09-08 Thread Mike Felker
Awesome! Mike Julian Ohrt wrote: >Hi Mike, > >I solved the problem: > >LiveCode looks for >\platforms\android-8\tools\aapt.exe > >Solution: >Copy folder >\platform-tools\ >to >\platforms\android-8\tools\ > >That's it! :) > > > >On 08.09.2011 14:52, Admin wrote: >> >> >> Julian, >> >> Same here.

Re: audio guide app in livecode?

2011-09-08 Thread Bob Sneidar
The only thing that comes to mind that an iPhone would be able to use is a barcode. You would have to be able to access the camera, and the older iPhones have crappy cameras so no workie with them. Seems like a non-starter right there, especially if you want the user to actually scan the bar cod

Re: audio guide app in livecode?

2011-09-08 Thread J. Landman Gay
Piggybacking: On Sep 7, 2011, at 7:03 PM, stephen barncard wrote: THe programming is the fun part. Getting the right recording to trigger is the hard part. Something that uses the sensory stuff in the phone, can't depend on users to sort it out. Mike mentioned that users would type in a nu

Re: audio guide app in livecode?

2011-09-08 Thread François Chaplais
Le 8 sept. 2011 à 04:03, stephen barncard a écrit : > THe programming is the fun part. Getting the right recording to trigger is > the hard part. Something that uses the sensory stuff in the phone, can't > depend on users to sort it out. > Why? Is the user that stupid? I have seen some of these

Re: First App not to be found on searching in the iOS store!

2011-09-08 Thread Scott Rossi
Recently, William de Smet wrote: > Since yesterday I have my first iPad app in the Appstore. > When using iTunes on my Mac I can simply find my app by using the searchbar. > On my iPhone however the app is not found :-(. I believe iPhone doesn't display apps that run on iPad only. I have an iPod

Re: audio guide app in livecode?

2011-09-08 Thread Pete
I think the original post talked about keying in a number to get the right recording? I know users aren't always the smartest people in the world (including myself as one) but if I see a big number next to an object and the app is telling me to key in a number, I'm pretty sure I could figure that

Re: How does compiling work?

2011-09-08 Thread Devin Asay
Great summary, Richard! This is going into my teaching notes file. Devin On Sep 8, 2011, at 8:00 AM, Richard Gaskin wrote: > Julian Ohrt wrote: > >> Is there any documentation how compiling of livecode works internally? >> Is it a compiler which can produce native code (for Windows, Linux, >> e

Re: audio guide app in livecode?

2011-09-08 Thread stephen barncard
I wasn't carried away. I was just anticipating what a big client would ask for - a jump on the competition. Something more "high-tech". Overbuilding at least at the concept stage will allow for the placement of hooks for future expansion of the idea in future versions. sqb On 8 September 2011

Re: audio guide app in livecode?

2011-09-08 Thread Bob Sneidar
My bad I missed that part. I just read "sensory stuff" in the reply post. Bob On Sep 8, 2011, at 10:27 AM, Pete wrote: > I think the original post talked about keying in a number to get the right > recording? I know users aren't always the smartest people in the world > (including myself as o

Re: How does compiling work?

2011-09-08 Thread Jim Lambert
Richard, A beautifully concise paean to LC's approach! 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/li

Re: First App not to be found on searching in the iOS store!

2011-09-08 Thread William de Smet
Hi Scott, That makes sense and is correct. I find my App on my iPad immediately but on my iPhone it doesn't display an error message or anything while searching. When you open a direct link howeever to find my app it says not available on this iPhone. Greetings, William - Verstuurd vana

Re: audio guide app in livecode?

2011-09-08 Thread Peter Alcibiades
The way the audioguide business works is, you have a special museum type handset. This costs hundreds of dollars to buy, but what it consists of is a keypad, tiny lcd screen and a phone type speaker. The user goes around the museum and sees large numbers attached to exhibits or freestanding. He/

[OT] Sensible defaults for Mac OS X Lion

2011-09-08 Thread Andre Garzia
Folks, For those struggling with Lion, here are some sensible defaults that came to me while checking Hacker News... https://github.com/mathiasbynens/dotfiles/blob/master/.osx Cheers andre -- http://www.andregarzia.com All We Do Is Code. ___ use-live

Re: audio guide app in livecode?

2011-09-08 Thread Pete
It does sound very simple on the face of it, which begs the question of why nobody has implemented this much cheaper solution already? Perhaps museums, being very traditional institutions, lag behind technology developments? As I recall, I've always had to pay for this type of guide so perhaps th

Re: audio guide app in livecode?

2011-09-08 Thread stephen barncard
Here's the rub- if one has an idea and the time, a person with even a medium amount of experience with Livecode can do this. - personally I can't learn ANYTHING unless I am actually messing with it. I need a goal to learn. Even if someone beats you to the punch for an 'obvious idea' - you'll be

Re: How does compiling work?

2011-09-08 Thread stephen barncard
Thanks, Richard. I was hoping you would speak up. This is going into my Script Scrapbook. It is odd that Runrev doesn't tout its technical uniqueness more . LIvecode is a radical departure from other programming languages with provable advantages and measurable productivity. Is their reluctance t

Re: audio guide app in livecode?

2011-09-08 Thread Peter M. Brigham, MD
I was at a museum in the Boston area a while back and they had an interesting solution. You call a number on your phone, and the audio menu invites you to enter a number (posted next to each picture), and then you hear the commentary on that particular picture. Simple, low-tech, doesn't even req

Re: How does compiling work?

2011-09-08 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, My understanding of the under-the-hood mechanics is very limited, but that won't stop me from trying. :) Thanks Richard ! I think you did very well !! Best Regards -Francis ___ use-livecode mailing list use-livecode@lis

Re: audio guide app in livecode?

2011-09-08 Thread stephen barncard
could one stay on the line, or did a person have to redial every time? very clever. I wonder what the user limit is? The system would need a rotary bank of virtual phone numbers - an exchange or sub-exchange. it could be done with Skype-In numbers... On 8 September 2011 13:38, Peter M. Brigham,

Re: How does compiling work?

2011-09-08 Thread stephen barncard
Thanks, Richard. I was hoping you would speak up. This is going into my Script Scrapbook. It is odd that Runrev doesn't tout its technical uniqueness more . LIvecode is a radical departure from other programming languages with provable advantages and measurable productivity. Is their reluctance t

Re: How does compiling work?

2011-09-08 Thread Pierre Sahores
What a precise and useful synthesis you gives ! Thanks, Richard. Le 8 sept. 2011 à 16:00, Richard Gaskin a écrit : > Julian Ohrt wrote: > >> Is there any documentation how compiling of livecode works internally? >> Is it a compiler which can produce native code (for Windows, Linux, >> etc.)? Are

Re: audio guide app in livecode?

2011-09-08 Thread Peter M. Brigham, MD
On Sep 8, 2011, at 5:02 PM, stephen barncard wrote: > could one stay on the line, or did a person have to redial every time? As I recall, I could stay on the line. > very clever. I wonder what the user limit is? The system would need a rotary > bank of virtual phone numbers - an exchange or sub-

[livecode server] calculating signature for Amazon S3

2011-09-08 Thread Martin Koob
I am trying to do browser based uploads to amazon S3 buckets from and On-rev page. I am having a problem with the signature not matching. To make the signature a JSON policy has to be base64 encoded then that has to be signed with hmacsha1 and which is then base64encoded. I am using scripts

Re: audio guide app in livecode?

2011-09-08 Thread Pete
That sounds perfectly adequate for the job, just not as sexy as a smartphone app! Pete Molly's Revenge On Thu, Sep 8, 2011 at 1:38 PM, Peter M. Brigham, MD wrote: > I was at a museum in the Boston area a while back and they had an > interesting solution. You call

Re: audio guide app in livecode?

2011-09-08 Thread Pete
Definitely concur with having to mess with things to see just how they might turn out. On the other hand, I don't see anything mutually exclusive about the "first" and the "best" version of anything. Take the iPad for example. Much as I hate Apple's imperious attitude to what an app can and can'

Re: audio guide app in livecode?

2011-09-08 Thread Jim Lambert
I recently attended the Tim Burton exhibition at Los Angeles County Museum Of Art. You can rent an iPod Touch which was locked onto an app that allowed you to plug in numbers corresponding to exhibits. Audio, video, text played. It was well done. The real production expense of these things is ne

Re: audio guide app in livecode?

2011-09-08 Thread Pete
That's another variation. But the museum still has to pay for a bunch of iPads. What I had in mind meant they wouldn't have to buy any hardware. Yes, the expense is the making of the movie as it were, but what I had in mind was that the museums would be the ones paying for all that (which I assu

Re: audio guide app in livecode?

2011-09-08 Thread Jerry Jensen
On Sep 8, 2011, at 3:29 PM, Jim Lambert wrote: > I recently attended the Tim Burton exhibition at Los Angeles County Museum Of > Art. > You can rent an iPod Touch which was locked onto an app that allowed you to > plug in numbers corresponding to exhibits. How do you lock an iPod Touch onto a s

"send" in 24-hours

2011-09-08 Thread Nicolas Cueto
Hello, Two parts to my quandary, both relating to a school-chime stack I'm making -- it plays a "chime" sound-file at hourly-intervals (more or less) every weekday. First, I recall reading once a warning about overly long "send" values. In my stack's case, the "send A in X seconds" values are eit

Re: "send" in 24-hours

2011-09-08 Thread Bill Vlahos
Nicholas, I don't think there are any specific concerns about very long send it times other than the minor ones I'm writing here. 1. You will have a problem when Daylight Savings time kicks in and out because it is counting the seconds not actually paying attention to what time it is. 2. Obvio

Re: "send" in 24-hours

2011-09-08 Thread stephen barncard
Here's a technique that I used that provides very accurate and dependable long period timer use 'send in time' with SHORT timings to check the current time. then compare the number obtained against your desired timeout value. It could even be a list of values each being a trigger for an event. Use