Re: Age & Anniversary Calculations

2012-05-22 Thread Igor de Oliveira Couto
On 23/05/2012, at 3:50 PM, Peter Haworth wrote: > I don't know the answer to your question about dates prior to 1970 on > Windows machines, but I do know that problem doesn't exist with the sqlite > solution I posted. [...] Peter, I went through my mail again to make sure, and I can't seem to fi

Re: Age & Anniversary Calculations

2012-05-22 Thread Peter Haworth
HI Igor, I don't know the answer to your question about dates prior to 1970 on Windows machines, but I do know that problem doesn't exist with the sqlite solution I posted. You don't even have to have an sqlite database available to you, just call revOpenDatabase with ":memory:" as the file path.

Re: can someone please try this test...

2012-05-22 Thread Scott Rossi
Same as the other responses: "","" "Screen name","URL" "Home Screen 01","http://dl.dropbox.com/u/3788438/AgilixPublic/SesameLearning/UI%20screen s/HomeScreen01.jpg" "Home Screen 01a","http://dl.dropbox.com/u/3788438/AgilixPublic/SesameLearning/UI%20scree ns/HomeScreen01a.jpg" "Home Screen 02","

Re: can someone please try this test...

2012-05-22 Thread Chipp Walters
Thanks guys. For some reason mine wasn't working. I ended up putting libURLSetSSLVerification false in front of it and it started to work again. Thanks AGAIN!! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: can someone please try this test...

2012-05-22 Thread Terry Judd
On 23/05/2012, at 02:29 PM, Chipp Walters wrote: put URL " https://docs.google.com/spreadsheet/tq?tqx=out:csv&key=0AiQYsJmyjjz8dEJIT2VyamhRWWVEM3U0MGR1Y21nUUE Hi Chipp - in 4.6.4, once I delete the return before the url and wrap the url in quotes it returns the following text... "","" "Screen

Re: can someone please try this test...

2012-05-22 Thread Igor de Oliveira Couto
On 23/05/2012, at 2:29 PM, Chipp Walters wrote: > Please tell me if it returns anything. Thanks. It seems to return this - 5 lines: "","" "Screen name","URL" "Home Screen 01","http://dl.dropbox.com/u/3788438/AgilixPublic/SesameLearning/UI%20screens/HomeScreen01.jpg"; "Home Screen 01a","http:/

Re: Age & Anniversary Calculations

2012-05-22 Thread Igor de Oliveira Couto
Many thanks for all the suggestions - and I did learn a couple of new tricks from your code, too! I had not realised that there could be an issue with pre-1970 dates in Windows, and also did not know that we had to watch out for the 'centuryCutoff' property. Very, very useful to know. Peter's c

can someone please try this test...

2012-05-22 Thread Chipp Walters
in the msg box, copy and paste the line below: put URL " https://docs.google.com/spreadsheet/tq?tqx=out:csv&key=0AiQYsJmyjjz8dEJIT2VyamhRWWVEM3U0MGR1Y21nUUE " Please tell me if it returns anything. Thanks. -- Chipp Walters CEO, Altuit, Inc. ___ use-li

callbacks on Android?

2012-05-22 Thread Nicolas Cueto
Hello All, I'm about to port to Android a Windows standalone that relies on the callbacks of an invisible player object (mp3) for sending/handling messages. At first, I tried duplicating the player object method. But, unlike on the standalone, on the Android stack the same invisible player objec

[PREVIEW] Task LIst Plugin (lcTaskList) for LiveCode

2012-05-22 Thread Bill Vlahos
Have you ever forgotten where you last left off in your scripts? Need a better way to manage the code you need to write or fix, or make a quick note of a future feature? The lcTaskList plugin for LiveCode helps you bookmark and prioritize writing software. This plug-in will help to create and

Re: QuickTime download question

2012-05-22 Thread Peter Bogdanoff
Colin, that plays with a short wait for me. I tried exporting a file in QT Player as a MPEG-4 which has a streaming option. So far, I'm not seeing the streaming happening in LC like it does in a browser. On May 22, 2012, at 8:12 PM, Colin Holgate wrote: > It seems wrong somehow that browsers c

Re: QuickTime download question

