Re: Apple vs Android in the Enterprise

2011-09-16 Thread Josh Mellicker
On Sep 15, 2011, at 7:14 PM, Chipp Walters wrote: > Thankfully, our > customers prefer Android to iOS by a significant margin-- but the LC Android > build capabilities are still lagging behind. This is the reason we've chosen > to develop for iOS first. Could you develop this project with HTML5/

Re: iOS initial orientation

2011-09-14 Thread Josh Mellicker
"MetalStorm" is another. On Sep 14, 2011, at 5:55 AM, Ian Wood wrote: > Highborn HD > Cogs HD lite > > They're pretty rare though. > > Ian > > On 14 Sep 2011, at 12:59, Colin Holgate wrote: > >> Can you give an example? >> >> On Sep 14, 2011, at 4:51 AM, Ian Wood wrote: >> >>> I've purcha

Re: How do I reference an image in a group in a Data Grid form from outside the grid?

2011-09-09 Thread Josh Mellicker
On Sep 9, 2011, at 4:41 PM, zryip theSlug wrote: > > dgDataControlOfIndex is a datagrid property. > > Try: > hide btn "blueCircle" of the dgDataControlOfIndex[2] of grp "myDataGrid" > Thanks for your help, problem solved! The problem wasn't actually that I forgot the group (i did in the emai

Re: How do I reference an image in a group in a Data Grid form from outside the grid?

2011-09-09 Thread Josh Mellicker
On Sep 9, 2011, at 2:36 PM, zryip theSlug wrote: > On Fri, Sep 9, 2011 at 11:03 PM, Josh Mellicker wrote: >> Just wondering what best practices are when wanting to reference an image >> (or button or other non-text field control) in a Data Grid form. >> >> >>

How do I reference an image in a group in a Data Grid form from outside the grid?

2011-09-09 Thread Josh Mellicker
Just wondering what best practices are when wanting to reference an image (or button or other non-text field control) in a Data Grid form. img "blueCircle" of grp x of grp "DataGrid" works, but x does not seem to correlate with either the index or line number. So, does anyone know: 1. what x

Re: SFTP externals

2011-08-29 Thread Josh Mellicker
It would be great if it were able to resume upload or download in the case that the file had only partially been transferred previously. If you are using cURL, I believe this is the "-T" switch. -T is a godsend when transferring larger files over intermittent connections, since the file does no

Re: What to Do Since FTP No Longer Supported in Mac OSX Lion?

2011-08-12 Thread Josh Mellicker
We've switched to using cURL for uploading and downloading. Let me know if you'd like some code samples. On Aug 12, 2011, at 10:13 PM, "J. Landman Gay" wrote: > On 8/12/11 1:17 PM, Warren Samples wrote: > >> You can still use FTP: >> >> "While FTP is still available and configurable from the

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 5:50 PM, Shao Sean wrote: >> On the topic of "where do we put stuff (needed support files) in OS X", I >> remember Ken Ray had a great article on this… we decided on >> /Library/Application Support/, it has been working great until yesterday :-) > > Best to just use the use

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 4:08 PM, Richard Gaskin wrote: > Josh Mellicker wrote: > >> On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: >> >>> Hi Josh, >>> >>> That's seems normal, since /Library isn't a user folder. Are you sure this

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 4:31 PM, J. Landman Gay wrote: > On 7/21/11 5:17 PM, Marty Knapp wrote: >> Interestingly, the user's Library folder, and thus the Application >> Support folder is invisible on my Lion install. I can write to it OK, >> though (only tested as admin). > > I was just reading abou

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: > Hi Josh, > > That's seems normal, since /Library isn't a user folder. Are you sure this is > Lion-specific? Yes, at least with all the copies of Lion we've encountered so far. On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: > Hav

Lion problem report and fix

2011-07-21 Thread Josh Mellicker
Just wanted to let everyone know, Lion permissions default to not allowing Livecode to create folders in "/Library/Application Support/" with the "create folder" command. Here's how we got around it: First, this put "mkdir" && quote & "/Library/Application Support/theNewFolderWeNeed2create

anyone using Franklin 3D?

2011-05-20 Thread Josh Mellicker
Hello all, and Ruslan and Lynn in particular, Just wondering if anyone is using Franklin 3D with Livecode? How is it working? Has anyone deployed an app to the public using it? Thanks in advance for any info! ___ use-livecode mailing list use-livecode@

Re: Want to Try Franklin 3D - 3D Engine for Revolution?

2011-05-18 Thread Josh Mellicker
Hello all, and Ruslan and Lynn in particular, Is anyone using Franklin 3D with Livecode? How is it working? Has anyone deployed an app to the public using it? Thanks for any info! On Sep 16, 2009, at 5:21 PM, Lynn Fredricks wrote: > Hello all, > > Anyone interested in a solid 3D game engine

Re: LiveCode SQL APIs

2011-02-14 Thread Josh Mellicker
If you have multiple users for your db, you will not want persistent connections because there's a limit to how many simultaneous connections you can have to a MySQL db. On Feb 14, 2011, at 3:08 PM, Paul Dupuis wrote: > Björnke, > > In other languages, in days gone by, it was good practice to

Re: Using shell to call Livecode

2011-01-10 Thread Josh Mellicker
What external program? On Jan 10, 2011, at 11:09 AM, David Bovill wrote: > I want to configure an external program to use LiveCode as a web browser > rather than a default browser - in the config options it allows you to > specify a command line that will open a browser of you choice with the gi

Re: Pasting Cells From a Spreadsheet

2010-12-08 Thread Josh Mellicker
If you paste into the Content pane of the inspector for a table field or Data Grid, and what you're pasting is tab delimited, that should work? Cheers, Josh Sent from my iPad On Dec 8, 2010, at 1:44 PM, Gregory Lypny wrote: > Hello everyone, > > Is there a trick to pasting a range of cells

Re: PDF ?

2010-12-06 Thread Josh Mellicker
While this is not what you're looking for, perhaps it is an alternate solution? http://www.bloggingpro.com/archives/2010/11/26/wp-pdf-stamper-plugin-brand-your-ebooks-with-license-details/ Cheers, Josh Sent from my iPad On Dec 5, 2010, at 10:34 PM, Anthony Howe wrote: > Thanks Jan, > > Grea

Re: focus question

2010-12-05 Thread Josh Mellicker
Are you using "select after fld X"? On Dec 5, 2010, at 1:08 PM, Mark Smith wrote: > > I'm still using 4.5.0 dp-3. In the dictionary under focus it says "If the > object is an unlocked field, the insertion point is placed after the text in > the field." My experience is it is placed at the begin

Re: Data Grids Stop Working

2010-11-23 Thread Josh Mellicker
Could this have something to do with the template stack being changed or deleted? On Nov 23, 2010, at 9:04 PM, Paul Looney wrote: > Many times, on many stacks, data grids have simply stopped working - without > any warning or error. > The line of code they fail to execute is this, or similar: