OT: Any conference fotos?

2012-07-03 Thread Tiemo Hollmann TB
Are there any (private) conference fotos or OT stories from behind the scenes of the conference (what happened after the conference at the bar?) for the poor rest of us, who couldn't join? I know, it must have been fun. Would be nice to participate a bit Tiemo __

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Mark Schonewille
hi Pete, I'm quite sure that dispatch isn't the cause of the problem. Probably, an execution error causes the script editor to pop up. The execution error may be related to the password protection or perhaps to an object that can't be found due to the target being messaed up (or both). -- Best

RE: Beta Testers Needed

2012-07-03 Thread Ralph DiMola
I'm in Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Peter Haworth Sent: Monday, July 02, 2012 9:34 PM To: How to use LiveCode

Re: which Linux?

2012-07-03 Thread Richard Gaskin
Colin Holgate wrote: For just the purposes of showing how LiveCode apps can work on Linux, which one should I use? For development, obviously Ubuntu simply because it's the largest audience by far. But for demo, I would suggest Linux Mint. It's based on Ubuntu and very easy to use, with a

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Richard Gaskin
Mark Schonewille wrote: > On 3 jul 2012, at 04:29, Peter Haworth wrote: > >> I just came across a bad problem with passowrd protected stacks. >> >> I have a button on a card whose handler uses dispatch to send a >> message to a card in a stack whcih is password protected. When >> the dispatch is

Re: Beta Testers Needed

2012-07-03 Thread Michael Doub
I would be happy to help test. -= Mike On Jul 3, 2012, at 9:21 AM, Ralph DiMola wrote: > I'm in > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode-boun...@lists.runrev.com > [mailto:use-livecode-bo

RE: Any conference fotos?

2012-07-03 Thread Ralph DiMola
No photos, but a story I brought a guitar just thinking that maybe there are some of us that might be musicians. On Tuesday night I broke it out when Dave from RR said "You have a guitar with you?" Well about 5 or 6 of us played until the wee hours of the morning. Then at the end, the one gu

RE: Beta Testers Needed

2012-07-03 Thread Ralph DiMola
Also Pete.. As always I will test on both PC and Mac. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.c

Re: Problem with dispatch and passowrd protected stacks

2012-07-03 Thread Bob Sneidar
I think the only way that happens is if there is an error thrown in the protected stack. Wrap the call in a try/catch construct and then check for the error. sqlYoga works this way. Bob On Jul 2, 2012, at 7:29 PM, Peter Haworth wrote: > I just came across a bad problem with passowrd protecte

Re: What happened to my message box?

2012-07-03 Thread Bob Sneidar
I have to conclude that there is something in your OS, or some utility that is preventing the keypress events from getting to the Livecode engine. What happens when you put this in a card script and then hit the return key: on rawKeyDown pKey put pKey pass rawKeyDown end rawKeyDown You shou

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Hi Mark, I think you are correct. I am unable to reproduce the problem now so moving on. Pete lcSQL Software On Tue, Jul 3, 2012 at 2:22 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > hi Pete, > > I'm quite sure that dispatch isn't the cause of the pro

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Hi Richard, It was in my script comparison utility but not in the area that gets scripts. I'm dealing with password protected stacks by giving them the choice of supplying the password or ignoring the stack if they don't know it. Thanks for the recommendation for checking if the stack is availabl

Re: Beta Testers Needed

2012-07-03 Thread Peter Haworth
Thanks everyone. I will email you the stack off list later today. Pete lcSQL Software On Tue, Jul 3, 2012 at 7:30 AM, Ralph DiMola wrote: > Also Pete.. > > As always I will test on both PC and Mac. > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...

Re: OT: Any conference fotos?

2012-07-03 Thread J. Landman Gay
On 7/3/12 3:30 AM, Tiemo Hollmann TB wrote: Are there any (private) conference fotos or OT stories from behind the scenes of the conference (what happened after the conference at the bar?) I wrote this to a friend. I don't really know if the other conference was for golfers but I claim artisti

Re: Any conference fotos?

2012-07-03 Thread Peter M. Brigham
OK, come on, who was the guitar prodigy... you can't keep us hanging. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jul 3, 2012, at 10:29 AM, Ralph DiMola wrote: > No photos, but a story > > I brought a guitar just thinking that maybe there are some of us th

Re: Any conference fotos?

2012-07-03 Thread Klaus on-rev
Hi Peter, Am 03.07.2012 um 19:54 schrieb Peter M. Brigham: > OK, come on, who was the guitar prodigy... you can't keep us hanging. I'm almost sure it was Ralph's famous brother and well know fusion guitarist Al DiMola :-D Might take while... ;-) > -- Peter > > Peter M. Brigham > pmb...@gmail

Re: which Linux?

