Re: Yay! Victory RevServer runs on FreeBSD with Linux Compat installed.

2011-04-18 Thread Andre Garzia
Folks, For anyone following this, I was unable to connect with MySQL or SQLite database using linux compatibility in FreeBSD. I believe that RevDB External and the Database Drivers need some uninstalled shared libraries but since they are no in ELF Format, I can't use ldd to find out whos missing.

controller bar not responding

2011-04-18 Thread Nicolas Cueto
A player object's controller bar works on a standalone but not on a revlet. The video can play, but nothing happens when clicking the controller bar and any of its functions. Any ideas? Thanks. -- Nicolas Cueto ___ use-livecode mailing list use-livec

Re: How to copy a card you can't open

2011-04-18 Thread stephen barncard
we'd all like to know how you did it. The engine can't do that yet. On 18 April 2011 18:25, william humphrey wrote: > I tried deleting the text in the field and that didn't stop the crashes. I > had to delete the whole field. Even weirder, I went to a back-up that was > nearly a year old and fou

Re: How to copy a card you can't open

2011-04-18 Thread william humphrey
I tried deleting the text in the field and that didn't stop the crashes. I had to delete the whole field. Even weirder, I went to a back-up that was nearly a year old and found the same problem. Deleting the field and then re-creating it fixed the error I have no back-up to look at to check but I r

Re: Apps stop launching

2011-04-18 Thread J. Landman Gay
On 4/18/11 5:39 PM, Paul Foraker wrote: Over the past several days, I've noticed that my standalone apps will no longer launch. They try to launch and then quit before getting to the first card. These are simple apps that aren't doing anything interesting on launch. I have to go back to the origi

Re: Apps stop launching

2011-04-18 Thread Terry Judd
Paul - you're not trying to launch these apps out of a Dropbox folder by any chance are you? Terry... On 19/04/2011 08:39 AM, "Paul Foraker" wrote: > Over the past several days, I've noticed that my standalone apps will no > longer launch. They try to launch and then quit before getting to the

Apps stop launching

2011-04-18 Thread Paul Foraker
Over the past several days, I've noticed that my standalone apps will no longer launch. They try to launch and then quit before getting to the first card. These are simple apps that aren't doing anything interesting on launch. I have to go back to the original stack and build a new standalone. Anyo

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Bob Sneidar
>> > Also to test this I made a simple stack with this in the card script and a > button that calls it: > > on doFieldOrder >put empty into theFieldList > >repeat >if the commandkey is down then exit doFieldOrder >wait until the mouseclick >put the clickfield & c

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Bob Sneidar
That may work too, only a couple things might happen. The user may start clicking on the fields without dismissing the Answer Dialog, which of course won't work. The user might also get distracted and forget he was in the "Set Field Order" mode unless you supplied some distinct visual feedback.

Re: How to copy a card you can't open

2011-04-18 Thread J. Landman Gay
On 4/18/11 4:48 PM, Bob Sneidar wrote: I was going to say, Suppress Messages and Suppress Errors before opening the stack/card, but it looks like you have things figured out. Jacque has said in the past that a corrupted stack is virtually unheard of in Livecode, so if you have a copy of the old o

Re: menu icon in OS X

2011-04-18 Thread J. Landman Gay
On 4/18/11 10:49 AM, Maarten Koopmans wrote: Hi, I Googled a lot, but I haven't found it... I'd like to have a little menu icon to the right on closing my app in the Mac menu bar, is that possible at all. And when a user clicks the icon a menu appears. If you've ever seen the dropbox menu icon,

Re: How to copy a card you can't open

2011-04-18 Thread Bob Sneidar
I was going to say, Suppress Messages and Suppress Errors before opening the stack/card, but it looks like you have things figured out. Jacque has said in the past that a corrupted stack is virtually unheard of in Livecode, so if you have a copy of the old one that was crashing, I would sure lik

Re: Palette question

2011-04-18 Thread Bob Sneidar
Not really. It's like Hotel California. You can check out anytime you like... Bob On Apr 18, 2011, at 2:04 PM, Peter Brigham MD wrote: > > On Apr 18, 2011, at 12:58 PM, Scott Rossi wrote: > >> Even better: quit LiveCode and your stack will be COMPLETELY "not resizable" > > Quit LiveCode??? Y

