Re: Drag and Drop between Data Grids

2010-12-15 Thread Yves COPPE
Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : Bob, 1) In the datagrid source you need to have: the dgTrackDragReorder[tTheIndex] set to false If set to true, the datagrid tracks the move inside it. If set to false you are allowed to move the data outside it. Only this handler is

Crash the IDE Easter Egg

2010-12-15 Thread Walt Brown
I have entered bug 9245 for this for 4.5.2 on x64 Vista. If anyone has the bandwidth (its very fast to check) is this repeatable in other environments? Thanks, Walt 1. Go into menu - Edit - Preferences. 2. Select Files Memory 3. Click on the ellipsis button after User Extensions 4. Hit Cancel in

Re: Drag and Drop between Data Grids

2010-12-15 Thread Yves COPPE
Le 15 déc. 2010 à 11:55, zryip theSlug a écrit : On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE yvesco...@skynet.be wrote: Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : Hi I have a problem with the script above The text in the datagrid2 doesn't appear When I add by drag 'n drop text

LiveCode for Windows has stopped working

2010-12-15 Thread Ray Horsley
Greetings, I have a stack of 4 cards. One of them has a single field with a single line of text. The other three have three fields each with htmlText showing an image. For example: pimg src=http://linkit.com/Schools/ETS%20Items/ETS%20Item%20Bank/ETS10Q1/01%20Fu

Re: Drag and Drop between Data Grids

2010-12-15 Thread Yves COPPE
Le 15 déc. 2010 à 11:55, zryip theSlug a écrit : On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE yvesco...@skynet.be wrote: Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : Hi I have a problem with the script above The text in the datagrid2 doesn't appear When I add by drag 'n drop text

Re: LiveCode and facebook (preview)

2010-12-15 Thread Thomas McGrath III
Harald, I will give this a look tomorrow. It is great that you are working on this. What kind of translations do you need for the status messages? Languages? Thanks -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Dec 14, 2010, at 12:32 PM, Harald Müller wrote: Hi

Re: Drag and Drop between Data Grids

2010-12-15 Thread zryip theSlug
On Wed, Dec 15, 2010 at 2:01 PM, Yves COPPE yvesco...@skynet.be wrote: Le 15 déc. 2010 à 11:55, zryip theSlug a écrit : On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE yvesco...@skynet.be wrote: Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : Hi I have a problem with the script above The

Re: Set Angle Bug?

2010-12-15 Thread Thomas McGrath III
wouldn't it be better to resize the image first and then rotate it? -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Dec 15, 2010, at 8:44 AM, Richmond wrote: Here's something a bit funny: set the locked of img MG to false set the angle of img MG to 0 put the

Re: Crash the IDE Easter Egg

2010-12-15 Thread Warren Samples
On Wed, 2010-12-15 at 06:35 -0500, Walt Brown wrote: I have entered bug 9245 for this for 4.5.2 on x64 Vista. If anyone has the bandwidth (its very fast to check) is this repeatable in other environments? Thanks, Walt 1. Go into menu - Edit - Preferences. 2. Select Files Memory 3. Click

Re: LiveCode and facebook (preview)

2010-12-15 Thread Harald Müller
Tom, it would be fine to have more supported languages for the status messages (french, italian, you name it). Until now there are these texts: Connect to Facebook Establishing connection ... Unable to connect Connected Transmitting data ... Data transmitted Error during transmission Regards,

Livecode's almost english syntax trips me up ..

2010-12-15 Thread Alex Tweedly
I'm not sure whether this is a bug, or merely amusing :-) I've just spent a while (I won't admit to how many hours it was) debugging a simple error I wrote . put the second last line of tVariable into tAnotherVariable . the second last line ... seemed very intuitive to me.

9235 - Activation Of Secondary iOS License Fixed

2010-12-15 Thread Mike Kerner
FYI, for those of you who were also suffering from the inability to activate your secondary iOS license in 4.5.3 dp1, RR, err LC has fixed the activation bug, in their DB as #9235. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Set Angle Bug?

2010-12-15 Thread Mark Talluto
On Dec 15, 2010, at 8:20 AM, J. Landman Gay wrote: On 12/15/10 8:16 AM, Thomas McGrath III wrote: wouldn't it be better to resize the image first and then rotate it? And also (to Richmond) the property you're looking for is lockLoc -- not locked. Setting the resizeQuality of the image

OT Second Humble Indie Bundle

2010-12-15 Thread François Chaplais
This a game bundle. You pay what you want, and get away with five games. Games play on Windows, Mac OS X, Linux. http://www.humblebundle.com/ Best François ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: [ANN] Data Grid Helper 1.1.6 - Pasting controls in your TMPL area

2010-12-15 Thread Bob Sneidar
I think you meant, ...the script builder now takes into consideration the state... Just trying to be helpful. Bob On Dec 14, 2010, at 5:01 PM, zryip theSlug wrote: Change in the layout handler built by the DGH's script builder. For fields, the script builder takes now in care the state of

Re: OT: Real competition for revlets

2010-12-15 Thread Klaus on-rev
Hi Colin, On Dec 15, 2010, at 12:14 PM, Klaus on-rev wrote: http://www.realsoftware.com/web/ Definitively NO competition for Revlets! These are true web app, no plug-ins, just pure html, If I understood this correctly! It's competition in that you might use LC to create web based

Re: LiveCode for Windows has stopped working

2010-12-15 Thread Bob Sneidar
Send us the stack so we can test it here to see if it is a problem for us as well. Bob On Dec 15, 2010, at 4:25 AM, Ray Horsley wrote: Greetings, I have a stack of 4 cards. One of them has a single field with a single line of text. The other three have three fields each with htmlText

Re: msg box Bug?

2010-12-15 Thread DunbarX
So I tried fooling around, and found this: In a new session, if you open msg, type a command and hit enter, neither the single or multi-line msg works in v4.5.2. But if I type anything into the lower field of the msg box, then BOTH options revert to normal behavior. Problem disappears. Is it

Re: msg box Bug?

2010-12-15 Thread J. Landman Gay
On 12/15/10 10:43 AM, dunb...@aol.com wrote: I cannot invoke a command from the message box in v 4.5.2. Something like beep 3 or put XYZ simply does not work. No response. No problem if I go back to 4.5. Anyone else see this? I cannot use LC at all without good ol' msg. No problem here,

Re: datagrid: sharing grid templates

2010-12-15 Thread Bob Sneidar
Well this is interesting. I tried the method for determining the row template of a data grid that was copied from one stack to the other. Trevor is right, in that the pasted datagrid is using the template from the original stack! EEEK!!! If I close the original stack and remove it from memory

Re: msg box Bug?

2010-12-15 Thread J. Landman Gay
On 12/15/10 10:55 AM, Colin Holgate wrote: On Dec 15, 2010, at 11:43 AM, dunb...@aol.com wrote: Something like beep 3 or put XYZ simply does not work. No response. Beep 3 doesn't, but put XYZ does. Beep 3 works here for me. There was a bug in older versions where a beep command greater

RE: Crash the IDE Easter Egg

2010-12-15 Thread Walt Brown
Great, thanks. I'll add it to the report. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Warren Samples Sent: Wednesday, December 15, 2010 9:35 AM To: How to use LiveCode Subject: Re: Crash the IDE Easter Egg On

Build an App

2010-12-15 Thread Kevin Miller
Hi folks, In case you¹re interested and you missed this, we¹re working on the Build an App project all week, where we build an iOS app from start to finish. The first two blog posts are up at: http://tinyurl.com/3yz8rao http://tinyurl.com/2urm82w Kind regards, Kevin Kevin Miller ~

Re: Livecode's almost english syntax trips me up ..

2010-12-15 Thread Bob Sneidar
In an odd sort of logic, if there is only one last line, then the second last line is actually the last line. So it works for me. Bob On Dec 15, 2010, at 7:01 AM, Alex Tweedly wrote: I'm not sure whether this is a bug, or merely amusing :-) I've just spent a while (I won't admit to how

Re: Livecode's almost english syntax trips me up ..

2010-12-15 Thread Bob Sneidar
I'll tell you what trips me up! The almost english of some of the posters here! Like Richmond for example... JUST KIDDING! ALL IN FUN!!! Bob On Dec 15, 2010, at 7:01 AM, Alex Tweedly wrote: I'm not sure whether this is a bug, or merely amusing :-) I've just spent a while (I won't

Re: Livecode's almost english syntax trips me up ..

2010-12-15 Thread Peter Haworth
Clearly what's needed is the ability to reference the post-penultimate line Pete Haworth On Dec 15, 2010, at 9:51 AM, Bob Sneidar wrote: In an odd sort of logic, if there is only one last line, then the second last line is actually the last line. So it works for me. Bob On Dec 15,

Re: OT Second Humble Indie Bundle

2010-12-15 Thread Bob Sneidar
I like the video presentation. You forgot to mention that proceeds go to help a charity. Might get a few more people to look. Bob On Dec 15, 2010, at 7:02 AM, François Chaplais wrote: This a game bundle. You pay what you want, and get away with five games. Games play on Windows, Mac OS X,

Personal Edition Standalone splash screen delay

2010-12-15 Thread Peter Haworth
Kevin, There was a discussion here about the 10 second countdown when a standalone built with LC Personal is run and I believe you said you were leaning towards cutting it to 5 seconds. ANy update on that? It's still at 10 seconds although I haven't tried 4.5.2 yet. Thanks, Pete Haworth

RE: Livecode's almost english syntax trips me up ..

2010-12-15 Thread Walt Brown
But then you'll need antepenultimate and preantepenultimate... -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Colin Holgate Sent: Wednesday, December 15, 2010 11:00 AM To: How to use LiveCode Subject: Re:

Re: datagrid: sharing grid templates

2010-12-15 Thread Peter Haworth
OK. I just found a section in the dg manual titled Creating a Datagrid By Hand that seems like it might provide the basis what I want to do. I'll give that a whirl. Pete Haworth On Dec 15, 2010, at 9:54 AM, Trevor DeVore wrote: On Wed, Dec 15, 2010 at 12:29 PM, Peter Haworth

Re: datagrid: sharing grid templates

2010-12-15 Thread zryip theSlug
On Wed, Dec 15, 2010 at 6:54 PM, Trevor DeVore li...@mangomultimedia.com wrote: On Wed, Dec 15, 2010 at 12:29 PM, Peter Haworth p...@mollysrevenge.comwrote: Is there any way to force the creation of a new template when you copy and paste a datagrid?  I have a skeleton datagrid set up with

Re: [ANN] Data Grid Helper 1.1.6 - Pasting controls in your TMPL area

2010-12-15 Thread zryip theSlug
On Wed, Dec 15, 2010 at 6:30 PM, Bob Sneidar b...@twft.com wrote: I think you meant, ...the script builder now takes into consideration the state... Just trying to be helpful. Indeed, much better. I'm learning all the days and not only in LiveCode ;) Thanks Bob 8-) Best regards, --

Re: OT Second Humble Indie Bundle

2010-12-15 Thread Andre Garzia
I have the first humble bundle, it was great! Will probably help this one too since the money is split between the developers and charities and you select how the split goes. On Wed, Dec 15, 2010 at 3:49 PM, Bob Sneidar b...@twft.com wrote: I like the video presentation. You forgot to mention

Re: msg box Bug?

2010-12-15 Thread Bob Sneidar
Beep 3 and put XYZ both work for me. Play flute does not. Bob On Dec 15, 2010, at 8:55 AM, Colin Holgate wrote: On Dec 15, 2010, at 11:43 AM, dunb...@aol.com wrote: Something like beep 3 or put XYZ simply does not work. No response. Beep 3 doesn't, but put XYZ does. One clue

Re: msg box Bug?

2010-12-15 Thread Scott Rossi
Recently, Bob Sneidar wrote: Beep 3 and put XYZ both work for me. Play flute does not. play flute doesn't work here either, but blow didjeridu and fumble with bagpipes both produce the expected results. Might be worth noting that play accordion returns the result go to jail; that's the law.

glx2 compile errors

2010-12-15 Thread Peter Haworth
I know I'm missing something obvious but when I compile a script in glx2, I'm not seeing any error messages. Pete Haworth ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Live LiveCode Code Event

2010-12-15 Thread Mark Schonewille
Dear LiveCoders, Björnke and I are looking for people who want to participate in this Saturday's Live LiveCode Code Event as a speaker. Since Björnke is currently unavailable, I'm organising the event this time (until he his back). The Live LiveCode Code Event is a rather informal gathering of

Re: msg box Bug?

2010-12-15 Thread Bob Sneidar
You have to set your localization to strine for the first to work. It's pommey for the bagpipe, and I don't think they have implemented Polish localization yet, so no go for the accordion. Bob On Dec 15, 2010, at 10:46 AM, Scott Rossi wrote: Recently, Bob Sneidar wrote: Beep 3 and put

Re: msg box Bug?

2010-12-15 Thread Richmond
On 12/15/2010 09:10 PM, Bob Sneidar wrote: You have to set your localization to strine for the first to work. It's pommey for the bagpipe, and I don't think they have implemented Polish localization yet, so no go for the accordion. Pommies don't play bagpipes; unless, of course, you class

RevServer on OSX (Snow Leopard Server)

2010-12-15 Thread Keith Clarke
Hi Folks, I'm back on the revServer setup trail and I'm documenting as I go, with a view to publishing a how-to guide to help fill part of the revserver documentation gap. There are various threads on the archives where people have taken subtly different approaches and therefore created

3 naive questions about background groups

2010-12-15 Thread Richmond
1. To insert a group into a background group by scripting? 2. To remove a group from a background group by scripting? 3. Can a group contain groups? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

RE: 3 naive questions about background groups

2010-12-15 Thread John Dixon
1. look at 'start editing' in the dictionary 2. delete group ID 3. Yes Date: Wed, 15 Dec 2010 22:25:55 +0200 From: richmondmathew...@gmail.com To: use-livecode@lists.runrev.com Subject: 3 naive questions about background groups 1. To insert a group into a background group by

Re: msg box Bug?

2010-12-15 Thread Peter Haworth
On Dec 15, 2010, at 12:28 PM, Richmond wrote: On 12/15/2010 10:05 PM, Peter Haworth wrote: As a Lancastrian who lived near Oxford (a stronghold of Morris dancing) now living in California and playing in a Celtic music band with a bagpiper and a guest vocalist who plays accordion, I THINK

Re: [OT] Some Recognition

2010-12-15 Thread Marian Petrides
Well deserved award IMHO! Great game, fantastic implementation and graphics. On Dec 15, 2010, at 2:50 PM, Scott Rossi wrote: My iOS game PLEXXR recently won best art category in IndiePub Mobile Games Competition. Nice to get some recognition for one's efforts. :-)

Behaving badly with backgrounds

2010-12-15 Thread Richmond
So: 1. I developed a stack with one card. 2. Populated that card with a group GX. 3. Set the backgroundBehavior of group GX to true. 4. Started making new cards, and as I did so the group GX became visible on all of them. Lovely . . . :) 5. As I made each new card I also created