2012-07-03 Thread stephen barncard
Richard, which desktop do you prefer, MATE or Cinnamon? On Tue, Jul 3, 2012 at 6:29 AM, Richard Gaskin wrote: > Colin Holgate wrote: > >> For just the purposes of showing how LiveCode apps can work on Linux, >> which one should I use? >> > > For development, obviously Ubuntu simply because it's t

Re: Any conference fotos?

2012-07-03 Thread Mark Wieder
Klaus- Tuesday, July 3, 2012, 11:02:49 AM, you wrote: > I'm almost sure it was Ralph's famous brother and well know fusion guitarist > Al DiMola :-D > Might take while... ;-) The Seaview has photos of golf greats over the years playing at the hotel courses. Sprinkled among all these photos is

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
When I enter this script into the card handler of a card I do in fact get those values for Return and Enter. Apparently this problem is within the Message Box stack itself, and then only within the section that deals with the message field. I've tried using the debugger to trap the execution of the

Re: which Linux?

2012-07-03 Thread Richard Gaskin
stephen barncard wrote: > On Tue, Jul 3, 2012 at 6:29 AM, Richard Gaskin wrote: > >> For development, obviously Ubuntu simply because it's the largest >> audience by far. >> >> But for demo, I would suggest Linux Mint. It's based on Ubuntu >> and very easy to use, with a pleasant UI that folks t

Re: which Linux?

2012-07-03 Thread Richmond
On 07/03/2012 09:09 PM, stephen barncard wrote: Richard, which desktop do you prefer, MATE or Cinnamon? I'm not 'Richard' (But Gaskin is), but I work extensively with Linux, and for my work (i.e. at my EFL school) I use the GNOME 'Classic' with Avant Window Navigator, and at home, both my wif

Re: What happened to my message box?

2012-07-03 Thread Mark Wieder
Howard- Tuesday, July 3, 2012, 11:11:36 AM, you wrote: > Any other ideas? I appreciate your help. The debugger has a trap to ignore errors in IDE stacks in order to prevent endless loops. If you need to debug the message box, issue the following commands. Normally I would say do this in the mess

Re: which Linux?

2012-07-03 Thread Richmond
On 07/03/2012 09:19 PM, Richard Gaskin wrote: stephen barncard wrote: > On Tue, Jul 3, 2012 at 6:29 AM, Richard Gaskin wrote: > >> For development, obviously Ubuntu simply because it's the largest >> audience by far. >> >> But for demo, I would suggest Linux Mint. It's based on Ubuntu >> and ve

Re: which Linux?

2012-07-03 Thread stephen barncard
um - what I meant was - if one were recommending Linux Mint, which desktop would one choose.MATE or Cinnamon? What is better supported and works well with Livecode? Those distributions are what is offered at MINT I'm corn-fused*. I didn't want to start an environmental war. **Homer and Jeth

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Hi Richard, I'm having a problem with this. In my case, the passkey property of all the stacks I look at that are not password protected is set to true. This is in 5.5.0. Any ideas why that would happen? Pete lcSQL Software On Tue, Jul 3, 2012 at 6:34 AM, Richard Gaskin

Re: which Linux?

2012-07-03 Thread Colin Holgate
I installed Linux Mint/Maya, which installed ok, and seems to run (this is under VirtualBox on my Mac), but I haven't found a way to quit VirtualBox. When you do that it attempts to shut down the virtual machine, and that never success. Which means I have to force quit VirtualBox, and the next t

Re: which Linux?

2012-07-03 Thread Colin Holgate
I got around the difficulty of sharing files by putting the test files onto a server that I could log onto with Linux. What should the name be for a Linux LiveCode standalone? It came out named as "untitled 1" with no extension, an dLinux thought that was a document. I tried renaming it to be "t

Re: which Linux?

2012-07-03 Thread Bob Sneidar
I don't think the extension matters, try .app, but you probably have to set the execute bit. Bob On Jul 3, 2012, at 1:11 PM, Colin Holgate wrote: > I got around the difficulty of sharing files by putting the test files onto a > server that I could log onto with Linux. What should the name be

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:11 PM, Colin Holgate wrote: I got around the difficulty of sharing files by putting the test files onto a server that I could log onto with Linux. What should the name be for a Linux LiveCode standalone? It came out named as "untitled 1" with no extension, an dLinux thought tha

Re: which Linux?

2012-07-03 Thread Colin Holgate
Is that not something that LiveCode ought to do, when making the standalone? How in Linux would I do that? On Jul 3, 2012, at 4:16 PM, Bob Sneidar wrote: > >I don't think the extension matters, try .app, but you probably have to set > >the execute bit. __

Re: What happened to my message box?

