Re: DoneDone IssueTracker Library?

2013-01-25 Thread Ken Ray
On Jan 25, 2013, at 12:57 PM, Andrew Kluthe wrote: > We recently started using DoneDone Issue Tracker from > http://getdonedone.com to manage issues from within some of our custom > work tools built livecode. > > I like having users be able to report issues straight from a 50kb > stack delivere

Handler Lists

2013-01-25 Thread Cal Horner
There are many unanswerable questions in this world of ours. And here is another one. "Why are there three different views of the handler list in the Script Editor?" Isn't one enough? How many of you out there use more than one? ___ use-livecode mailing

Re: On-Rev And Add-On Domains Returning the Cpanel/Apache Page?

2013-01-25 Thread Scott McDonald
Hi John, >Have any of you experienced one of your new Add-On Domain in your On- Rev account returning... You are not the only one. I have a similar problem with a sub domain. I think it is a problem with the way the new server have been configured. (It never happened before.) In my case, there is

Re: interesting looking product

2013-01-25 Thread Colin Holgate
That's true, it was seeing them all in one list, and with graphical tracing of the values, that made it look interesting. On Jan 25, 2013, at 4:20 PM, Monte Goulding wrote: > We have access to all of them though. ___ use-livecode mailing list use-li

[TIP] Quick & Dirty Image Resizing

2013-01-25 Thread Scott Rossi
For Friday, I thought I'd share a small script/setup that's quite handy for manually resizing/positioning images when you're laying out a stack. The Setup: 1) Import your image, set its resizeQuality to "good", lock it, group it, and set the margins of the group to 0. 2) Create a button somewher

Re: vexing MySQL query problem

2013-01-25 Thread Peter Haworth
Hi Sieg, What error are you getting? The problem may be that "text" is not only an LC keyword, it's also an SQL keyword. I find it's useful to always include table and column names in double quotes in SQL commands. Pete lcSQL Software On Fri, Jan 25, 2013 at 1:20 PM, Sie

Re: DoneDone IssueTracker Library?

2013-01-25 Thread Monte Goulding
Hmm... one team I'm on we pay $1000 for FogBugz for a team the size of the free plan on this. Looks good. FogBugz doesn't even support email replies to issues which is really annoying. We are considering just moving to the free issue simple tracker on bitbucket which does support email replies.

Re: vexing MySQL query problem

2013-01-25 Thread Monte Goulding
Try: On 26/01/2013, at 8:20 AM, Sieg Lindstrom wrote: > do "revExecuteSQL myDB," & quote & "INSERT INTO RelevantTable (`Text`) " & > "VALUES ('" & thisText & "')" & quote -- Monte Goulding M E R Goulding - software development services mergExt - There's an external for that! ___

Re: interesting looking product

2013-01-25 Thread Monte Goulding
We have access to all of them though. On 26/01/2013, at 8:18 AM, Colin Holgate wrote: > No, it was just the internal sensors I was intrigued by. -- Monte Goulding M E R Goulding - software development services mergExt - There's an external for that! ___

vexing MySQL query problem

2013-01-25 Thread Sieg Lindstrom
I am working on an app to update a MySQL database table. Unfortunately, one of the fields in the table is named "Text" and I can't change that because it's a long-extant table which other non-LC scripts query. I am able to update the table except when the "Text" field is part of the query. Henc

Re: interesting looking product

2013-01-25 Thread Colin Holgate
No, it was just the internal sensors I was intrigued by. On Jan 25, 2013, at 4:08 PM, Monte Goulding wrote: > >Colin if you are talking about BlueTooth LE then I've had a couple of > >contacts about developing an external for it. It could be another crowd > >funded one I guess once we get the

Re: interesting looking product

2013-01-25 Thread Monte Goulding
Colin if you are talking about BlueTooth LE then I've had a couple of contacts about developing an external for it. It could be another crowd funded one I guess once we get the sockets one out the door. On 26/01/2013, at 3:50 AM, Colin Holgate wrote: > My first discovery with this tool is that

Re: Windows App Can't Find File Menu

2013-01-25 Thread J. Landman Gay
On 1/25/13 1:06 PM, Paul Foraker wrote: A standalone I built on my Mac for both Mac and Windows can't find the custom menus when I run it in Windows. The error message I get on launch: Executing at 10:49:05 AM on Friday, January 25, 2013 Type: Chunk: no such object Object: stack "//psf/Home/Des

Re: Windows App Can't Find File Menu

2013-01-25 Thread Paul Foraker
Thanks, Bob. I'm not sure I understand. I'm not trying to open a file. It's a button in the stack that can't be found (by the stack itself). On Fri, Jan 25, 2013 at 12:29 PM, Robert Sneidar wrote: > Hmmm... Parallels Shared Folder is what that file is. I wonder, is it > mapped to a drive letter?

Re: Persistence on iOS (and Android)

2013-01-25 Thread Monte Goulding
I have a video about how to keep you app from quitting and even keep executing here: http://www.youtube.com/watch?v=8qrnVGJ7lFA On 25/01/2013, at 10:23 AM, Ben Rubinstein wrote: > Is there such a thing as suspend/resume on iOS, or just startup and shutdown? > > As far as I can see, when a LC a

Re: Windows App Can't Find File Menu

2013-01-25 Thread Robert Sneidar
Hmmm... Parallels Shared Folder is what that file is. I wonder, is it mapped to a drive letter? If so, use that path instead. Bob On Jan 25, 2013, at 11:06 AM, Paul Foraker wrote: > A standalone I built on my Mac for both Mac and Windows can't find the > custom menus when I run it in Windows.

Re: Persistence on iOS (and Android)

2013-01-25 Thread J. Landman Gay
On 1/24/13 5:23 PM, Ben Rubinstein wrote: Is there such a thing as suspend/resume on iOS, or just startup and shutdown? As far as I can see, when a LC app is suspended and resumed, it's in every way restarted. Unless we save our state explicitly in a file/database/stack, and then reconstruct it

Re: Catastrophic Hard Drive Failure, Economic Hardships and Dual Survival

2013-01-25 Thread J. Landman Gay
On 1/24/13 7:50 PM, Thomas McGrath III wrote: Monte, You are too kind. This truly did make me smile today. This list is truly amazing. Thank you all for the positive feedback, it helps a lot... I've been really touched by all the posts here. I want to make you smile too, but all I can think o

Windows App Can't Find File Menu

2013-01-25 Thread Paul Foraker
A standalone I built on my Mac for both Mac and Windows can't find the custom menus when I run it in Windows. The error message I get on launch: Executing at 10:49:05 AM on Friday, January 25, 2013 Type: Chunk: no such object Object: stack "//psf/Home/Desktop/Send AricaNews.exe" Line: enable menu

DoneDone IssueTracker Library?

2013-01-25 Thread Andrew Kluthe
We recently started using DoneDone Issue Tracker from http://getdonedone.com to manage issues from within some of our custom work tools built livecode. I like having users be able to report issues straight from a 50kb stack delivered over the internet from dropbox. I really like their simplicity

Re: On-Rev And Add-On Domains Returning the Cpanel/Apache Page?

2013-01-25 Thread Mike Bonner
I think if directory browsing is off, and there is no index file in the specified root folder, it might automatically re-direct to the "it works!" page. Bot sure though. On Fri, Jan 25, 2013 at 9:38 AM, JOHN PATTEN wrote: > Hi All… > > Have any of you experienced one of your new Add-On Domain i

Re: interesting looking product

2013-01-25 Thread Colin Holgate
My first discovery with this tool is that it's dependent on you buying the $15 iPad app. That wasn't too clear on the product page. Also, all of their examples are on the lines of plotting graphics, and the graphical performance isn't so great. But, it does seem to read sensors well, and I have

Re: Catastrophic Hard Drive Failure, Economic Hardships and Dual Survival

