Re: iPad crashes with visual effects

2011-11-08 Thread Phil Jimmieson
Hi mark, this sounds like one I reported for 5.0, which was fixed for 5.0.1-dp-1 http://quality.runrev.com/show_bug.cgi?id=9802 On 7 Nov 2011, at 21:48, Mark Schonewille wrote: Hi, Is anyone else experiencing crashes whenever you try to use a visual effect on iPad? E.g. lock screen

Re: Formatting ChordPro music charts

2011-11-08 Thread Jan Schenkel
Yes it would - that's how most guitar tab music sites will display it. Otherwise it's a little trickier to figure out the string width and insert appropriate 1 pixel wide spaces.   Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow

OT: Paradigma Software Inc released Free Business Ready Database and Reports Server

2011-11-08 Thread Matthias Rebbe
Hi, this might be of interest for someone. Paradigma released Free Business Ready Database and Reports Server. Visit the following link for more informations (including the terms)

Re: Use of dgIndex

2011-11-08 Thread Michael Doub
This is driving me crazy.I modified my real project code as well as my test stack to use the following: put the dgIndex of me into tindex put the dgIndexes of theGrid into tlist set itemdel to comma put itemOffset(tindex,tlist) into myPosition The test stack works fine, but in

Re: Use of dgIndex

2011-11-08 Thread Michael Doub
I also tried using dgLine and it is not returning anything either. Obviously because of the invalid reference being returned in me. -= Mike ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

standalones onto iOS procedure

2011-11-08 Thread David Glasgow
Hello folks, Trying to get a hello world iOS app onto my iPad has proved rather more confusing than I expected, coinciding as it did with new versions of iOS, XCode and Live Code. I might be quite close, but it is difficult to tell. I am following the deployment lesson on runrev, and get to

Re: standalones onto iOS procedure

2011-11-08 Thread Mark Schonewille
Hi David, To install the app, drag it on top of the iPad/iPhone icon listed under Devices in the left margin of the Devices pane of the Organizer window or drag your app into your apps library in iTunes. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: standalones onto iOS procedure

2011-11-08 Thread Randy Hengst
Hi David, Yes, XCode has changed. Make sure you're in the Organizer window …. select Devices from the top of the window…. your device should appear along the left side pane of the window. …. Click the drop down triangle of your device, …. then click on the Applications item from the list

Re: standalones onto iOS procedure

2011-11-08 Thread Colin Holgate
I haven't looked at the guide that you refer to, but the way I install LiveCode apps is to show the Organizer window and drag the app file onto the device in the list on the left. You can expand that list to see Applications listed, to select and drag into that set, but you don't have to. Just

Re: standalones onto iOS procedure

2011-11-08 Thread Ricardo Abdala
Hi, on real device, my trial version of LiveCode/iOs didn't work. Only after I bought it. Ricardo Abdala 2011/11/8 Colin Holgate co...@verizon.net I haven't looked at the guide that you refer to, but the way I install LiveCode apps is to show the Organizer window and drag the app file onto

Android open other application

2011-11-08 Thread 吉野 孝
Hi, I make Android software. I want to open other android programs from my stack. But I don't know how to write. I can close my stack, but I don't open other software. The following is the close my stack script. on mouseUp close this tack end mouseUp Could you help me? _.__ ._ _. ._

RE: Paradigma Software Inc released Free Business Ready Database andReports Server

2011-11-08 Thread Lynn Fredricks
this might be of interest for someone. Paradigma released Free Business Ready Database and Reports Server. Visit the following link for more informations (including the terms) http://www.valentina-db.com/en/company/news/1-latest-news/257-

Re: Formatting ChordPro music charts

2011-11-08 Thread Mark Stuart
Jan, you are brilliant. Thank you very much for the script, it works exactly as expected. Even with chords like Dsus2, F#, Bb, Cm7, etc. So thanx again. Now to finish this project... another story. Regards, Mark Stuart -- View this message in context:

MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
A little information : in Mac OS X Lion when you need to know what is the default (country) language of the system : put defaults read NSGlobalDomain into vxLangage get line 10 of shell (vxLangage) Before Lion it was line 9 of shell now line 10 Bon souvenir de Paris René

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Pete
Hi Rene, I'm on OS X 10.6.8 so I guess line 9 is what I would be looking for, but that comes up as fr, on my computer and I'm in the USA. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 8, 2011 at 9:03 AM, René Micout rene.mic...@numericable.comwrote: A little information : in