2012-07-03 Thread AcidJazz
Check this thread in the runrev forum for another possible cause of the problem, and a solution. http://forums.runrev.com/phpBB2/viewtopic.php?t=12070 - Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-happened-to-my-message-box-tp3875988p4651577.html

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:22 PM, Colin Holgate wrote: How in Linux would I do that? One way, right-click the file and select the permissions pane in the dialog and check the box. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: which Linux?

2012-07-03 Thread Colin Holgate
All the options in Permissions are grayed out. It says the owner is "root". On Jul 3, 2012, at 4:20 PM, Warren Samples wrote: > > It doesn't have or need an extension. Make sure its permissions include "is > executable". ___ use-livecode mailing l

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:22 PM, Colin Holgate wrote: How in Linux would I do that? Oh, I skipped something... select "Properties" and then permissions... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubs

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:30 PM, Colin Holgate wrote: It says the owner is "root". If you change it to your user, does it ask for authentication or tell you it won't allow that? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: which Linux?

2012-07-03 Thread Bob Sneidar
Are you compiling in Windows? I don't think the file system supports an executable bit, but have a look at this: http://blog.lesc.se/2011/11/how-to-change-file-premissions-in-git.html Bob On Jul 3, 2012, at 1:22 PM, Colin Holgate wrote: > Is that not something that LiveCode ought to do, when

Android: put ioexception

2012-07-03 Thread Dan Friedman
In my Android app, when attempting to save to a server, I get this result: java.io.IOException: Unable to connect to server: Unable to log in to server (PASS): 123.456.789.11 Here's my code snippet: put "ftp://"; & urlEncode(tPassword) & ":pWord@123.456.789.11/folder/test.txt" into ftpPath put

Re: which Linux?

2012-07-03 Thread Colin Holgate
I got further by copying the files from the server to the desktop, then I could check the box that says "allow this file to run as a program". But double clicking it leads to a "failed to execute file "test" - Failed to execute child process "/home/mint/Desktop/LinuxTest/test" (No such file or d

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:30 PM, Colin Holgate wrote: All the options in Permissions are grayed out. It says the owner is "root". Open a terminal and type: sudo chown Replace with your user's name. Type the root password at the prompt. Should do it. Good luck, Warren

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:42 PM, Colin Holgate wrote: I got further by copying the files from the server to the desktop, then I could check the box that says "allow this file to run as a program". But double clicking it leads to a "failed to execute file "test" - Failed to execute child process "/home/m

Re: which Linux?

2012-07-03 Thread Colin Holgate
I installed 64 bit. Are LiveCode apps only 32 bit? ldd tells me that it's not a dynamic executable. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: which Linux?

2012-07-03 Thread Warren Samples
On 07/03/2012 03:58 PM, Colin Holgate wrote: I installed 64 bit. Are LiveCode apps only 32 bit? ldd tells me that it's not a dynamic executable. Yes, that's your current problem. You'll have to install the ia32 libs. Do an update first. Installing these libs was a pain for me in Maya, wit

Re: which Linux?

2012-07-03 Thread Colin Holgate
Before you sent this I already found this online: sudo apt-get install ia32-libs so I'm giving that a go. On Jul 3, 2012, at 5:01 PM, Warren Samples wrote: > Yes, that's your current problem. You'll have to install the ia32 libs. Do an > update first. Installing these libs was a pain for me

Re: which Linux?

2012-07-03 Thread Colin Holgate
Maybe I'm not giving it a go after all, Linux locked up near the end of the adding of the libs. I can't even move or select windows. I guess I'll force quit it, and download the 32 bit version. Thanks for the help. ___ use-livecode mailing list use-

Re: which Linux?

2012-07-03 Thread Roger Eller
On Tue, Jul 3, 2012 at 5:08 PM, Colin Holgate wrote: > Maybe I'm not giving it a go after all, Linux locked up near the end of > the adding of the libs. I can't even move or select windows. > > I guess I'll force quit it, and download the 32 bit version. > > Thanks for the help. > > 32-bit will al

Re: which Linux?

2012-07-03 Thread Bob Sneidar
And can I say, after over 20 years of IT experience that the unix/linux file permissions are as inane a thing as I think I have ever seen? Really? They want end users to have to edit the permissions for all the files they create?? In a TERMINAL??? Really? Bob On Jul 3, 2012, at 1:42 PM,

Re: which Linux?

2012-07-03 Thread Bob Sneidar
This is another one of those principles I have applied to IT. If you don't really, really need 64 bit apps and OS, avoid it until you cannot avoid it anymore. By that time hopefully everyone in the computer world will pretty much have their act together. Windows is only just getting there, and t

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Bob Sneidar
Do they inherit the property from the mainstack until explicitly set? Bob On Jul 3, 2012, at 11:57 AM, Peter Haworth wrote: > Hi Richard, > I'm having a problem with this. In my case, the passkey property of all > the stacks I look at that are not password protected is set to true. This > is