Re: How to copy a card you can't open

2011-04-18 Thread william humphrey
No. The table field had nine stops. Set like 45,150,300,345,390,595,646,705 and text Helvetica 9 point. I just re-built it. On Mon, Apr 18, 2011 at 4:32 PM, Richard Gaskin wrote: > william humphrey wrote: > > Thanks for your help. It wasn't the text in the field. It was the field >> itself. A ba

Re: Palette question

2011-04-18 Thread Peter Brigham MD
On Apr 18, 2011, at 12:58 PM, Scott Rossi wrote: > Even better: quit LiveCode and your stack will be COMPLETELY "not resizable" Quit LiveCode??? You can do that -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig ___ use

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Peter Brigham MD
On Apr 18, 2011, at 12:43 PM, Bob Sneidar wrote: > Or you can get a list of fields whose focusable is true and locktext is false > (because you don't want to tab to labels now do you) and then present the > developer with an interface where they can click sequentially on the fields > in the ord

Re: How to copy a card you can't open

2011-04-18 Thread Richard Gaskin
william humphrey wrote: Thanks for your help. It wasn't the text in the field. It was the field itself. A basic table field with some tab stops set. Interesting flaw in LiveCode. If I knew where to send the stack to for a bug report I would. Glad you got that sorted out. Interesting problem,

Re: Rev/Livecode project and GPL Licenses

2011-04-18 Thread Richard Gaskin
Mark Schonewille wrote: OpenVZ is free open source software, available under GNU GPL. OpenVZ is the basis of Parallels Virtuozzo Containers, a commercial virtualization solution offered by Parallels. OpenVZ project is supported by Parallels. http://wiki.openvz.org/Main_Page I'm not sure that

Re: How to copy a card you can't open

2011-04-18 Thread william humphrey
Thanks for your help. It wasn't the text in the field. It was the field itself. A basic table field with some tab stops set. Interesting flaw in LiveCode. If I knew where to send the stack to for a bug report I would. On Mon, Apr 18, 2011 at 3:59 PM, Richard Gaskin wrote: > william humphrey wrote

Re: How to copy a card you can't open

2011-04-18 Thread william humphrey
But I found out that deleted the main fld which contained, I thought, only text has made it possible to open the card. So this means that there was text in that field which LiveCode couldn't deal with. ___ use-livecode mailing list use-livecode@lists.runr

Re: How to copy a card you can't open

2011-04-18 Thread william humphrey
Richard I also deleted the only image on that card and it still crashes instantly when you try to open it. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: How to copy a card you can't open

2011-04-18 Thread william humphrey
Thanks. In the application browser I made everything on that card invisible and it still couldn't be opened without crashing. On Mon, Apr 18, 2011 at 3:59 PM, Richard Gaskin wrote: > william humphrey wrote: > > I have a stack with three cards. I pulled this stack out of many that was >> in >> my

Re: Rev/Livecode project and GPL Licenses

2011-04-18 Thread Mark Schonewille
Richard: OpenVZ is free open source software, available under GNU GPL. OpenVZ is the basis of Parallels Virtuozzo Containers, a commercial virtualization solution offered by Parallels. OpenVZ project is supported by Parallels. http://wiki.openvz.org/Main_Page I'm not sure that this is the enti

Re: How to copy a card you can't open

2011-04-18 Thread Richard Gaskin
william humphrey wrote: I have a stack with three cards. I pulled this stack out of many that was in my application. If I go to the last card in this stack LiveCode crashes every time. How can I figure out what is in this card which is causing LiveCode to crash and delete whatever it is? Are

How to copy a card you can't open

2011-04-18 Thread william humphrey
I have a stack with three cards. I pulled this stack out of many that was in my application. If I go to the last card in this stack LiveCode crashes every time. How can I figure out what is in this card which is causing LiveCode to crash and delete whatever it is? _

Re: iOS reliability of reachability on WIFI networks

2011-04-18 Thread Jim Lambert
BobS wrote: > Maybe retry 3 times? A weak connection may not be there one minute and then > be there the next. If any of the 3 times fails, report to the user that the > connection is weak. But if you are getting this with strong signals then it's > obviously something else. Thanks, Bob. In

Re: Rev/Livecode project and GPL Licenses

2011-04-18 Thread Richard Gaskin
Mark Schonewille wrote: > The trick is to provide a quality of services that's worth paying > for, including compiled binaries, while at the same time keeping > the open-source community at a big distance away from your commercial > product. You could also try to focus your open-source project on

Re: Rev/Livecode project and GPL Licenses

2011-04-18 Thread Mark Schonewille
Hi, The trick is to provide a quality of services that's worth paying for, including compiled binaries, while at the same time keeping the open-source community at a big distance away from your commercial product. You could also try to focus your open-source project on Unix flavours while focus

Omegabundle 2011 for LiveCode - Very Limited Time Bundle of LiveCode and Extensions

2011-04-18 Thread Lynn Fredricks
Hello all, Runtime Revolution has thrown in their support to the Omegabundle 2011 for LiveCode offers! >> check it out: http://www.omegabundle.com/ Omegabundle 2011 for LiveCode (new user) includes LiveCode Pro/Commercial (your choice of desktop + one mobile platform) plus the following: *A $50

Re: take by a LiveCode developer I suspect...

2011-04-18 Thread Bob Sneidar
Fascinating! How did you get the iMac to produce real food and drink? This is a monumental breakthrough in quantum physics!! Bob On Apr 18, 2011, at 10:06 AM, Colin Holgate wrote: > Not sure how session stuff got into there. Here's the non-tinyurl version: > > http://s3.amazonaws.com/screenst

Re: Palette question

2011-04-18 Thread Pete
That would also fix all those pesky bugs that keep coming up! Pete Molly's Revenge On Mon, Apr 18, 2011 at 9:58 AM, Scott Rossi wrote: > Recently, Klaus on-rev wrote: > > >> If you're just trying to enable or disable resizing, you can set the > >> "resizable" p

Re: Palette question

2011-04-18 Thread Klaus on-rev
Hi Scott, > Recently, Klaus on-rev wrote: > >>> If you're just trying to enable or disable resizing, you can set the >>> "resizable" property of your stack to true or false. >> >> yes, but THAT does not hinder the system to resize your stack when you >> click the green button in the title bar (O

Re: Palette question

2011-04-18 Thread Pete
Good point. I'm opening my stack as a palette so I don't have that problem, but I agree resizable should mean just that. Pete Molly's Revenge On Mon, Apr 18, 2011 at 9:51 AM, Klaus on-rev wrote: > Hi Scott, > > > Recently, Pete wrote: > > > >> As a side > >> no

Re: take by a LiveCode developer I suspect...

2011-04-18 Thread Colin Holgate
Not sure how session stuff got into there. Here's the non-tinyurl version: http://s3.amazonaws.com/screensteps_live/step_images/runrev/29252/media_1300882578420_display.png ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Source code for QT external

2011-04-18 Thread stephen barncard
you should contact Trevor Devore at Blue Mango. It's his code. He's also on one of these lists. On 18 April 2011 04:25, Glen Bojsza wrote: > Hello, > > I am looking to see if the source code that was used for the QT external is > available and if so, where can it be downloaded. > > This is for t

Re: Palette question

2011-04-18 Thread Scott Rossi
Recently, Klaus on-rev wrote: >> If you're just trying to enable or disable resizing, you can set the >> "resizable" property of your stack to true or false. > > yes, but THAT does not hinder the system to resize your stack when you > click the green button in the title bar (OS X), just tested! B

Re: Rev/Livecode project and GPL Licenses

2011-04-18 Thread Peter Brigham MD
On Apr 17, 2011, at 7:15 PM, Richard Gaskin wrote: > Peter Brigham wrote: > >> On Apr 15, 2011, at 10:14 AM, Richard Gaskin wrote: >> >>> Scott McDonald wrote: Where I was getting it mixed up, was that I was equating selling commercially with not making the source code available.

Re: Palette question

2011-04-18 Thread Klaus on-rev
Hi Scott, > Recently, Pete wrote: > >> As a side >> note, I also found that setting the stack window decorations to None gets >> rid of the resize icon. > > If you're just trying to enable or disable resizing, you can set the > "resizable" property of your stack to true or false. yes, but THAT

Re: Check for first run

2011-04-18 Thread Bob Sneidar
Trouble with the prefs approach is that sometimes prefs will get "corrupted" whatever that means, and a user will delete it expecting that the app will create another one with the default settings. Making them go through the setup procedure can actually cause more problems, if the setup has info

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Bob Sneidar
Or you can get a list of fields whose focusable is true and locktext is false (because you don't want to tab to labels now do you) and then present the developer with an interface where they can click sequentially on the fields in the order that they want to tab through, then save that list in a

Re: revWeb revlets broken in Firefox 4.0?

2011-04-18 Thread Olivier Dussutour
Hello, there has exactly the same problem on IE9!?! Does anyone know if it is provided a new version of the plugin? Cordialement, Olivier Dussutour olivierdussut...@gmail.com - Original Message - From: "Mark Wieder" To: "How to use LiveCode" Sent: Saturday, March 26, 2011 4:08 AM Subj

Re: take by a LiveCode developer I suspect...

2011-04-18 Thread Bob Sneidar
I get: AccessDeniedRequest has expired5E9FF482889D839C2011-04-17T12:19:44Zxs9mYQn8na1fWfuxF2TmS+g6VD3xdj/Fz4TZfhfs+ESpo+7ZEtJrXXKRLeLoIFD42011-04-18T16:28:07Z with Firefox 4. Bob On Apr 16, 2011, at 9:20 AM, Colin Holgate wrote: > I was looking over some of the tutorials online, and saw th

Re: weekdaynames

2011-04-18 Thread Bob Sneidar
I vote no, since anybody can code this with a little imagination. Instead, I vote for a way to query the system for date/time data that is meaningful. Bob On Apr 17, 2011, at 9:17 AM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > Klaus, > > This won't help you at all, but it

Re: Palette question

2011-04-18 Thread Scott Rossi
Recently, Pete wrote: > As a side > note, I also found that setting the stack window decorations to None gets > rid of the resize icon. If you're just trying to enable or disable resizing, you can set the "resizable" property of your stack to true or false. Regards, Scott Rossi Creative Directo

Re: take by a LiveCode developer I suspect...

2011-04-18 Thread Bob Sneidar
Actually, here is the error message: This XML file does not appear to have any style information associated with it. The document tree is shown below. Bob On Apr 16, 2011, at 9:20 AM, Colin Holgate wrote: > I was looking over some of the tutorials online, and saw this picture: > > htt

Re: iOS reliability of reachability on WIFI networks

2011-04-18 Thread Bob Sneidar
Maybe retry 3 times? A weak connection may not be there one minute and then be there the next. If any of the 3 times fails, report to the user that the connection is weak. But if you are getting this with strong signals then it's obviously something else. Bob On Apr 15, 2011, at 4:51 PM, Jim

Re: Palette question

2011-04-18 Thread Pete
Thanks. Like I said, I knew I was missing something obvious! As a side note, I also found that setting the stack window decorations to None gets rid of the resize icon. Pete Molly's Revenge On Sun, Apr 17, 2011 at 7:18 PM, Mike Bonner wrote: > To do it in cod

menu icon in OS X

2011-04-18 Thread Maarten Koopmans
Hi, I Googled a lot, but I haven't found it... I'd like to have a little menu icon to the right on closing my app in the Mac menu bar, is that possible at all. And when a user clicks the icon a menu appears. If you've ever seen the dropbox menu icon, you know what I mean. Any small snippet (as us

Re: Export snapshot to an image?

2011-04-18 Thread Graham Samuel
Thanks Gentlemen, both ideas are a lot better than mine. FWIW, while I was waiting for a reply (I didn't expect it to be so quick!) I thought of another method, which is to clone the image I want to take my extract from and crop the clone - then I can simply put the cropped image into the image

Re: text field in modal allows no input

2011-04-18 Thread Trevor DeVore
On Mon, Apr 18, 2011 at 11:06 AM, Maarten Koopmans < maarten.koopm...@gmail.com> wrote: > Thanks Trevor, that does the trick, also with a sheet, which gave the same > problem! Sadly, I don't have acess to the QCC anymore sine the new "paid > supoort list" thing. > Just send a report to supp...@ru

Re: text field in modal allows no input

2011-04-18 Thread Maarten Koopmans
Thanks Trevor, that does the trick, also with a sheet, which gave the same problem! Sadly, I don't have acess to the QCC anymore sine the new "paid supoort list" thing. Thanks a lot for your help though! --Maarten On Mon, Apr 18, 2011 at 1:22 PM, Trevor DeVore wrote: > On Sat, Apr 16, 2011 at 1

Re: Export snapshot to an image?

2011-04-18 Thread Keith Clarke
Hi Graham, You might want to try something along the lines of import snapshot from rectangle 0,0,1024,768 of card "target" set the name of the last image to "The image name I want" ...which worked for me - and I think it bypasses the clipboard. Best, Keith.. On 18 Apr 2011, at 14:46, Klaus on-re

Re: Export snapshot to an image?

2011-04-18 Thread Klaus on-rev
Hi Graham, > I've been extracting bits of images using 'export snapshot', and this goes > fine if the export is to a file. However, I have now tried to do an export to > an image and nothing seems to happen. The command has the form > > export snapshot from rect a,b,c,d of img "LargeBitmap" of

Export snapshot to an image?

2011-04-18 Thread Graham Samuel
I've been extracting bits of images using 'export snapshot', and this goes fine if the export is to a file. However, I have now tried to do an export to an image and nothing seems to happen. The command has the form export snapshot from rect a,b,c,d of img "LargeBitmap" of cd "BitMapStore" of s

Re: Resizing a datagrid form

2011-04-18 Thread Klaus on-rev
Hi Trevor, > On Sun, Apr 17, 2011 at 7:38 AM, Klaus on-rev wrote: >> >> is it possible to resize the content of a datagrid form when the stack >> resizes? >> I mean the CONTENTS of the datagrid form, not only the groups rect! >> Know what I mean? >> Any hint very welcome :-) > set the rect of gro

Source code for QT external

2011-04-18 Thread Glen Bojsza
Hello, I am looking to see if the source code that was used for the QT external is available and if so, where can it be downloaded. This is for the actual source code not the external itself. regards, Glen ___ use-livecode mailing list use-livecode@li

Re: Check for first run

2011-04-18 Thread Trevor DeVore
On Sun, Apr 17, 2011 at 2:42 AM, Maarten Koopmans < maarten.koopm...@gmail.com> wrote: > Is there a best practice for checking if the application is on a > first run for a standalone(especially one that will go to an App store > eventually)? > > I simply need to ask the user a few questions on fi

Re: text field in modal allows no input

2011-04-18 Thread Trevor DeVore
On Sat, Apr 16, 2011 at 11:26 AM, Maarten Koopmans < maarten.koopm...@gmail.com> wrote: > I have a main stack that accepts a drag-drop for files like this on a > hidden > field the size of the card: > > *on* dragDrop > > *if* the dragData["files"] is not empty *then* > > *modal* stack "Add

Re: Resizing a datagrid form

2011-04-18 Thread Trevor DeVore
On Sun, Apr 17, 2011 at 7:38 AM, Klaus on-rev wrote: > > > is it possible to resize the content of a datagrid form when the stack > resizes? > I mean the CONTENTS of the datagrid form, not only the groups rect! > Know what I mean? > > Any hint very welcome :-) > set the rect of group "Data Grid" t

Re: Android Phone

2011-04-18 Thread Kevin Miller
On 17/04/2011 18:11, "Dan Friedman" wrote: > I know nothing about the Android. I am a iPhone user. As I am about to > embark on writing for the Android, I thought I should have one to test on. A > friend of a friend got a new phone and has offered me his old Android phone > for $40. It is a T