Re: MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
Hello Pete, For me : line 9 AppleLanguages = ( line 10 fr, line 11 en, line 12 ja, Not for you ? If yes it is line 11 for you... Le 8 nov. 2011 à 18:23, Pete a écrit : Hi Rene, I'm on OS X 10.6.8 so I guess line 9 is what I would be looking for, but that comes up as fr, on my

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Warren Samples
On 11/08/2011 11:03 AM, René Micout wrote: A little information : in Mac OS X Lion when you need to know what is the default (country) language of the system : put defaults read NSGlobalDomain into vxLangage get line 10 of shell (vxLangage) Before Lion it was line 9 of shell now line 10

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Ben Rubinstein
I think if you're shipping an app based on this, it would be worth doing a little more parsing of the output. I think what you're probably looking for is the 'AppleLocale', but at least on my system this is reported after the 'AppleLanguages', which can be an array of one to many things. On

Re: MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
Yes of course, it is better, line 10 is the first language in the list (and I think it is the default system (country) language. AppleLocale is line 33... Thank you Warren Le 8 nov. 2011 à 18:39, Warren Samples a écrit : Not even close here. Don't you want the line that begins with

Facebook and Twitter connections

2011-11-08 Thread Sergio Schvarstein
Hi, I am developing an app catalog for iOS and I need to put in the products views the typical Facebook I like it and the possibility for tweeting about it in Twitter. Is there any component or procedure to accomplish this from LiveCode ? I've been looking in RunRev lessons and documentation

Re: Facebook and Twitter connections

2011-11-08 Thread Mark Schonewille
Hi Sergio, André Garzia has a library, which is not very expensive, partly open-source, quite powerful, and a bit complicated, and I have a library, which is quite expensive, closed source, easy to use, slightly limited at this point but customizabble. You could contact either of us. Or

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Warren Samples
On 11/08/2011 12:01 PM, René Micout wrote: Yes of course, it is better, line 10 is the first language in the list (and I think it is the default system (country) language. AppleLocale is line 33... Thank you Warren Le 8 nov. 2011 à 18:39, Warren Samples a écrit : I get a very different line

Re: MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
Thank you for this information... I have only one Macintosh in one only country... :-) Le 8 nov. 2011 à 19:01, René Micout a écrit : Yes of course, it is better, line 10 is the first language in the list (and I think it is the default system (country) language. AppleLocale is line 33...

Re: Use of dgIndex

2011-11-08 Thread zryip theSlug
On Tue, Nov 8, 2011 at 2:15 PM, Michael Doub m...@doub.com wrote: This is driving me crazy.    I  modified my real project code as well as my test stack to use the following:   put the dgIndex of me into tindex   put the dgIndexes of theGrid into tlist   set itemdel to comma   put

Local languages list

2011-11-08 Thread Sergio Schvarstein
Hi, Is there any place where I can get the whole list of the languages available for the function iphoneCurrentLocale() ? Thanx again :-) __ Sergio Schvarstein __ ___ use-livecode

Re: MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
Thanks to Pete, Warren and Ben !! My new script after all their informations : put defaults read NSGlobalDomain into vxLangage get shell (vxLangage) get line lineOffset(AppleLocale,it) of it put false into vxFrançais ; if fr is in it then put true into vxFrançais get shell (defaults

Re: Use of dgIndex

2011-11-08 Thread zryip theSlug
On Tue, Nov 8, 2011 at 2:24 PM, Michael Doub m...@doub.com wrote: I also tried using dgLine and it is not returning anything either.   Obviously because of the invalid reference being returned in me. As explained and demonstrated in a previous reply, the dgLine property uses the dgIndex

Re: Use of dgIndex

2011-11-08 Thread Michael Doub
on mouseUp put the behavior of the dgProps[row template] of grp DataGrid of card Main after msg end mouseUp returns the following: button id 1009 of stack Data Grid Templates 1320264398269 ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Warren Samples
On 11/08/2011 12:39 PM, René Micout wrote: get shell (defaults read NSGlobalDomain) don't work... !!? Don't forget to wrap your shell command with ! Warren ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
YES ! But why put defaults read NSGlobalDomain into vxLangage get shell (vxLangage) works ? I don't write put quote defaults read NSGlobalDomain quote into vxLangage ... Le 8 nov. 2011 à 19:39, René Micout a écrit : Thanks to Pete, Warren and Ben !! My new script after all their

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Warren Samples
On 11/08/2011 01:17 PM, René Micout wrote: YES ! But why put defaults read NSGlobalDomain into vxLangage get shell (vxLangage) works ? I don't write put quote defaults read NSGlobalDomain quote into vxLangage ... Le 8 nov. 2011 à 19:39, René Micout a écrit : Thanks to Pete, Warren and Ben

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Pete
Yes, I think that's better. On my system that returns AppleLocale = en_US_POSIX; Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 8, 2011 at 10:39 AM, René Micout rene.mic...@numericable.comwrote: Thanks to Pete, Warren and Ben !! My new script after all their informations

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Warren Samples
On 11/08/2011 01:21 PM, Warren Samples wrote: vxLangauage is a variable not a string. oops! Didn't spell your variable correctly. That would never work either :D Warren ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: MAC OS X Lion, shell and language

2011-11-08 Thread René Micout
Thanks Warren, I simplify my script : get shell (defaults read NSGlobalDomain) get line lineOffset(AppleLocale,it) of it put false into vxFrançais ; if fr is in it then put true into vxFrançais Le 8 nov. 2011 à 20:23, Warren Samples a écrit : On 11/08/2011 01:21 PM, Warren Samples

Re: Paradigma Software Inc released Free Business Ready Database andReports Server

2011-11-08 Thread Keith Clarke
Very interesting. So, is there a how-to somewhere on installing this on my on-rev account to experiment and learn more about Valentina? ...starting with which version to download and how to install onto on-rev! Best, Keith.. Anyway - now everyone can have a real powerhouse server in their

Uploading to App Store with LiveCode 5

2011-11-08 Thread Mark Schonewille
Hi, Could anyone please confirm that he or she has successfully uploaded an app created with LiveCode 5 to the iTunes store using App Loader? No matter what I try, I keep seeing this dialog: http://qery.us/1a6 The picture says: The Bundle ID com.economy-x-talk.com.appname defines in your

Re: Uploading to App Store with LiveCode 5

2011-11-08 Thread William de Smet
Hi Mark, I think it is a typo on your side. However: with LC 5 I got the same error as you have (the third one) trying the update an app. For over 4 weeks I got this error and eventually I removed the app from sale. Immediately the update went through and I also put the app back on sale. The

Re: iPad crashes with visual effects

2011-11-08 Thread Mark Schonewille
Thanks, Phil. That's useful info. I completely agree with you that legacy code should not be broken. Preferably, no code should have become legacy in LC and definitely something that is so often used by so many people as lock screen. -- Best regards, Mark Schonewille Economy-x-Talk Consulting

Re: iPad crashes with visual effects

2011-11-08 Thread Mark Schonewille
Hi Debdoot, Yes, that ought to fix it, but it shouldn't be necessary :-( -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales

Re: Uploading to App Store with LiveCode 5

2011-11-08 Thread William de Smet
@mark: I forgot to say that I did upload a new app (Stoplicht) with LC 5 that went fine the first time. greetings, William 2011/11/8 William de Smet williamdes...@gmail.com Hi Mark, I think it is a typo on your side. However: with LC 5 I got the same error as you have (the third one)

Color of a graphic

2011-11-08 Thread Pete
I set up a line with an arrow at the end as a graphic. If I disable it, it shows up grey. If I change the color of it (the text/border color), the color doesn't change when I disable it. I can change the blendlevel to make it appear disabled but is there some other property to make it appear

Distinguish Between Simulator Device?

2011-11-08 Thread Scott Rossi
Anyone know if it's possible determine when a stack is running in the iOS simulator, versus running on a real mobile device? Sorry if this has been asked and answered already. Thanks Regards, Scott Rossi Creative Director Tactile Media, UX Design

Re: Uploading to App Store with LiveCode 5

2011-11-08 Thread Mark Schonewille
Thanks for the replies, William. It helps to know that it is actually possible. I removed all standalone settings, restarted LiveCode and the app loader and now the bundle error is gone. (I still have an icon or plist problem, though). -- Best regards, Mark Schonewille Economy-x-Talk

Re: iPad crashes with visual effects

2011-11-08 Thread Mark Schonewille
Yup, you're right, Scott. Never expected this code to change. Ever. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales http://qery.us/16r

OT: Here is some music from a friend of mine. Take a listen

2011-11-08 Thread Admin
Here is a talented musician that I would like to share with all of you: http://www.william-k.com [1]/ Mike Links: -- [1] http://www.william-k.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Distinguish Between Simulator Device?

2011-11-08 Thread Randy Hengst
Hi Scott, I've used answer the machine word 2 of that function is simulator on the, well, the iOS simulator. be well, randy - On Nov 8, 2011, at 2:49 PM, Scott Rossi wrote: Anyone know if it's possible determine when a stack is running in the iOS simulator, versus running on a real

Just curious - how would I approach creating a drum machine in live code?

2011-11-08 Thread Admin
Hello all. I have tons of drum samples (and a new product called KLANG I want to release) and I would love to create a cross-platform drum machine to play those samples with. The reason I want to create one is so I can call it my own - brand it and use it for future stuff. How would I

Re: OT: Here is some music from a friend of mine. Take a listen

2011-11-08 Thread Roger Eller
On Tue, Nov 8, 2011 at 5:01 PM, Admin wrote: Here is a talented musician that I would like to share with all of you: http://www.william-k.com [1]/ Mike Links: -- [1] http://www.william-k.com/ Sounds great!!! I really like it. ˜Roger (for take-off) :-)

Re: Distinguish Between Simulator Device?

2011-11-08 Thread Scott Rossi
Thanks Randy, much appreciated. Regards, Scott Rossi Creative Director Tactile Media, UX Design Recently, Randy Hengst wrote: Hi Scott, I've used answer the machine word 2 of that function is simulator on the, well, the iOS simulator. be well, randy - On Nov 8, 2011, at

OT? Strange behaviour with Parallels/Lion/LC

2011-11-08 Thread Graham Samuel
This may be a bit OT, but I am running the Windows version of the LiveCode 5 IDE on a Mac with Lion, supporting Windows XP via the latest version of Parallels Desktop (7). I can do all the usual development stuff easily enough, but when I run the app I'm developing **from within the IDE**, a

Reordering Columns in a datagrid

2011-11-08 Thread Pete
I know it's possible to reorder lines in a datagrid by drag and drop but has anyone come up with a way to reorder columns by dragging and dropping their headings? Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list

Re: ANN: Harmonic Oscillators

2011-11-08 Thread Alejandro Tejada
Amazing demostration! Many great ideas arise, just from watching this wonderful stack. Thanks a lot for sharing. Keep Up your great work! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Harmonic-Oscillators-tp3997017p4017936.html Sent from the Revolution

Re: Just curious - how would I approach creating a drum machine in live code?

2011-11-08 Thread René Micout
I reply tomorow morning, it is midnight in Paris René Le 8 nov. 2011 à 23:00, Admin a écrit : Hello all. I have tons of drum samples (and a new product called KLANG I want to release) and I would love to create a cross-platform drum machine to play those samples with. The reason I

Re: Paradigma Software Inc released Free Business Ready Database andReports Server

2011-11-08 Thread Ruslan Zasukhin
On 11/8/11 9:34 PM, Keith Clarke keith.cla...@clarkeandclarke.co.uk wrote: Hi Keith, Very interesting. So, is there a how-to somewhere on installing this on my on-rev account to experiment and learn more about Valentina? ...starting with which version to download and how to install onto

Re: Color of a graphic

2011-11-08 Thread dunbarx
Pete. Interesting. Adding color seems to disable, er, disabling. Why not store the color in a custom property, and when you disable the graphic, clear the color as well, restoring it when you re-enable. Craig Newman -Original Message- From: Pete p...@mollysrevenge.com To: How

Re: Color of a graphic

2011-11-08 Thread Pete
Thanks Craig, good to know it's not just me! Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 8, 2011 at 6:14 PM, dunb...@aol.com wrote: Pete. Interesting. Adding color seems to disable, er, disabling. Why not store the color in a custom property, and when you disable

Re: Passing Parameters

2011-11-08 Thread Phil Davis
On 11/7/11 12:47 AM, Phil Davis wrote: If you need to send a message from app1 to app2, and app2 is already running, you could use socket communication between them. Don't have time to pencil it out, but maybe someone else will. If not, I'll do it tomorrow. Phil There is a nice intro to LC

Re: ANN: Harmonic Oscillators

2011-11-08 Thread James Hurley
Message: 1 Date: Sun, 06 Nov 2011 15:05:13 -0800 From: Roger Guay i...@mac.com To: use-livecode@lists.runrev.com Subject: ANN: Harmonic Oscillators Message-ID: f7e8eebe-f917-4def-b50a-2b1d5a46c...@mac.com Content-Type: text/plain; CHARSET=US-ASCII Not so much an exhaustive