Naive question 5978

2014-07-22 Thread Richmond
I have a bog-basic data extraction stack that extracts lines from a list field and puts them into another list field. I want to make an equivalent stack using 2 dataGrids . . . Now when I put something like this: if line XXX of dataGrid "BING" contains "Socks" then put line XXX of dataGrid "

Display a graphic at this real size (in inch or cm)

2014-07-22 Thread Ludovic THEBAULT
Hello, I want to display a graphic at this real size in cm. So i need to get the real size of the screen, or at least the screen resolution in dpi. Thanks for any clue ! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

Re: Diacritics in folder names

2014-07-22 Thread Alain Farmer
Thanks Richard, Btw, I have only just recently upgraded to 6.6.2. Now I have to upgrade already. Arr! I will have to get used to it, I guess. Is version-7 stable ? Will it fix my problem ? Stay tuned for the next episode! Thanks, On Tuesday, July 22, 2014 9:27:20 PM, Richard Gaskin wrote:

Re: Diacritics in folder names

2014-07-22 Thread Richard Gaskin
Have you tested in the latest build of v7? That build not only contains Unicode support throughout, but the latest build folds in the Cocoa support from v6.7. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ___

Re: Diacritics in folder names

2014-07-22 Thread Alain Farmer
Merci pour l'appui. mon cher Richmond. Very important to me, because many of my projects are for francophones. Message-in-a-bottle has been set to sea; let's see what happens. Thanks On Tuesday, July 22, 2014 1:34:30 PM, Richmond wrote: On 22/07/14 20:11, Alain Farmer wrote: > Thanks for t

Re: QT in Release 7 dp-7

2014-07-22 Thread stephen barncard
I'm trying to get an existing video record stack to work. And on Mac. On Tue, Jul 22, 2014 at 3:34 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > he crash on Windows is not related to AV Foundation, although it might be > the result of the many changes that were necessary to

Re: Tracking down a crash in 6.6.2

2014-07-22 Thread Dar Scott
I’m using Mavericks. On Jul 22, 2014, at 12:31 PM, J. Landman Gay wrote: > On 7/22/2014, 12:29 PM, Dar Scott wrote: >> Whoops. Writing to stdout does not seem to effect a line on the >> console. Has this changed? (More likely I’m doing something >> goofy.) > > I reported it as a bug a whil

Re: QT in Release 7 dp-7

2014-07-22 Thread Mark Schonewille
Hi Stephen, The crash on Windows is not related to AV Foundation, although it might be the result of the many changes that were necessary to implement AVF on Mac. Dragging the player control from the Tools palette into a stack window causes an immediate crash on Windows, but you can still cr

Re: Deleting dataGrid columns via code

2014-07-22 Thread Peter Haworth
Not sure it is Phil. The visible columns property is just a list of the visible column names so there'd still be some sort of repeat loop similar to yours to get rid of the unwanted stuff. Hard to know the best way to do it without knowing more about how Skip wants to export the data but simplest

Re: Deleting dataGrid columns via code

2014-07-22 Thread Phil Davis
This is much better than my brute force approach! Phil On 7/22/14, 1:44 PM, Peter Haworth wrote: And you might still be able to hide them depending on how you are getting the data to export. There's a dgProps["visible columns"] property you could use to get only the columns you want for expor

Re: Deleting dataGrid columns via code

2014-07-22 Thread Peter Haworth
And you might still be able to hide them depending on how you are getting the data to export. There's a dgProps["visible columns"] property you could use to get only the columns you want for export. Pete lcSQL Software Home of lcStackBrowser

Re: Deleting dataGrid columns via code

2014-07-22 Thread Peter Haworth
Hi Skip, Get hold of the dgProps["columns"] property of your datagrid. It is a line delimited list of the columns in the order they appear so you can delete the lines corresponding to the columns you want to delete, then set that property. Presumably you have a way to get the columns back again!

Re: Deleting dataGrid columns via code

2014-07-22 Thread Phil Davis
Hey, didn't we do this same dance a couple of weeks ago? put the dgText of the DG into tText split tText by column delete variable tText[z] delete variable tText[y] delete variable tText[x] combine tText by column set the dgText of DG to tText If this approach produces empty columns x,y,z then y

Re: Deleting dataGrid columns via code

2014-07-22 Thread Mike Kerner
I would hide the columns anyway, then just skip the columns you want to skip when you do the export. There isn't, AFAIK, a one-line way of removing the data the way you want to, however, the process, whether you want to remove the data, or skip when you export, is very straightforward and easy-to-

[OT] Mark Nair

2014-07-22 Thread Mark Schonewille
Dear Mark Nair, I have been trying to contact you, but it seems that my e-mails don't arrive. Probably, Apple blocks my e-mails (it is not clear why this is happening again). Would you please be so kind to contact me from a different, non-Apple e-mail address? If you don't get an (auto-) rep