2013-01-25 Thread Richard Gaskin
Thomas McGrath III wrote: > So, I'm still alive but i think I'm going a bit crazy. I just decided > to take up learning how to play the Harmonica and watching all 600 > Dave Cantebury YouTube videos (From Dual Survival). I think I'd know > better how to survive in a wilderness environment better

On-Rev And Add-On Domains Returning the Cpanel/Apache Page?

2013-01-25 Thread JOHN PATTEN
Hi All… Have any of you experienced one of your new Add-On Domain in your On- Rev account returning the generic CPanel/Apache page,http://www.fullviewpano.com/cgi-sys/defaultwebpage.cgi or http://74.54.153.72/cgi-sys/defaultwebpage.cgi ??? I checked the DNS server at http://www.intodns.com/ful

Re: interesting looking product

2013-01-25 Thread Robert Sneidar
For every degree of complexity, add 3 degrees of difficulty. It's the nature of the beast, man. Coding is not for the feint of heart. If it makes you feel better, I think everything is that way. People start small businesses and have a great time while it is small, but as it grows, more and more

Re: interesting looking product

2013-01-25 Thread Roger Guay
I am STILL here with my Codesign failure after months of effort and I couldn't agree with you more, Christophe. I am not having any fun lately!! Roger On Jan 25, 2013, at 8:52 AM, i...@multimedial.de wrote: > Sorry for my rant but what I want to say is that it is little stuff like that > that

Re: Catastrophic Hard Drive Failure, Economic Hardships and Dual Survival

2013-01-25 Thread Robert Sneidar
Until a fire, flood or theft takes your computer AND your backup. Gotta do local and offsite if it's important to you. Bob On Jan 25, 2013, at 3:29 AM, Peter Alcibiades wrote: > Its a bit late now, but the answer is probably Clonezilla. Insert and boot, > make clone copy including boot secto

Re: Catastrophic Hard Drive Failure, Economic Hardships and Dual Survival

2013-01-25 Thread Robert Sneidar
I always tell people not to worry about backups, that their data is absolutely secure. After all, it's being stored as minute magnetic charges on several layers of rust on metal disks spinning at crazy speeds with read write heads whipping around across the surfaces at speeds too fast for the hu

Re: interesting looking product

2013-01-25 Thread info
Sorry for my rant but what I want to say is that it is little stuff like that that has taken out the fun of my job recently. I am spending more time figuring out what is going wrong in the code creation and signing process instead of writing code itself... Ok,that was it, i has to vent it and w

Re: interesting looking product

2013-01-25 Thread info
This reminds me of the code signing discussion we had here on the list a couple of days ago, where a fellow developer was struggling to find out why his app was not being signed anymore. Although code signing is ok in order to sign off on an app,I have been struggling with the same issue a coup

Re: interesting looking product

2013-01-25 Thread info
Colin, Looks interesting.I am however intrigued how you can do your work with such simple tools - the projects i am confronted with are all more complex. I really,really miss those simple projects nowadays,somehow i always seem to be working on stuff that is complicated and not working as it sh

interesting looking product

2013-01-25 Thread Colin Holgate
As a follow up to recent discussions about coding on tablets, here's an interesting product: http://www.byteworks.us/Byte_Works/techBASIC_App_Builder.html It's called techBASIC App Builder. You create the apps on your iPad, then send the code over to your Mac to create the IPA using Xcode. I'm

Re: Catastrophic Hard Drive Failure, Economic Hardships and Dual Survival

2013-01-25 Thread Peter M. Brigham
When I look back on my life I can see what I couldn't see at the time, that those things that felt like catastrophes turned out to be forced changes in direction that led me to a lot of new opportunities. It's scary and painful, but it turns out that it's not the end of the world, just the end o

Re: Catastrophic Hard Drive Failure, Economic Hardships and Dual Survival

2013-01-25 Thread Peter Alcibiades
Its a bit late now, but the answer is probably Clonezilla. Insert and boot, make clone copy including boot sectors, and an hour or two later you have an exact copy. To go back all you do is the process in reverse from your backup. For one client I used one of those hard drive docks and when th