RELEASE: rIDE 3.0

2014-01-15 Thread Mats Wilstrand
Dear All! I'm pleased to announce rIDE 3.0! This is a main release with a lot of work under the hood and a handful of new features: New Top Bar with fast toggle buttons for Tools Palette, Property Inspector, Script Editor, Dictionary and Preferences. Collapsible Browser Tree Area. New Bottom Bar

Re: ISAM algorithm

2014-01-15 Thread Richard Gaskin
Cal Horner wrote: I have set up an ISAM data substack to control how data from a stack-file is displayed. And yes I know it's reaching back into history to use it, But Anyway, my algorithm is a bit "clunky". So I'm looking for instruction and examples of any other ISAM methods. So it will be

ISAM algorithm

2014-01-15 Thread Cal Horner
I have set up an ISAM data substack to control how data from a stack-file is displayed. And yes I know it's reaching back into history to use it, But Anyway, my algorithm is a bit "clunky". So I'm looking for instruction and examples of any other ISAM methods. So it will be nice and simple but

Error importing PBM and PGM image

2014-01-15 Thread Alejandro Tejada
Hi All, I just filed this bug in the Quality Center: http://quality.runrev.com/show_bug.cgi?id=11675 Error importing PBM and PGM image The report include a zipped Folder with one stack and three images (pbm, pgm, pnm) https://dl.dropboxusercontent.com/u/3834621/LiveCode_pbm_pgm_image_error.zip

Re: Antialiased vector graphics in LiveCode 6.5.1

2014-01-15 Thread william humphrey
Mark Waddingham also on mine? http://quality.runrev.com/show_bug.cgi?id=11402 On Wed, Jan 15, 2014 at 8:18 PM, Alejandro Tejada wrote: > william humphrey-2 wrote >> I reported a bug about six months ago with imported images. >> [snip] > > Mark Waddingham already noticed: > http://quality.runrev.

pageHeights ignores new line properties in fields?

2014-01-15 Thread David Epstein
I find that the pageHeights function does not take account of the newer lines-in-fields properties like padding, spaceAbove, spaceBelow, etc. If I set the scroll of the field to line 1 of the pageHeights of that field, it will ordinarily put the first line of "page 2" at the top of the fie

Re: [OT] boasting

2014-01-15 Thread Alejandro Tejada
Congratulations, Richmond! :D -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-boasting-tp4674723p4674729.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-liv

Re: Antialiased vector graphics in LiveCode 6.5.1

2014-01-15 Thread Alejandro Tejada
william humphrey-2 wrote > I reported a bug about six months ago with imported images. > [snip] Mark Waddingham already noticed: http://quality.runrev.com/show_bug.cgi?id=11673 About bitmap images, I noticed that animated Gif could be resized :D and the Dictionary needs update: http://docs.runre

Re: Saving Stack Changes

2014-01-15 Thread Phil Davis
Hi Peter, "save" replaces the existing .livecode stackfile on disk with a complete copy of the one in memory, so everything in the stackfile is saved. (mainstack, substacks, custom properties, imported images, etc.) Phil Davis On 1/15/14, 12:26 PM, Peter Bogdanoff wrote: Hi, A general que

Re: LiveCode Server and Getting a List of Files in a Folder

2014-01-15 Thread Gregory Lypny
Hi Richard, Robert, and Stephen, Thank you for responding. Richard, I am going to try your suggestion, namely, saving the default folder path: on listMyFiles put the default folder into tSaveDir set the default folder to someFolderPath get the files set the default folder to tSaveDir

Re: Saving Stack Changes

2014-01-15 Thread Mark Schonewille
Hi Peter, The substacks are part of the same file as the mainstack. Every time when you save a (sub)stack, the entire file is saved to disk, including the mainstack and all substacks of that mainstack. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Home

Saving Stack Changes

2014-01-15 Thread Peter Bogdanoff
Hi, A general question: I have a stack containing some substacks. I make changes in 2 of the substacks. I save. Is the current substack saved only, or are all of the other changed substacks saved as well? Peter Bogdanoff UCLA ___ use-livecode mailing

[OT] boasting

2014-01-15 Thread Richmond
Uploaded first DEMO; well proud: go and get it: http://andregarzia.on-rev.com/richmond/LANGTOOLS.html

Apple Push Notification error after uploading app with LC 6.5.1