2012-05-22 Thread Colin Holgate
It seems wrong somehow that browsers can play mp4 files from any point, but the LiveCode player can't. You can play an mp4 file using revBrowser. Try this: put revBrowserOpen(the windowId of this stack, "http://xfiles.funnygarbage.com/~colinholgate/rev/longaudio.mp4";) That will instantly pl

Re: Android Emulator upside down

2012-05-22 Thread J. Landman Gay
On 5/22/12 9:40 PM, Andre Garzia wrote: On Tue, May 22, 2012 at 11:38 PM, J. Landman Gay wrote: It also might be that the simulator is opening upside down. I told you that simulator is EVIL! Too true. The worst thing is that I can't get any OS but 2.3 to work. All the other AVDs op

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
This did work: place background "Waiting" onto this card and I see that background behavior is turned off already. Thanks. On May 22, 2012, at 7:44 PM, J. Landman Gay wrote: >> place group "Waiting" onto this card ___ use-livecode mailing lis

Re: Android Emulator upside down

2012-05-22 Thread Chipp Walters
Thanks Jacque. Yours didn't work but the script editor seemed to like: mobilSetAllowedOrientations "portrait,portrait upside down,landscape left,landscape right" Even though I've made the changes, it didn't change the emulator.. :-( On Tue, May 22, 2012 at 9:40 PM, Andre Garzia wrote: > On Tu

Re: Object Layering

2012-05-22 Thread J. Landman Gay
On 5/22/12 8:41 PM, Peter Bogdanoff wrote: I'm using 5.0 right now, and I see that I can turn off "behave like a background." I don't really see any functional difference. At any rate, I was able to make a group that lies in the top layer. I have to manually (using the Object menu) place it on e

Re: Android Emulator upside down

2012-05-22 Thread Andre Garzia
On Tue, May 22, 2012 at 11:38 PM, J. Landman Gay wrote: > It also might be that the simulator is opening upside down. I told you that simulator is EVIL! -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service.

Re: Android Emulator upside down

2012-05-22 Thread J. Landman Gay
On 5/22/12 9:16 PM, Chipp Walters wrote: When I run my LC stack on the Android emulator, it's upside down. Any thing I can do about this other than create my stack upside down ;-) Monte's suggestion is the best one, but for those who prefer a more mundane approach: on preOpenStack set the

Re: Android Emulator upside down

2012-05-22 Thread Andre Garzia
Chipp, The android emulator is probably the worst piece of software that I've ever used. It is far easier and faster to just hook an android device to the machine and press test. Serious, that emulator is evil. andre On Tue, May 22, 2012 at 11:16 PM, Chipp Walters wrote: > When I run my LC st

Re: Android Emulator upside down

2012-05-22 Thread Monte Goulding
Turn your screen upside down ;-) On 23/05/2012, at 12:16 PM, Chipp Walters wrote: > When I run my LC stack on the Android emulator, it's upside down. Any thing > I can do about this other than create my stack upside down ;-) > > -- > Chipp Walters > CEO, Altuit, Inc. > _

QuickTime download question

2012-05-22 Thread Peter Bogdanoff
Hi, This is one for QT experts! I'm using a player to play audio files from a server on the Internet. They are large (symphony movements--30 MB or more) and can take several minutes to download. I'm using QT's fast start to start them playing as soon as possible. They are also interactive in th

Android Emulator upside down

2012-05-22 Thread Chipp Walters
When I run my LC stack on the Android emulator, it's upside down. Any thing I can do about this other than create my stack upside down ;-) -- Chipp Walters CEO, Altuit, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
I'm using 5.0 right now, and I see that I can turn off "behave like a background." I don't really see any functional difference. At any rate, I was able to make a group that lies in the top layer. I have to manually (using the Object menu) place it on each card. The place command gives me an er

Re: Object Layering

2012-05-22 Thread J. Landman Gay
On 5/22/12 5:21 PM, Peter Bogdanoff wrote: Can groups layer on top of card objects? I can't seem to make that happen. It's now possible to share a group without it being a background; i.e., a card group can be placed on many cards. I haven't tried it. But the idea is to turn off "behave as ba

Re: [OT] create your own input devices

2012-05-22 Thread Phil Davis
On 5/22/12 4:58 PM, Mark Wieder wrote: Phil Davis writes: This Kickstarter project looks insanely fun (and even useful!) for certain uses - http://kck.st/IT93ry They had a booth set up at the Maker Faire this last weekend. A bit overshadowed by the solar cars next door and the gyrocopter ac