Re: Deleting dataGrid columns via code

2014-07-22 Thread Magicgate Software - Skip Kimpel
Mike, can't just hide them as the data will then be exported out to a file. SKIP On Tue, Jul 22, 2014 at 3:56 PM, Mike Kerner wrote: > the easiest way might be to just hide the columns you don't want to have > show - use dgColumnIsVisible[column], that way you don't have to screw > around with

Re: Deleting dataGrid columns via code

2014-07-22 Thread Mike Kerner
the easiest way might be to just hide the columns you don't want to have show - use dgColumnIsVisible[column], that way you don't have to screw around with your data. On Tue, Jul 22, 2014 at 3:30 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Good afternoon, > > I have a dat

Re: [OT] We're shipping books

2014-07-22 Thread Mark Schonewille
Hi again, Because we got a few late confirmations and sold a few more books in the mean time, we'll ship more books tomorrow. If you bought a book recently and haven't confirmed your postal mail address yet, please keep an eye on your mail/spam box. -- Best regards, Mark Schonewille Econom

Deleting dataGrid columns via code

2014-07-22 Thread Magicgate Software - Skip Kimpel
Good afternoon, I have a datagrid that I am reading into tTempText. Once it has been read in, I need to delete column X, column Y and column Z. X, Y and Z constantly change but I have those numbers before I start processing the request. Suggestions to do this properly? SKIP ___

Re: Choosing player tools crashes LC7 dp-7

2014-07-22 Thread Mark Schonewille
Hi Muaadh, I just tested this and you're right, if one clicks on the player icon in the Tools palette, LiveCode 7 dp-7 crashes immediately. Fortunately, you can still create a player from the message box (I found out about it a little later). In the message box, type create player and type

Re: Tracking down a crash in 6.6.2

2014-07-22 Thread J. Landman Gay
On 7/22/2014, 12:29 PM, Dar Scott wrote: Whoops. Writing to stdout does not seem to effect a line on the console. Has this changed? (More likely I’m doing something goofy.) I reported it as a bug a while back: It's been confirmed, but some

Re: RELEASE LiveCode 6.7 DP5

2014-07-22 Thread Terence Heaford
"In order to improve performance, the text rendering routines for iOS and OS X and been updated to use the latest APIs. This has had a significant improvement in the text rendering speed, particularly on OS X.” I am pleased to report that this rendering improvement seems to have improved the sc

Re: Diacritics in folder names

2014-07-22 Thread Richmond
On 22/07/14 20:11, Alain Farmer wrote: Thanks for the reply, but I want to be able to name my folders like this example "écologie". I don't want to use "ecologie" (missing the diacritical). I don't want to use "%A9cologie" (URL-encoded is too cryptic). I don't want to use unicode double-bytes ei

Choosing player tools crashes LC7 dp-7

2014-07-22 Thread Muaadh Salih
Assuming that QT player is no longer available ( even after setting the dontUseQTEffects to {true | false}) . how does one choose a player without crashing livecode7 dp-7 ? many thanks for the help -- All the best M.Salih School of Oriental and African Studies (SOAS) _

Re: Tracking down a crash in 6.6.2

2014-07-22 Thread Dar Scott
Whoops. Writing to stdout does not seem to effect a line on the console. Has this changed? (More likely I’m doing something goofy.) On Jul 22, 2014, at 11:13 AM, Dar Scott wrote: > Hi, Folks! > > LiveCode 6.6.2 is crashing for me and I’l like to report a bug and especially > want to work

Re: Matching funding

2014-07-22 Thread J. Landman Gay
On 7/19/2014, 12:11 PM, Peter Haworth wrote: It's a big incentive for people to donate, knowing that their donation is actually worth more than its cash value. Kevin sent out an email about this today. For those who haven't donated because they won't be using HTML5, it's to their advantage to

Tracking down a crash in 6.6.2

2014-07-22 Thread Dar Scott
Hi, Folks! LiveCode 6.6.2 is crashing for me and I’l like to report a bug and especially want to work round it. But I’m having trouble tracking it down. A search for “crash” for 6.6.2 gm 1 did not bring up anything I recognized as being similar. I’m wondering if anybody has seen anything like

Re: Diacritics in folder names

2014-07-22 Thread Alain Farmer
Thanks for the reply, but I want to be able to name my folders like this example "écologie". I don't want to use "ecologie" (missing the diacritical). I don't want to use "%A9cologie" (URL-encoded is too cryptic). I don't want to use unicode double-bytes either; even worse than URL-encoded. On

Re: Commercial Indy License for HTML5