Re: RevServer on OSX (Snow Leopard Server)

2010-12-15 Thread Bob Sneidar
If you sent it from a gmail account, it's in your all mail folder and you can search for it. Bob On Dec 15, 2010, at 12:41 PM, Mike Bonner wrote: I did it that way but no longer have that computer. However, I did send a complete working httpd.conf to.. someone on this list. My memory is so

Re: msg box Bug?

2010-12-15 Thread Warren Samples
On Thu, 2010-12-16 at 00:05 +0200, Richmond wrote: What a depressing confession! The tangential information one can garner from this use-list is almost as valuable as the Livecode-relevant information; and usually, far more amusing. If all you do it think along ramrod straight lines

Re: msg box Bug?

2010-12-15 Thread Bob Sneidar
I actually played marching drums in a bagpipe band in High School. Everything was imported from Scotland, right down to the drumsticks. The 2 instructors were phenomenal. They would take teenage kids and within two years have them winning awards in major parades in Maryland. That was probably

Re: RevServer on OSX (Snow Leopard Server)

2010-12-15 Thread Mike Bonner
Yeah did, thinkin it was long enough ago to roll off my trash list. (yes I do actually delete emails sometimes from gmail!) However, I found a backup of it and sent it directly. YAY for regular backing up. Still have backups of machines that have been gone several years. On Wed, Dec 15, 2010 at