Re: [OT] create your own input devices

2012-05-22 Thread Mark Wieder
Phil Davis writes: > > This Kickstarter project looks insanely fun (and even useful!) for > certain uses - > > http://kck.st/IT93ry They had a booth set up at the Maker Faire this last weekend. A bit overshadowed by the solar cars next door and the gyrocopter across the way, but they had a b

Re: Progress Bar colors...

2012-05-22 Thread Paul Dupuis
Thank you everyone for the responses. Thank you Richard for the excellent enhancement request. I added some votes to it. On 5/22/2012 5:14 PM, Richard Gaskin wrote: > > -- Paul Dupuis Cofounder Researchware, Inc. http://www.researchware.com/ http

Re: [OT] create your own input devices

2012-05-22 Thread Peter Haworth
OK, so I live in Santa Cruz,CA - how come this hasn't been in the local press! Pete lcSQL Software On Tue, May 22, 2012 at 4:09 PM, Phil Davis wrote: > This Kickstarter project looks insanely fun (and even useful!) for certain > uses - > > http://kck.st/IT93ry > > -- > P

Re: Standalone problem (solved?)

2012-05-22 Thread Peter Haworth
OK, understand it now and yes, the behavior was as you outlined. I'm downloading Lion now so should be able to test your app with Lion tomorrow. Pete lcSQL Software On Tue, May 22, 2012 at 3:47 PM, Guglielmo Braguglia wrote: > Hi Pete, > thanks for the report ... > > S

[OT] create your own input devices

2012-05-22 Thread Phil Davis
This Kickstarter project looks insanely fun (and even useful!) for certain uses - http://kck.st/IT93ry -- Phil Davis ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

Re: Standalone problem (solved?)

2012-05-22 Thread Guglielmo Braguglia
Hi Pete, thanks for the report ... So, normally : 1. you installed the App, 2. you started the App, 3. you pushed the 'Test MAS' button, 4. The App closed and the App Store mask appeared, asking you sign-in (/after few seconds/) At this point, because the App is just a test and it's NOT physic

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
I'm now starting to figure out this. I converted a card field into a group and it continued to lay on top. However, when I made some choices in the Inspector--like auto-place, things whacked out. It shrunk to 8x8 pixels, text disappeared, colors went away, program crashed. I'll work on it. Tha

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
Can groups layer on top of card objects? I can't seem to make that happen. On May 22, 2012, at 3:14 PM, stephen barncard wrote: > create a group with a field and a graphic. Make sure the field is at the > very top level with the graphic in back. Set the blendlevel and color of > the graphic to be

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
I want the user to continue to see the card while waiting. On May 22, 2012, at 3:15 PM, Bob Sneidar wrote: > Sure you can. > > set lockmessages to true > go card "Wait" > set lockScreen to true > go back > set lockmessages to false > -- it's your thang, do what you wanna do > > Bob > > > On

Re: Object Layering

2012-05-22 Thread Colin Holgate
It seems to cover them. Make sure that you're selecting the group (set to act like background) that contains your button and overlay, and bring that to front. It then seems to be in front of everything. You'll need to bring-to-front it on all cards. On May 22, 2012, at 6:06 PM, Peter Bogdanof

Re: Object Layering

2012-05-22 Thread Bob Sneidar
Sure you can. set lockmessages to true go card "Wait" set lockScreen to true go back set lockmessages to false -- it's your thang, do what you wanna do Bob On May 22, 2012, at 3:06 PM, Peter Bogdanoff wrote: > An opaque button as a group object doesn't cover card layer objects. I can't > lea

Re: Object Layering