Re: Android: List Field and Native Scroller

2012-07-03 Thread Charles E Buchwald
A client just directed me to Font Awesome. http://fortawesome.github.com/Font-Awesome/ I'm not familiar with Twitter Bootstrap, for which it was designed, but it looks immediately useful for LC. It's basically a very large monochrome icon collection in vector format, and also collected as a TrueT

Re: Font Awesome

2012-07-03 Thread Charles E Buchwald
Whoops. Didn't mean to use that subject line... have to stop drinking at lunch time... here's another try. > A client just directed me to Font Awesome. > http://fortawesome.github.com/Font-Awesome/ > I'm not familiar with Twitter Bootstrap, for which it was designed, but it > looks immediately u

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
Hi Mark, I remember when this issue came up (I too was taken in by the lure of a free suite of 3D programs). I did make those changes at the time Ken brought this to our awareness to the revDebuggerValidGlobalNames function but I made it in LC V 4.6.4, the latest version of LC I have. I didn't mak

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
Thank you Mark! This is very helpful. I've verified that I can now use breakpoints in the message box scripts and will take a look to see if I can track down where the problem is when I have some free time. I've been getting along ok with my home grown one so I'm not in a rush, but it's good to k

Re: What happened to my message box?

2012-07-03 Thread Thunder
Does this help ? http://runtime-revolution.278305.n4.nabble.com/Cannot-use-Message-Box-td3505245.html http://runtime-revolution.278305.n4.nabble.com/Cannot-use-Message-Box-td3505245.html -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-happened-to-my-messag

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Uhh, I don't know. The point is that passkey is supposed to be either empty or contain the entered password and "true" isn;t the password. Pete lcSQL Software On Tue, Jul 3, 2012 at 2:53 PM, Bob Sneidar wrote: > Do they inherit the property from the mainstack until expl

Re: which Linux?

2012-07-03 Thread Mark Wieder
Roger- Tuesday, July 3, 2012, 2:25:48 PM, you wrote: > 32-bit will always be your best bet with LiveCode. This also means that > 64-bit Linux users (potential customers for your apps) will also have to > suffer through this nonsense of installing libs JUST to use the software. > I sincerely wish

Re: which Linux?

2012-07-03 Thread Richard Gaskin
Bob Sneidar wrote: > And can I say, after over 20 years of IT experience that > the unix/linux file permissions are as inane a thing as > I think I have ever seen? > > Really? They want end users to have to edit the permissions > for all the files they create?? In a TERMINAL??? Really? True,

Re: which Linux?

2012-07-03 Thread J. Landman Gay
Bob Sneidar wrote: And can I say, after over 20 years of IT experience that the unix/linux file permissions are as inane a thing as I think I have ever seen? OS X permissions are identical. Really? They want end users to have to edit the permissions for all the files they create?? In a TERM

Re: Font Awesome

2012-07-03 Thread J. Landman Gay
On 7/3/12 6:15 PM, Charles E Buchwald wrote: Whoops. Didn't mean to use that subject line... have to stop drinking at lunch time... here's another try. A client just directed me to Font Awesome. http://fortawesome.github.com/Font-Awesome/ I'm not familiar with Twitter Bootstrap, for which it w

Re: which Linux?

2012-07-03 Thread Peter Haworth
Good to know... Pete lcSQL Software On Tue, Jul 3, 2012 at 10:00 PM, J. Landman Gay wrote: > If you build a Mac OS X standalone on Windows, it comes over to the Mac > without the executable bit set too. You can use terminal to set it. _

Re: Font Awesome

2012-07-03 Thread Guglielmo Braguglia
Hi Jacque, the FontAwesome.ttf that you find into the font folder is NOT empty ... just appear empty if you use quick-look, but I opened the font on Mac with "FontLab Studio" and all characters are there, just with high unicode values (most are between F000 and F0EA, plus one in F200). Hope t

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
Yes. It caused me to re-read the fix that was first mention by Ken Ray and then later in the thread you referenced. I realized that I had only added this line to the revDebuggerValidGlobalNames function: filter tGlobalsRaw without "*-*" I hadn't added this other one for some reason: filter tGloba

Re: which Linux?

2012-07-03 Thread Peter Alcibiades
32 bit Debian stable which will come with Gnome 2. Or, you can install 64bit version, in which case put in ia32 libs, which will install with no problems. Mint is also not a bad idea, and another good choice will be PCLinuxOS. Peter -- View this message in context: http://runtime-revolution.2

Re: which Linux?

2012-07-03 Thread Peter Alcibiades
I have never, ever had to have a user change permissions in a terminal. Never. And this goes back around 10 years. What does sometimes happen is that when an email attachment arrives, and the user saves it to another folder, it may be marked read only. Or, when he/she opens such an attachment