Running standalone on 64 bit Linux

2011-06-01 Thread David Beck
Hello everyone, I am having some very weird, inconsistent and difficult to track problems running a LiveCode standalone on a 64 bit Linux machine with a 32 bit compatibility layer. As far a I can tell, the wierdness is associated with tricky things like regular expressions and getting "the v

Re: [ANN] sunnYmidi: Script your sounds

2011-06-01 Thread J. Landman Gay
On 6/1/11 3:15 AM, Thierry Douez wrote: Hi all, I am pleased to announce SunnYmidi. SunnYmidi is a simple and powerful tool to help LiveCode Users add sounds to their stack. I've seen this and it is awesome. Fast, responsive, and pretty much everything you'll need for on-the-fly sound creati

Re: How to obtain browser version in revWeb app?

2011-06-01 Thread Mike Bonner
You can do this. do "result = navigator.appName" in browser at which point the result will contain "Microsoft Internet Explorer" if thats the browser in use. result = navigator.userAgent returns.. ; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6

Re: How to obtain browser version in revWeb app?

2011-06-01 Thread Kee Nethery
I see HTTP stuff in the dictionary for talking to a server and getting web pages. I don't see a way to query revWeb to ask it what browser it is running in. Kee On Jun 1, 2011, at 4:46 PM, Bob Sneidar wrote: > I think it's an http thing. > > Bob > > > On Jun 1, 2011, at 3:48 PM, Kee Neth

Re: Tool tip show graphic

2011-06-01 Thread Bill Vlahos
Stephen, Thanks. Yes this is good. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 1, 2011, at 4:22 PM, stephen barncard wrote: > I came up with this test stack. > > go URL "http://f

Re: Tool tip show graphic

2011-06-01 Thread Jim Ault
On Jun 1, 2011, at 4:22 PM, stephen barncard wrote: I came up with this test stack. go URL "http://fulton.barncard.com/stax/graphicInToolTip.rev"; This comes pretty close. One could write some send in time statements that could handle the initial delay, and a hide delay if the cursor stays

Re: How to obtain browser version in web app?

2011-06-01 Thread Bob Sneidar
I think it's an http thing. Bob On Jun 1, 2011, at 3:48 PM, Kee Nethery wrote: > It is possible to get any information about the browser running a web based > livecode stack? If so, how? Didn't see anything in the dictionary. > > For example, Safari 5.0.5 or IE 7.2 or anything like that? > >

RE: Tool tip show graphic

2011-06-01 Thread John Dixon
I like this... Nice... :-) Dixie > Date: Wed, 1 Jun 2011 16:22:51 -0700 > Subject: Re: Tool tip show graphic > From: stephenrevoluti...@barncard.com > To: use-livecode@lists.runrev.com > > I came up with this test stack. > > go URL "http://fulton.barncard.com/stax/graphicInToolTip.rev"; > >

Re: Tool tip show graphic

2011-06-01 Thread stephen barncard
I came up with this test stack. go URL "http://fulton.barncard.com/stax/graphicInToolTip.rev"; This comes pretty close. One could write some send in time statements that could handle the initial delay, and a hide delay if the cursor stays on the object after a while. On 1 June 2011 13:57, Bil

How to obtain browser version in web app?

2011-06-01 Thread Kee Nethery
It is possible to get any information about the browser running a web based livecode stack? If so, how? Didn't see anything in the dictionary. For example, Safari 5.0.5 or IE 7.2 or anything like that? Thanks, Kee Nethery ___ use-livecode mailing list

Re: Tool tip show graphic

2011-06-01 Thread Jim Ault
Bill, you should look at the following video that I did showing how substacks can be used many ways without much coding and complexity. The very cool Alien Spheres stack ( written by Scott Rossi ) Free, and will always be free to access and ask me questions http://jimthewebmaster.com/liveco

Re: eBooks and LiveCode

2011-06-01 Thread Jim Ault
On Jun 1, 2011, at 2:14 PM, stgoldb...@aol.com wrote: Regarding the question of whether LiveCode could be suitable for publishers who want to create interactive eBooks, I agree that such books would not be published in epub or amz format, but how about an eBook created with LiveCode as a pur

Re: Tool tip show graphic