2012-05-22 Thread stephen barncard
create a group with a field and a graphic. Make sure the field is at the very top level with the graphic in back. Set the blendlevel and color of the graphic to be 0 or whatever level looks good (I'd use 50%) and make it the same rect of the card. The field can be whatever size you need to show the

Re: Object Layering

2012-05-22 Thread Peter Bogdanoff
An opaque button as a group object doesn't cover card layer objects. I can't leave the card--that won't work for my situation. On May 22, 2012, at 3:00 PM, Bob Sneidar wrote: > Why not an opaque button? You can have some kind of background image so it > doesn't look so hokey. Alternatively, yo

Re: Object Layering

2012-05-22 Thread Bob Sneidar
Why not an opaque button? You can have some kind of background image so it doesn't look so hokey. Alternatively, you can just take them to another card. Bob On May 22, 2012, at 2:53 PM, Peter Bogdanoff wrote: > Hi all, > > I have a stack with many cards. Each card contains a group and card o

Re: Standalone problem (solved?)

2012-05-22 Thread Peter Haworth
Hi Guglielmo, Just tested all this. I think it works fine. What is the expected behavior once I've donwloaded a test receipt file? On my computer, the test program just quit. Pete lcSQL Software On Tue, May 22, 2012 at 10:29 AM, Guglielmo Braguglia < guglie...@braguglia

Object Layering

2012-05-22 Thread Peter Bogdanoff
Hi all, I have a stack with many cards. Each card contains a group and card objects. I want a single object (a field saying "Please wait...") to show as necessary and overlay everything on the card. It's hidden by scripts when no longer needed--the wait is over. As far as I can figure, that ob

Re: Progress Bar colors...

2012-05-22 Thread Richard Gaskin
Mark Schonewille wrote: > On 22 mei 2012, at 22:39, Paul Dupuis wrote: >> What property controls the color of the progress indicator itself in >> progress bars? > > As far as I know, the operating system controls that. The modern engine rendering uses the OS to draw those, but you can revert to

Re: Progress Bar colors...

2012-05-22 Thread Bob Sneidar
I put the keys of the properties of a scrollbar in the message. There is a colors property but it seems to be empty. I do not think you can change the color of a scrollbar, which is probably why others have decided to roll their own in the past. Bob On May 22, 2012, at 1:39 PM, Paul Dupuis w

Re: Progress Bar colors...

2012-05-22 Thread Mark Schonewille
Hi Paul, As far as I know, the operating system controls that. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects after 1 June. Con

Progress Bar colors...

2012-05-22 Thread Paul Dupuis
Okay, I have a very basic question I seem unable to find an answer to in the LiveCode docs: What property controls the color of the progress indicator itself in progress bars? -- Paul Dupuis Cofounder Researchware, Inc. http://www.researchware.com/ http://www.twitter.com/researchware http://www.

Re: Standalone problem (solved?)

2012-05-22 Thread Peter Haworth
Thanks for this Guglielmo, that's great. I'm still on Snow Leoprad at this point but plan on upgrading to Lion soon, will probably download it overnight tonight. Pete lcSQL Software On Tue, May 22, 2012 at 11:51 AM, Guglielmo Braguglia < guglie...@braguglia.ch> wrote: >

RS232 Serial Comms broken in 4.6.4

2012-05-22 Thread Camm
On Windows 7 :- Using USB - RS232 adapter and/or BLUETOOTH/USB - RS232 adapter My Serial RS232 Script works on Version 3.5.0 Sarah Reichelt's Serial Test script works on Version 3.5.0 My Serial RS232 Script fails to receive on Version 4.6.4 Sarah Reichelt's Serial Test script fails to receive on

Re: Standalone problem (solved?)

2012-05-22 Thread Guglielmo Braguglia
Ah Pete, I forgot ... ... I'm still on SnowLeopard so, all my test are on SnowLeopard using LiveCode 5.0.2 (... /which is not important for the Receipt Validation/), but, because in the test that I linked to you, I have tried to use the Sanboxing structure ... please, if you have a Lion system

Re: Android Developer Conference III

2012-05-22 Thread Richard Gaskin
Mark Wieder wrote: The presentations from AnDevCon III are now available at http://www.andevcon.com/AndevCon_III/presentations.aspx Awesome collection. Thanks for posting that! -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCod

Re: Standalone problem (solved?)

2012-05-22 Thread Guglielmo Braguglia
Hi Pete, just following your suggestion I bought Receigen and I have spent few days writing an External to use the generated C code :-) Next I wrote a little test App that you can download from there (it's a pkg) : http://www.phoenixsea.ch/downloads/test.pkg ... install, run it and push the b

Android Developer Conference III

2012-05-22 Thread Mark Wieder
The presentations from AnDevCon III are now available at http://www.andevcon.com/AndevCon_III/presentations.aspx There's a *lot* of stuff there... everything from "Android Fundamentals: What I Wish I Knew When I Started" through "Android Services Black Magic" and "Get Paid for Your Hard Work – Ap

Re: Data Grid Templates AndLongIDNumber

2012-05-22 Thread Peter Haworth
I haven't actually tried it William so make a backup of your stack file before changing the template stack name! By the way, the long number at the end of the name is the value of the milliseconds when the stack was created. Pete lcSQL Software On Tue, May 22, 2012 at 9:

Re: Standalone problem (solved?)

2012-05-22 Thread Peter Haworth
This is all quite timely for me as I just started, reluctantly, to try to figure out how to write an external. It's discouraging to hear that, even if I get through figuring out how to make an external from the incomplete, out of date lessons on how to do it, there are various other hurdles to ove

Re: Data Grid Templates AndLongIDNumber

2012-05-22 Thread william humphrey
That's good news Pete. On Tue, May 22, 2012 at 12:18 PM, Peter Haworth wrote: > Hi William, > When you say "long ID number", do you mean the name of the datagrid > template stack - "Data Grid Templates" followed by a long series of > numbers? > > I believe the datagrid library refers to that sta

Re: Data Grid Templates AndLongIDNumber

2012-05-22 Thread Peter Haworth
Hi William, When you say "long ID number", do you mean the name of the datagrid template stack - "Data Grid Templates" followed by a long series of numbers? I believe the datagrid library refers to that stack by its LC long ID, not it's name but LC itself doesn't like stacks with the same name to

Re: Standalone problem (solved?)

2012-05-22 Thread J. Landman Gay
On 5/22/12 8:45 AM, dunb...@aol.com wrote: It seems the external must be explicitly referenced, as verified by the authors, and not, in their words, "relatively" referenced. That might be true when calling the external from a script but I can't see how it would apply to how LiveCode recognize

Re: Data Grid Templates AndLongIDNumber

2012-05-22 Thread Bob Sneidar
get the long ID of the button that contains the datagrid library, set the behavior of the datagrids to that. Bob On May 22, 2012, at 7:28 AM, william humphrey wrote: > I created a stack with several data grid templates. When you do so > liveCode makes a special stack with a long ID number. >

Re: Reading the manual and other docs on an iPad

2012-05-22 Thread Bob Sneidar
http://lessons.runrev.com/ Bob On May 22, 2012, at 4:20 AM, Mark Rauterkus wrote: > Hi, > > Are there LiveCode docs that can be read on an iPad? > > Dictionary URL? > > It is easy to read this list, watch the YouTube videos, see the web site > and read the release notes all via an iPad. Wha

Data Grid Templates AndLongIDNumber

2012-05-22 Thread william humphrey
I created a stack with several data grid templates. When you do so liveCode makes a special stack with a long ID number. Later I copied that stack and made a lot of changes in it including some new data grids. Now when I run both stacks at the same time there is a conflict as there are two data

Re: Standalone problem (solved?)

2012-05-22 Thread Richard Gaskin
dunbarx wrote: > It is academic to me why this must be, especially since I thought I > had learned something new and important in that one must load third > party externals into the contents folder of a standalone package by > hand. In my case, doing this had no effect at all. I assume that this

Re: Standalone problem (solved?)

2012-05-22 Thread dunbarx
Jacques and Klaus... Thanks to both of you. My standalone problem is solved, sort of. It was always the pathname to the external. I had thought so, and mentioned it as a likely culprit in my initial post. It seems the external must be explicitly referenced, as verified by the authors, and

Re: Reading the manual and other docs on an iPad

2012-05-22 Thread Mark Schonewille
Mark, The user manual, which is included with LiveCode as a PDF. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects after 1 June. C

icons

2012-05-22 Thread Mark Schonewille
Hi, I have a slightly silly yet important question. Could anyone who has ever encountered an icns file or ico file that didn't contain a square (height=width) icon please raise hands (and also reply by e-mail)? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineeri

Reading the manual and other docs on an iPad

2012-05-22 Thread Mark Rauterkus
Hi, Are there LiveCode docs that can be read on an iPad? Dictionary URL? It is easy to read this list, watch the YouTube videos, see the web site and read the release notes all via an iPad. What else? Thanks. Mark Rauterkus m...@rauterkus.com -- -- Ta. Mark Rauterkus mark.rauter...@