2014-07-22 Thread Mark Schonewille
Exactly. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 22 jul. 2014 om 18:55 heeft "Dr. Hawkins" het volgende geschreven: > > Also, it doesn

Re: Commercial Indy License for HTML5

2014-07-22 Thread Dr. Hawkins
On Tue, Jul 22, 2014 at 8:00 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > However, the obligation to give away the source immediately may need a > little moderation, since according to the GPL offering the source code is > sufficient. One doesn't have to keep the source on the

Re: QT in Release 7 dp-7

2014-07-22 Thread stephen barncard
On Tue, Jul 22, 2014 at 9:32 AM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > yeah I am trying to get this to work in 7 DP 7. > MacOS Mavericks *--* *Stephen Barncard - San Francisco Ca. USA - Deeds Not Words* ___ use-livecode mailing l

Re: QT in Release 7 dp-7

2014-07-22 Thread stephen barncard
On Tue, Jul 22, 2014 at 9:24 AM, Muaadh Salih wrote: > If so is there an entry in the Dictionary related to the use of AVF > foundation Player ? > yeah I am trying to get this to work in 7 DP 7. the only clue about "enabling" A/V foundation is the mention that one must set dontuseQT to true

QT in Release 7 dp-7

2014-07-22 Thread Muaadh Salih
In the release notes of dp-7 it was mentioned that QT related feature don't work. I read this as related to MAC OS . It seems that is related to Windows 7 ( there is crash as soon QT icon in Tools menu clicked) . I am right in this ? If so is there an entry in the Dictionary related to the use o

Re: What's The Logic Behind The Standalone Builder's Copy Files Pane?

2014-07-22 Thread Mike Kerner
So if I understand this correctly, if I use this to copy file that need to be modified later, I should then make a copy of those files and move them into the documents folder, correct? On Thu, Jul 17, 2014 at 10:33 PM, Ralph DiMola wrote: > The simulator and the device behave identically. > > R

Re: Diacritics in folder names

2014-07-22 Thread Richmond
On 22/07/14 17:35, Alain Farmer wrote: I am using LiveCode 6.6.2 on Debian. I wanted to use folders with diacritics in their name: é, è, à, etc. Alas, LiveCode apparently does not allow this. 1. answer there is a folder "écologie" -- answers false 2. answer there is a folder "ecologie" -- answer

Re: Commercial Indy License for HTML5

2014-07-22 Thread Mark Schonewille
Kevin, Thanks for making clear where you stand on this. I think I can agree with the argument that since the app is executed in the client, it is ditributed. However, the obligation to give away the source immediately may need a little moderation, since according to the GPL offering the sourc

Diacritics in folder names

2014-07-22 Thread Alain Farmer
I am using LiveCode 6.6.2 on Debian. I wanted to use folders with diacritics in their name: é, è, à, etc. Alas, LiveCode apparently does not allow this. 1. answer there is a folder "écologie" -- answers false 2. answer there is a folder "ecologie" -- answers true 3. answer there is a folder "%A9co

Re: Standalone "Not Responding"

2014-07-22 Thread Magicgate Software - Skip Kimpel
Thanks Mark. On Tue, Jul 22, 2014 at 10:19 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi, > > As I wrote in my previous e-mail, you include that line in your repeat > loop. > > The ramifications are that the GUI no longer gets locked up, but the > repeat loop will need mor

RELEASE LiveCode 6.7 DP5

2014-07-22 Thread Benjamin Beaumont
Dear List Members. We are pleased to announce the release of LiveCode 6.7 DP5. * Warning, this is a pre-release with new features which have the potential to cause issues. Please ensure you backup your stacks before testing this release.* *Important Changes* - We’ve most to cocoa API’s on MacOS

Re: Standalone "Not Responding"

2014-07-22 Thread Mark Schonewille
Hi, As I wrote in my previous e-mail, you include that line in your repeat loop. The ramifications are that the GUI no longer gets locked up, but the repeat loop will need more time to finish. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: htt

Re: Standalone "Not Responding"

2014-07-22 Thread Magicgate Software - Skip Kimpel
Is it proper to use the "wait 0 millisecs with messages" within the loop OR is this a global setting I should apply to the stack? What are the ramifications of this, if any? Thanks! SKIP On Tue, Jul 22, 2014 at 10:00 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi, > > Wh

Re: Standalone "Not Responding"

2014-07-22 Thread Mark Schonewille
Hi, While using repeat loops, include the line wait 0 millisecs with messages at the end of your repeat loop (before end repeat). This will give your app some time to update the GUI and to communicate with the OS. If you're downloading large amounts of data from a website, consider using PH

What I did with my "babies" today.

2014-07-22 Thread Richmond
Data extraction: http://forums.livecode.com/viewtopic.php?f=25&t=21129&p=107891#p107891 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: ht