2014-01-15 Thread William de Smet
Hi there, Today I uploaded a new app made with LC 6.5.1 for iOS 6.1 and later (no special settings and no externals). All went fine but after uploading I received this e-mail from Apple: Missing Push Notification Entitlement - Your app appears to include API used to regist

Re: What is going on with irev based websites?

2014-01-15 Thread Keith Clarke
Hi folks, There seems to be a DNS server failure at RunRev and their hosting company - try your site on here to confirm http://www.intodns.com I’ve emailed support and am waiting on feedback. Best, Keith.. On 15 Jan 2014, at 16:53, Richmond wrote: > On 15/01/14 18:29, Mark Schonewille wrote: >>

Re: What is going on with irev based websites?

2014-01-15 Thread Richmond
On 15/01/14 18:29, Mark Schonewille wrote: Hi Richmond, It is not down. http://andregarzia.on-rev.com/richmond/ works, but other links on your website are broken. Perhaps André knows what's going on. -- Best regards, Mark Schonewille And if you go here: http://andregarzia.on-rev.com/ric

Re: What is going on with irev based websites?

2014-01-15 Thread Richmond
On 15/01/14 18:29, Mark Schonewille wrote: Hi Richmond, It is not down. http://andregarzia.on-rev.com/richmond/ works, but other links on your website are broken. Perhaps André knows what's going on. Well; seems alright now; except for the "Links" page. -- Best regards, Mark Schonewille

Re: Apple down

2014-01-15 Thread Richard Gaskin
A helpful tool for checking whether a site is down or the issue is local to your DNS: -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com Follow

Re: What is going on with irev based websites?

2014-01-15 Thread Mark Schonewille
Hi Richmond, It is not down. http://andregarzia.on-rev.com/richmond/ works, but other links on your website are broken. Perhaps André knows what's going on. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: htt

What is going on with irev based websites?

2014-01-15 Thread Richmond
Try this one: http://andregarzia.on-rev.com/richmond/home.html "Down"? "Hosed" Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lis

Re: Antialiased vector graphics in LiveCode 6.5.1

2014-01-15 Thread william humphrey
I reported a bug about six months ago with imported images. They still print with the correct resolution but look like 8 bit graphics on the screen. You can set the quality to "best" and then they look OK on the screen but do not print correctly (they then print "blurry"). I got an email from Live

Re: numToChar with socking great numbers

2014-01-15 Thread Peter W A Wood
Richmond I wouldn't be surprised to find that the second char of FFF contains 56833. In fact that is what I would expect with UTF-16 encoding. (Sorry that I can't check at the moment). Regards Peter On 15 Jan 2014, at 17:38, Richmond wrote: > On 15/01/14 10:03, Peter W A Wood wrote: >> Richm

Re: numToChar with socking great numbers

2014-01-15 Thread Richmond
On 15/01/14 11:46, J. Landman Gay wrote: On my Android tablet using, I assume, Droid Sans, the clef sign was missing but the pile of poo was there. To me it looked more like a party hat with yellow streamers, but admittedly the font was small. Presumably you meant to type "f*rty hat". Richm

Re: numToChar with socking great numbers

2014-01-15 Thread J. Landman Gay
On my Android tablet using, I assume, Droid Sans, the clef sign was missing but the pile of poo was there. To me it looked more like a party hat with yellow streamers, but admittedly the font was small. Richmond wrote: >On 15/01/14 10:03, Peter W A Wood wrote: >> Richmond >> >> Apparently th

Re: numToChar with socking great numbers

2014-01-15 Thread Richmond
On 15/01/14 10:03, Peter W A Wood wrote: Richmond Apparently the "Grinning Face" is included in the Deja Vu font which was/is included by default with Ubuntu (according to Wikipedia). Perhaps you can get LiveCode to use that ... at least to test the surrogate pairs. On a lesser note, LibreOff

Re: numToChar with socking great numbers

2014-01-15 Thread Richmond
On 15/01/14 10:03, Peter W A Wood wrote: Richmond Apparently the "Grinning Face" is included in the Deja Vu font which was/is included by default with Ubuntu (according to Wikipedia). Perhaps you can get LiveCode to use that ... at least to test the surrogate pairs. On a lesser note, LibreOff

Re: numToChar with socking great numbers

2014-01-15 Thread Peter W A Wood
Richmond Apparently the "Grinning Face" is included in the Deja Vu font which was/is included by default with Ubuntu (according to Wikipedia). Perhaps you can get LiveCode to use that ... at least to test the surrogate pairs. On a lesser note, LibreOffice includes Deja Vu and fortunately Deja V