2011-06-01 Thread stephen barncard
Then stacks are the only other object in Livecode that can live outside the card rect. What is the downside of using stacks? They are just another object in memory once loaded - reposition, hide and show?. (sorry - haven't tried this yet) On 1 June 2011 13:57, Bill Vlahos wrote: > Stephen, > >

eBooks and LiveCode

2011-06-01 Thread stgoldb...@aol.com
Regarding the question of whether LiveCode could be suitable for publishers who want to create interactive eBooks, I agree that such books would not be published in epub or amz format, but how about an eBook created with LiveCode as a pure LiveCode standalone that could be read in the cloud

Re: Tool tip show graphic

2011-06-01 Thread Bill Vlahos
Stephen, Not what I'm looking for but this is very cool. Bill Vlahos On Jun 1, 2011, at 1:48 PM, stephen barncard wrote: > These are actually grouped objects kept within the rect of the window. > Perhaps not what you want. > > > > On 1 June 2011 13:45, stephen barncard wrote: > >> http://ww

Re: Tool tip show graphic

2011-06-01 Thread stephen barncard
These are actually grouped objects kept within the rect of the window. Perhaps not what you want. On 1 June 2011 13:45, stephen barncard wrote: > http://www.rotundasoftware.com/livecode/ > > click on PopupBalloon > > > Stephen Barncard San Francisco Ca. USA more about sqb

Re: Tool tip show graphic

2011-06-01 Thread stephen barncard
http://www.rotundasoftware.com/livecode/ click on PopupBalloon On 1 June 2011 13:38, stephen barncard wrote: > I think David Beck made a library for this.. wait a minute > > > On 1 June 2011 13:13, Bill Vlahos wrote: > >> Is there a way to put a graphic into a tool tip instead of text? >> >> I

Re: Tool tip show graphic

2011-06-01 Thread stephen barncard
I think David Beck made a library for this.. wait a minute On 1 June 2011 13:13, Bill Vlahos wrote: > Is there a way to put a graphic into a tool tip instead of text? > > I want to mouse over an icon and show a screen shot that is potentially > larger than my stack but I want it to appear and d

Tool tip show graphic

2011-06-01 Thread Bill Vlahos
Is there a way to put a graphic into a tool tip instead of text? I want to mouse over an icon and show a screen shot that is potentially larger than my stack but I want it to appear and disappear like a tool tip does. Is there a way to do this without making a separate substack and showing/hidi

Linux Externals...

2011-06-01 Thread Andre Garzia
Folks, does anyone knows if the ExternalEnvironmentV3 modified for Linux available at http://www.runrev.com/developers/lessons-and-tutorials/tutorials/advanced-linux-externals/ is still working? I can't build an empty external or one of my previous externals that used to work. I receive an error

Re: Immediate sound feedback on Android

2011-06-01 Thread J. Landman Gay
On 6/1/11 1:13 PM, Roger Eller wrote: When I check the playLoudness, it is 100. It doesn't matter if I have the volume turned all the way down, it still returns 100. So, I set the playLoudness to 0, play my sound, then set the playLoudness to 100 again in openStack. On my device, I can still

Cyrillic input: working with chunks of Russian

2011-06-01 Thread Slava Paperno
Malte, You said, > I do not appear to be able to say set the UnicodeText of fld "test" to line 2 to -1 of UTF16String. This does work for me. I don't know what the etiquette is on this list regarding attachments, so I uploaded my screen shot to http://russian.cornell.edu/CyrillicChunks.png. It h

Re: Immediate sound feedback on Android

2011-06-01 Thread Roger Eller
On Wed, Jun 1, 2011 at 1:29 PM, J. Landman Gay wrote: > > On 6/1/11 6:23 AM, Roger Eller wrote: >> >> I can't get sounds to play at all on Android.  I have tried importing a .wav >> file into the stack, and also referencing the file via its path.  In both >> cases, there is a delay the first time t

Re: Immediate sound feedback on Android

2011-06-01 Thread J. Landman Gay
On 6/1/11 6:23 AM, Roger Eller wrote: I can't get sounds to play at all on Android. I have tried importing a .wav file into the stack, and also referencing the file via its path. In both cases, there is a delay the first time the sound is played in the LiveCode IDE. How can I insure the playba

Re: Immediate sound feedback on Android

2011-06-01 Thread J. Landman Gay
On 6/1/11 7:38 AM, Randy Hengst wrote: Hello Roger, I've noticed the delay of sounds iOS with the first sound played in a stack…. it doesn't seem to matter which sound is played first, it's always delayed. But, from that point forward all sounds play immediately. So, I've included a sound file

Re: Re: Cyrillic input

2011-06-01 Thread Malte Brill
Thanks for the feedback all! Still struggeling with a few things though. Scenario is as follows: I talk to a server that always sends UTF8. The data sent is XML. While we were using Western European languages only this all worked just fine. Now that the app needs to support Russian, there is qu

[ANN] iPhone Control Kit 0.1.0

2011-06-01 Thread Andreas Rozek
Hello! I would like to introduce my current project: The "iPhone Control Kit for LiveCode" contains numerous LiveCode objects which emulate the Look-and-Feel of native iPhone controls and, thus, simplifies the development of native iPhone apps which follow Apple's "Human Interface Guidelines".

Re: [ANN] sunnYmidi: Script your sounds

2011-06-01 Thread BNig
Hi Thierry, thank you for developing the Midi external for MacOSX. Everybody on MacOSX should check the Demo out even if not interested in Midi or music. It is a lot of fun and you can make all kinds of noises. Look at the keyboard example, a lot of birds and stuff when typing. The sound effect

Live LiveCode code event #25 wrap up

2011-06-01 Thread Björnke von Gierke
Hi The event had Keith Clarkes views on the message path, and there's also great content about why RunRev has such a hard time attracting new users, and what to do about it: http://www.ustream.tv/recorded/15018850 Scotts introduced more info about his tmControl suite (to be released whenever):

Cyrillic input

2011-06-01 Thread Slava Paperno
Brilliant! Thanks, Ron. Very educational for me. By the way, Malt--there was a bug in my post from half an hour ago. To convert from the UTF16 in the field back to UTF-8 for storing or manipulating, use this: uniDecode(myVar, "UTF8") I had "UTF16" there, and Dave C. pointed it out in a separate

Unicode and revDatabase Library, SQLite: SOLVED

2011-06-01 Thread Slava Paperno
You're absolutely right, Dave, and that was my whole problem. You made my day. Now the Cyrillic text is findable, and I know that Russian--and probably other double-byte languages--can be used with LC and SQLite. Thank you! Slava > From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-

Re: Cyrillic input

2011-06-01 Thread Mark Schonewille
Hi Malte, You're making this way too complicated. Just *always* use the unicodeText. It will always be encoded as UTF16 and you can always decode it to UTF8. Easy. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Cyrillic input

2011-06-01 Thread ron barber
Hi malte, This is a modified function that Ken, Richard (and maybe Jacque) had a hand in some time ago. It does essentially the same thing that Slava suggested but I offer it as it has helped me. Thanks Ron function RawDataToUTF16 pData -- Examine the data to determine encoding: -- UTF8 h

Cyrillic input

2011-06-01 Thread Slava Paperno
Malte, As I said, I'm discovering these things as I go--I hadn't even heard of LC until last month. I'm finding that work with Unicode in LC involves a lot of jumping through hoops, but so far I have been able to do everything I needed. So don't give up :) I am not sure why your stack doesn't "kn

Re: Immediate sound feedback on Android

2011-06-01 Thread Roger Eller
On Wed, Jun 1, 2011 at 8:38 AM, Randy Hengst wrote: > > Hello Roger, > > I've noticed the delay of sounds iOS with the first sound played in a > stack…. it doesn't seem to matter which sound is played first, it's always > delayed. But, from that point forward all sounds play immediately. > > So, I'

Re: Re: Cyrillic input

2011-06-01 Thread Malte Brill
Thanks mark and Slava! well, this is getting me a bit further. Now if only I knew if I could reliably check if the text in my field regular ASCII or UTF encoded, that would really make my day. Cheers, malte ___ use-livecode mailing list use-livecode@

Re: Immediate sound feedback on Android

2011-06-01 Thread Randy Hengst
Hello Roger, I've noticed the delay of sounds iOS with the first sound played in a stack…. it doesn't seem to matter which sound is played first, it's always delayed. But, from that point forward all sounds play immediately. So, I've included a sound file that is a half second of silence and ca

Re: [ANN] sunnYmidi: Script your sounds

2011-06-01 Thread Keith Clarke
Hi Thierry, Well done for getting SunnYmidi over the finish-line. Best, Keith.. On 1 Jun 2011, at 09:15, Thierry Douez wrote: > Hi all, > > I am pleased to announce SunnYmidi. > > SunnYmidi is a simple and powerful tool > to help LiveCode Users add sounds to their stack. > > All SunnYmidi comm

Re: [ANN] sunnYmidi: Script your sounds

2011-06-01 Thread René Micout
Hello Thierry, You are welcome (comme disent les anglophones) ! ;-) Bon souvenir de Paris René Le 1 juin 2011 à 10:15, Thierry Douez a écrit : > Hi all, > > I am pleased to announce SunnYmidi. > > SunnYmidi is a simple and powerful tool > to help LiveCode Users add sounds to their stack. > > A

Immediate sound feedback on Android

2011-06-01 Thread Roger Eller
I can't get sounds to play at all on Android. I have tried importing a .wav file into the stack, and also referencing the file via its path. In both cases, there is a delay the first time the sound is played in the LiveCode IDE. How can I insure the playback will be "immediate" when a button is

ANN: 25% off Installer Maker Plugin license

2011-06-01 Thread Mark Schonewille
Hi LiveCoders, Usually, I offer a 25% discount on Installer Maker Plugin licenses during the Live LiveCode Code Event. I will soon release a new version and I've decided to keep the offer valid until the new version is released. You can now buy a license for €29 instead of €39, not from the off

[ANN] sunnYmidi: Script your sounds

2011-06-01 Thread Thierry Douez
Hi all, I am pleased to announce SunnYmidi. SunnYmidi is a simple and powerful tool to help LiveCode Users add sounds to their stack. All SunnYmidi commands are asynchronous (return immediately), and each note can be played instantly. Visit http://sunny-tdz.com where you can read the complete

Re: Unicode and revDatabase Library, SQLite

2011-06-01 Thread Dave Cragg
On 1 Jun 2011, at 01:04, Slava Paperno wrote: > put uniDecode(locTarget, "UTF16") into locSQLParams --now locSQLParams is > UTF-8 To get UTF-8, I think that should be: put uniDecode(locTarget, "UTF8") into locSQLParams Dave ___ use-livecode mail