Re: msg box Bug?

2010-12-15 Thread J. Landman Gay
On 12/15/10 12:46 PM, Scott Rossi wrote: Recently, Bob Sneidar wrote: Beep 3 and put XYZ both work for me. Play flute does not. play flute doesn't work here either, but blow didjeridu and fumble with bagpipes both produce the expected results. Might be worth noting that play accordion

Re: [OT] Some Recognition

2010-12-15 Thread J. Landman Gay
On 12/15/10 2:50 PM, Scott Rossi wrote: My iOS game PLEXXR recently won best art category in IndiePub Mobile Games Competition. Nice to get some recognition for one's efforts. :-) Way to go! :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: [OT] Some Recognition

2010-12-15 Thread Andre Garzia
Bob, tmAlign makes me keep playing with the mouse over it seeing the little glyphs move... Actually, it saves lots of minutes per day along with tmNumeric. I wish Scott released more plugins. Just the presence of Scotts tools on my IDE makes my sense of aesthetics better. On Wed, Dec 15, 2010

Re: msg box Bug?

2010-12-15 Thread J. Landman Gay
On 12/15/10 11:40 AM, dunb...@aol.com wrote: Is it just me and my rig? I think so. Sorry. Are you still running your custom utility stack when it fails? Or anything else non-IDE? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: savingStandalone Problem

