Re: Custom Ask File Dialogs

2015-07-12 Thread Bob Warren
Hi Ray, The chooser widgets at the following link are certainly customizable: http://www.howsoft.com/runrev/runrev_stacks_index.htm However, the coding of these widgets is quite complex, and when it is not your own, making alterations and extensions is not always that easy. It might be worth

Re: Unusual list spam - caution

2015-07-12 Thread Dr. Hawkins
On Fri, Jul 10, 2015 at 12:17 PM, J. Landman Gay wrote: > Mine were from Jim McConnell too. I wonder if he (or someone) has got some > kind of malware that's doing this. > his server farm. Yes, Jim McDonnell has a farm. And on that farm there is s spam. EI-EI-O :) -- Dr. Richard E. Hawkins,

Re: Code signing a standAlone App Confusion

2015-07-12 Thread JB
Thank you Scott and Trevor! John Balgenorth On Jul 12, 2015, at 2:06 PM, Scott Morrow wrote: > Trevor DeVore has a tutorial here: > > > >> On Jul 10, 2015, at 8:54 PM, William Prothero >> wrote: >> >> Folks: >> Is there a “Tutor

Re: Code signing a standAlone App Confusion

2015-07-12 Thread Scott Morrow
Trevor DeVore has a tutorial here: > On Jul 10, 2015, at 8:54 PM, William Prothero wrote: > > Folks: > Is there a “Tutorial for Dummies” that walks one through the process of > creating and code-signing a Livecode stand-alone applica

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-12 Thread Paul Hibbert
I don’t see the infinity symbol, but out of curiosity I opened the ‘Disk Space Usage' in the ‘Files’ panel of cPanel and it reports: 3,241.86 MB total disk space used. 50,000.00 MB quota limit (0.00 MB used). However, the summary in the ‘Stats’ panel on the left shows: Disk Space Usage

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-12 Thread Jim Lambert
> TEDennis wrote: > > re: To Infinity and beyond! > > Would you mind sharing some of that excess capacity? > > I don't mean the 'infinity" stuff. > > I mean the "beyond" stuff. > > I'm wondering ... does "beyond" still use a binary system? Only in the world of ‘Toy Story’, the film from whic

Re: Code signing a standAlone App Confusion

2015-07-12 Thread JB
If you figure it put please post the steps. John Balgenorth On Jul 10, 2015, at 8:54 PM, William Prothero wrote: > Folks: > Is there a “Tutorial for Dummies” that walks one through the process of > creating and code-signing a Livecode stand-alone application? The Apple > Developers website d

Code signing a standAlone App Confusion

2015-07-12 Thread William Prothero
Folks: Is there a “Tutorial for Dummies” that walks one through the process of creating and code-signing a Livecode stand-alone application? The Apple Developers website does this, but between XCode and the Developer’s web site, and downloading and uploading certificates and provisioning profile

Re: Wiki software, anyone?

2015-07-12 Thread Kay C Lan
On Sat, Jul 11, 2015 at 5:11 AM, Bob Sneidar wrote: > They will need their agility in the lowest depths of hell where they are > all heading. > > Bob S > > Hmmm, I'd like to post something but we all know cheese, cheese and cheese should never be discussed at the table. David, I must commend you

Re: Table field

2015-07-12 Thread Michael Doub
Thanks Peter. I just added it to the MasterLibrary. https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 Regards, Mike On 7/12/15 7:05 AM, Peter M. Brigham wrote: Here's a general function for extracting a column or columns from a tab-del table, based on a handler by Mi

Re: Table field

2015-07-12 Thread JB
That’s nice, thank you! I am saving it. John Balgenorth On Jul 12, 2015, at 4:05 AM, Peter M. Brigham wrote: > Here's a general function for extracting a column or columns from a tab-del > table, based on a handler by Mike Doub for deleting columns. IIRC there was > an exchange in this list

mobileControl and TextEncode / TextDecode

2015-07-12 Thread Scott Morrow
I’m wondering if there is a a “correct” or best practice for getting unicode in and out of an iOS UITextField under LiveCode 7. Specifically, is TextEncode and TextDecode necessary or advisable? So far, this seems to work for me: put mobileControlGet (sEmailFieldID, "unicodeText") into fld “Em

Re: [OT] SQLite/Unicode

2015-07-12 Thread Kay C Lan
Very useful. Thanks for posting that. On Tue, Jul 7, 2015 at 5:01 AM, Peter Haworth wrote: > For those of you wanting to use Unicode with an SQLite database, I came > across this on the SQLite list: > > https://bitbucket.org/alekseyt/nunicode#markdown-header-sqlite3-extension > > Livecode 7 make

Re: Table field

2015-07-12 Thread Peter M. Brigham
Here's a general function for extracting a column or columns from a tab-del table, based on a handler by Mike Doub for deleting columns. IIRC there was an exchange in this list re bug checking and generally tuning it up, and the handler I saved in my library came out of that discussion. -- Pete