2010-12-15 Thread Peter Haworth
So what is safe to do in savingStandalone? I set a different custom property of the main stack to today's date in my savingStandalone handler and that works fine. Pete Haworth On Dec 14, 2010, at 3:19 PM, J. Landman Gay wrote: On 12/14/10 4:22 PM, Peter Haworth wrote: I'm still trying to

Valentina db under Linux ???

2010-12-15 Thread Warren Samples
Hello! Does anyone have the ADK embedded version of Valentina installed and working in Linux? I have had no luck getting this to work. The new version 4.8 gives me some strange messages installing and then crashes Livecode when attempting to initialize. The previous version always returns a

Re: savingStandalone Problem

2010-12-15 Thread J. Landman Gay
On 12/15/10 5:30 PM, Peter Haworth wrote: So what is safe to do in savingStandalone? I set a different custom property of the main stack to today's date in my savingStandalone handler and that works fine. I don't know, sorry. I never use it. I'm not comfortable intercepting any of the

Re: DG Column Labels

2010-12-15 Thread Trevor DeVore
On Wed, Dec 15, 2010 at 7:37 PM, Peter Haworth p...@mollysrevenge.comwrote: Well, just looked into this further and the column labels come back as comma delimited in 4.0 but line delimited in 4.5 A bug in 4.0, fixed for 4.5. -- Trevor DeVore Blue Mango Learning Systems ScreenSteps:

Re: savingStandalone Problem

2010-12-15 Thread J. Landman Gay
On 12/15/10 11:17 PM, Peter Haworth wrote: I guess I have to wonder why that message is provided if it's not safe to do certain things, or at least what should be avoided. I'll figure something else out. My mistake, I didn't realize it was documented. So it's probably okay to use, but I'm not