Re: Feature Exchange any one?

2016-06-07 Thread Paul Dupuis
On 6/7/2016 3:26 AM, jameshale wrote: > OK the bug bit and I thought, why not. > > I have begun to convert the DG Manual to markdown. Thank you! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Feature Exchange any one?

2016-06-06 Thread Paul Dupuis
On 6/6/2016 3:37 AM, Ali Lloyd wrote: > Paul, since I have committed the datagrid docs on your behalf, qould you > mind signing the contributor licence agreement please? > > http://livecode.com/store/account/contributor-agreement-signup Done. ___

Re: "LiveCode Infinity": lexically-scoped variables and bytecode blocks

2016-06-07 Thread Paul Dupuis
On 6/7/2016 7:05 AM, Peter TB Brett wrote: > The second new feature is the "bytecode" block > (https://github.com/livecode/livecode/pull/4097). This lets you write > blocks of raw LCB bytecode in your LCB source files. At the moment > there are not very many places where this is likely to be

Re: Feature Exchange any one?

2016-06-03 Thread Paul Dupuis
On 6/3/2016 5:20 AM, RM wrote: > To be honest this is why I have only tried once to do anything > with the Datagrid, and go so badly bogged-down due to > the lack of documentation I abandoned it and have never looked > back. Unfortunately, that is probably why a lot of people don't bother with

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Paul Dupuis
On 6/14/2016 9:56 AM, Klaus major-k wrote: > Hi all, > > i have a stack with a "splash" screen which has an windowshape set. > > I has a script like this: > on opencard > wait 5 secs > go next cd > end opencard > > In a standalone on a Mac, everything works as exspected, on Windows > I see

Re: csvToText Repository

2016-06-13 Thread Paul Dupuis
On 6/13/2016 7:45 AM, Alex Tweedly wrote: > Perhaps a more general feature requests would be to extend the 'split' > command, so that it would parse by Primary and Secondary delimiters > into numerically indexed arrays ? (using a new optional keyword > "completely" ... :-) See

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Paul Dupuis
On 6/14/2016 11:47 AM, Mike Bonner wrote: > Paul, I've seen this too. Launch a standalone and it doesn't show. I've > only seen this when using the browser widget as part of the build. (haven't > really used other widgets, so I can't speak for those) If I then go into > task manager and tell it

Re: Feature Exchange any one?

2016-06-05 Thread Paul Dupuis
On 6/5/2016 7:17 PM, Monte Goulding wrote: >> On 6 Jun 2016, at 8:29 AM, Ali Lloyd wrote: >> >> Thanks for this Paul, I have taken the liberty of tweaking it slightly more >> and submitted a pull request: >> >> https://github.com/livecode/livecode-ide/pull/1218/files >> >>

Re: The 'startup' message not working in IDE

2016-06-08 Thread Paul Dupuis
On 6/8/2016 4:14 PM, Monte Goulding wrote: > This is as intended. Startup goes to the first stack the engine runs not > other stacks that are opened. Use preOpenStack for that. Yes, but should the IDE count as the "first stack" opened? I would argue that it should not. The first stack opened

AW: The 'startup' message not working in IDE

2016-06-08 Thread Paul Dupuis
So, yes, I know there are a zillion work around. Boolean flags being the most classic method. I already has such a work-around in place. That said, it seems the consensus - so far - is that 'startup' only executing in the Standalone is a "feature" that people have come to use and expect, so I

Re: Getting a framegrab of the video in a player

2016-05-28 Thread Paul Dupuis
On 5/28/2016 8:46 AM, Tim Selander wrote: > Hi, > > Once upon a time I am almost positive that I could grab a screenshot > of the current video frame in a player, and paste it into a scrolling > field. > > But I've forgotten how, and no scouring of the dictionary or google > help. Can anyone tell

Re: [blog] Quicktime Dependency Solved

2016-05-27 Thread Paul Dupuis
On 5/27/2016 9:52 AM, Richard Gaskin wrote: > think everyone on the team has made it clear that this work in > response to Apple's deprecation of Quicktime or Windows would be > specific to Windows. > > But in all fairness, I can appreciate the longing to have video and > audio playback restored

Re: image about 5% of original size in printout on Windows

2016-06-02 Thread Paul Dupuis
On 6/2/2016 11:20 AM, Klaus major-k wrote: > Bug or not? Or bug in Foxit printer driver? Known bug. I reported it to Foxit Software some time ago. It has not been fixed in recent updates. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: RevErrorDisplay Window 1 pixel wide

2016-06-01 Thread Paul Dupuis
On 5/31/2016 8:57 PM, Sannyasin Brahmanathaswami wrote: > I get this quite regularly in 8 or 8.1 dp 1 > > there may be an error in my script.. and the revErrorDisplay script opens, > but it is 1 px wide and perhaps only 100 x tall… If I'm not careful I don't > see it as it may blend in with my

Use of the "Send" command

2016-06-01 Thread Paul Dupuis
I want to send a message with parameters after a interval to an object. The is just 'send "myMessage" to tObject in 200 milliseconds' - works fine. When I want to invoke a message with multiple parameter, I generally use "dispatch" so I can so something like 'dispatch "myMessage" to tObject with

AW: Use of the "Send" command

2016-06-01 Thread Paul Dupuis
Phil and Klaus, Thank you both. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Does user have network connection?

2016-01-10 Thread Paul Dupuis
On 1/10/2016 12:24 PM, Ray wrote: > What if Google is out of business :) Use http://www.un.org/ OR https://www.gov.uk/ OR https://www.gov.uk/ OR ... etc. etc, For good or bad, Governmental organizations last forever... > > On 1/9/2016 5:24 PM, John Dixon wrote: >> on mouseUp >> put

LiveCode library inclusion in Standalones...

2016-02-09 Thread Paul Dupuis
I have run into a minor oddity. In general, when building standalones, I prefer to have the Standalone builder set to: Search for the required inclusions when saving the standalone application vs Select inclusions for the standalone application [and manually identifying the libraries to include]

Re: LiveCode library inclusion in Standalones...

2016-02-09 Thread Paul Dupuis
On 2/9/2016 3:30 PM, Ali Lloyd wrote: > It *should* be checking the scripts of all stacks, substacks, cards and > controls for any lines containing any of > libUrl,cachedURL,cachedURLs,ftp,http,https,load,post,resetAll,URL,URLStatus > > Check out the command revSmartChecking in stack

Re: LiveCode library inclusion in Standalones...

2016-02-09 Thread Paul Dupuis
Mainstack and not substacks? That seems like a bug, but I am not in a position to test in LC 7.x or 8.x to see if that is also the case in those versions On 2/9/2016 2:25 PM, Paul Dupuis wrote: > I have run into a minor oddity. In general, when building standalones, I > prefer to have the Standa

Regex help needed...

2016-01-30 Thread Paul Dupuis
I need some regex help. I have a list that is of the form: i.e. 1Testing1,7471,1,1,747 2Testing752,18001,752,1,1800 3Testing5398,58462,320,2,768 4Testing3,111.951,683.915,302.268,385.751 3,111.951,683.915,302.268,385.751 can have a list of number

AW: Re: Regex help needed...

2016-01-30 Thread Paul Dupuis
Never mind. Solved it. It was the pattern for the 2nd format. Fixed with "(.+\t"&",\d+,\d+,\d+)|(.+\t\d+,\d+,"&",\d+)|(.+\t"&",\d*\.?\d*,\d*\.?\d*,\d*\.?\d*,\d*\.?\d*)" On 1/30/2016 3:17 PM, Paul Dupuis wrote: > I need some regex hel

Re: AW: Re: Regex help needed...

2016-01-30 Thread Paul Dupuis
Wow. I would not have expected such a significant difference. Regex has been around a long time and lots of smart computer science types has spent time coming up with ways to optimize its performance for pattern matching. I assumed (falsely) that regex based filters in LC would be on par or even

Re: A possible messaging and modal dialog bug...

2016-02-26 Thread Paul Dupuis
ig Newman > > > > > on mouseUp > send "dataChanged" to btn 1 in 5 milliseconds > send "dataChanged" to btn 2 in 10 milliseconds > end mouseUp > > > > > -Original Message- > From: Paul Dupuis <p...@researchware.com>

Re: DataGrid (Documentation)

2016-02-25 Thread Paul Dupuis
On 2/25/2016 11:44 AM, Richard Gaskin wrote: > I did a quick search on Google for "livecode data grid lessons", and > found this as the first hit: > Richard helps make my earlier point about documentation. Yes, there are lessons on the LiveCode site and

Re: DataGrid (Documentation)

2016-02-25 Thread Paul Dupuis
On 2/25/2016 4:40 PM, Richard Gaskin wrote: > Agreed. Do you know if there's an enhancement request filed for that? Thank you Richard. I entered enhancement request #17022 (http://quality.livecode.com/show_bug.cgi?id=17022) for this. ___

Re: DataGrid (Documentation)

2016-02-25 Thread Paul Dupuis
I just looked at LC8dp15 and still no documentation on the Datagrid. At the very least, to support this important tool, if you do not include all the APIs in the Dictionary OR if the Datagrid is not going to be converted to a Widget with its companion documentation any time soon, PLEASE at least

A possible messaging and modal dialog bug...

2016-02-26 Thread Paul Dupuis
I what seems to me is a "bug" related to messages and model dialogs in LiveCode. I have tested this under LC676, LC7.1.1, and LC8.0.0dp15 If I have stack with 2 buttons, called Dialog1 and Dialog2 with the following script in each button. on dataChanged put short name of me & colon & cr &

Re: Mac standalones generated on Linux and Windows

2016-01-20 Thread Paul Dupuis
On 1/20/2016 2:43 AM, Richmond wrote: > This is an old chestnut: > > http://use-livecode.runrev.narkive.com/XpqiPfKN/creating-mac-standalone-on-windows-studio > > > http://forums.livecode.com/viewtopic.php?f=8=26320=136924#p136924 > > I wonder if there is a way to solve this, as having to have

Re: Trying to understand the inner workings of Resizestack

2016-03-15 Thread Paul Dupuis
On 3/15/2016 4:51 AM, Mark Waddingham wrote: > Anyway, I couldn't find any report of this in the quality center so I > filed it here: http://quality.livecode.com/show_bug.cgi?id=17123 > > Warmest Regards, > > Mark. Mark, Thank you for adding the bug. I have been aware of this "bug" for some

Re: Trying to understand the inner workings of Resizestack

2016-03-14 Thread Paul Dupuis
On 3/14/2016 12:59 PM, Richard Gaskin wrote: > on resizeControl >refreshChart > end resizeControl > Just a caution for folks following this discussion of resizeStack, per Richard's suggestion, I've found the use of resizeControl to be a great way to modularize window geometry. However, as of

Re: Small regex project for pay [CLOSED]

2016-03-19 Thread Paul Dupuis
Wow! I was both surprised and delighted by the number and speed of responses to this little project. Thank you to every one who inquired. For anyone now reading this, the project has been awarded. ___ use-livecode mailing list

Re: "the target" also valid for disabled buttons?

2016-03-19 Thread Paul Dupuis
On 3/17/2016 1:26 PM, Klaus major-k wrote: > I do not think that the group script should be executed if I click on e.g. > the disabled button „Next“! > Or should it? that is the big question :-) If the group is enabled, then yes, a handler in the group for the message that would have been sent

Re: Small regex project for pay

2016-03-19 Thread Paul Dupuis
On 3/16/2016 1:06 PM, J. Landman Gay wrote: > Just for the record, you could probably meet all the requirements > using LiveCode's trueword token (in LC 7) which solves the whitespace > and punctuation issues. But I think regex would still be faster. Excellent point. I should have mentioned that

Re: Small regex project for pay [CLOSED]

2016-03-19 Thread Paul Dupuis
On 3/17/2016 7:41 AM, Peter M. Brigham wrote: > Too late to the party on this one, but I have native LC functions that do all > of what you wanted. > > -- Peter > > Peter M. Brigham > pmb...@gmail.com > http://home.comcast.net/~pmbrig > > Well this experiment and micro-outsourcing worked out

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Paul Dupuis
On 4/5/2016 11:57 AM, Trevor DeVore wrote: > On Tue, Apr 5, 2016 at 11:55 AM, Trevor DeVore > wrote: > >> > >> > I imagine the problem Paul is trying to solve ... >> > > This should read ONE problem Paul is trying to solve rather than THE > problem Paul is trying to

Any message sent to popup menu (btn) when nothing is selected?

2016-04-12 Thread Paul Dupuis
I have a user interface problem. A popup menu (a button) is presented. The button has a number of menu items, some dividers between items, etc. It has a menuPick handler that covers all the items in the menu explicitly and a default handler at the end (just for good measure). I want to take some

AW: Any message sent to popup menu (btn) when nothing is selected?

2016-04-12 Thread Paul Dupuis
Thank you everyone for the very helpful responses. Perhaps I just hadn't had enough caffeine, but for whatever reason, I just never considered trying mouseLeave. Also, I must have had something wrong with my default case in my menuPick switch statement becuase it did not seem to fire when I was

Re: "the target" also valid for disabled buttons?

2016-03-19 Thread Paul Dupuis
Messages that are explicitly sent (as in using SEND or DISPATCH) to a disable control will be executed. This is not a bug. All you need to do is replace: send "handle_mouseup next" to grp "navibuttons1" in 0 with: if the enabled of grp "navibuttons1" is true then send "handle_mouseup next" to grp

Feature Exchange for Array extensions (Was Re: Delete the first entry of an array.)

2016-03-25 Thread Paul Dupuis
On 3/25/2016 4:03 AM, Peter TB Brett wrote: > Would anyone be interested in a Feature Exchange for adding some new > array operators (such as push and pop) to the language? > > Peter I'm not very interested in a push and pop functions, but what I have been

How you force inclusion of 'rev' functions in a standalone?

2016-03-25 Thread Paul Dupuis
I have a standalone that does not include functions like revCopeFolder, revCopyFile, revDeleteFolder, etc, The standalone does however, open an external stack that expects to use these functions, but what happens is I get an execution error handler not found (i.e Handler: can't find handler:

Small regex project for pay

2016-03-20 Thread Paul Dupuis
I have a small outsource coding project. Given a variable tContent which contains a bunch of text and a variable tString which contains a search string and a function that: 1) searches tContent using matchChunk(tContent,tRegex,tStart,tEnd) repeatedly building a cr delimited list of start and end

Re: How you force inclusion of 'rev' functions in a standalone?

2016-03-25 Thread Paul Dupuis
On 3/25/2016 1:40 PM, J. Landman Gay wrote: > The library is included by default in all standalones, which is why > there is no selector for it. If it isn't working, the most likely > reason is that it hasn't loaded yet when its functions were called. > Are you trying to use the library some time

Re: Activating tabs in a liveCode field

2016-03-05 Thread Paul Dupuis
Look at https://livecode.com/products/thirdparty/currykenworthy/wordlib-2-0-0/ On 3/5/2016 6:19 AM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > I have a Word file containing tab characters. > I want to drop it into a liveCode field, and have > the tabs respected (all texts lined

Re: Volunteer github guru for documentation submissions?

2016-04-03 Thread Paul Dupuis
On 4/3/2016 2:29 AM, J. Landman Gay wrote: > Alternately (and harder) would be someone who could write a LiveCode > plugin that would do the same thing. I suspect a lot more of the docs > would get updated if we had something like this. I second this. I too would contribute more if I didn't need

Re: Widgets' Use Cases and Bytes Added to App

2016-04-05 Thread Paul Dupuis
On 4/5/2016 6:12 AM, Peter TB Brett wrote: >> Frequently we use small groups to instantiate "objects" which are >> made of of several controls grouped together. These are then >> replicated across some card for whatever purpose. I think that is the >> underlying model for the DataGrid. >> >> Would

Re: Should before [handler name] trigger when using send?

2016-03-30 Thread Paul Dupuis
On 3/30/2016 10:27 AM, Malte Pfaff-Brill wrote: > Hi all, > > before I file a bug on this, I would like to enquire about your opinion. > > If in a behavior you have > > before resizeControl > — do some stuff > end resizeControl > > should this trigger if you send resizeControl to the control from

Re: How to force a library inclusion in a Standalone?

2016-04-21 Thread Paul Dupuis
On 4/21/2016 4:31 PM, J. Landman Gay wrote: > On 4/21/2016 3:13 PM, Paul Dupuis wrote: >> On 4/21/2016 3:06 PM, J. Landman Gay wrote: >>> On 4/21/2016 10:08 AM, Paul Dupuis wrote: >>> >>>> How can I ensure that, when we build the standalone, whatever lib

Re: How to force a library inclusion in a Standalone?

2016-04-21 Thread Paul Dupuis
On 4/21/2016 3:06 PM, J. Landman Gay wrote: > On 4/21/2016 10:08 AM, Paul Dupuis wrote: > >> How can I ensure that, when we build the standalone, whatever library >> has the file/folder functions are always included in the standalone? Is >> there a library stack co

Re: Unidentified Developer

2016-04-22 Thread Paul Dupuis
On 4/22/2016 10:17 AM, Matthias Rebbe wrote: > I am using AppWrapper (http://www.ohanaware.com/appwrapper/ > ) to codesign my Mac Apps. > Maybe there is also a way to codesign without a 3rd party app, but for me > AppWrapper is my 1st choice. I definitely

LC 6.7.x bug: removal of "Externals" folder breaks loading of internal script libraries

2016-04-29 Thread Paul Dupuis
FYI: I don't know if anyone else has run into this, but if you rename or remove the "Externals" folder from a standalone, the standalone fails to load the default "rev" script libraries (like revCommonLibrary or revLibURL, etc.) in the standalone. I have only verified this under LC6.7.10 (and

Re: Sorting a list

2016-04-29 Thread Paul Dupuis
sort lines of theList ascending numeric by length(each) On 4/29/2016 3:25 PM, Peter Bogdanoff wrote: > I have a list: > > acoustics > acoustic > acoustical > acoustically > > How would I sort this list by the number of characters in each line, least to > most? > > Peter Bogdanoff > UCLA > > > >

Re: Standalones on el Capitan?

2016-04-30 Thread Paul Dupuis
On 4/30/2016 4:48 PM, RM wrote: > I have just been informed that an end-user is unable to get the Intel > Mac build of my Devawriter Pro > running on el Capitan (Mac OS 10.11). > > Currently Devawriter Pro is developed using Livecode 4.5. > > I will try this out on my wife's el Capitan MacBook

Re: A Personal Challenge

2016-05-19 Thread Paul Dupuis
On 5/18/2016 11:06 PM, Mark Smith wrote: > Thanks, now go double down!! > Just doubled down. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Palette command problem

2016-05-20 Thread Paul Dupuis
On 5/20/2016 4:08 AM, Kay C Lan wrote: > If anyone else can confirm what Richmond is seeing or what I'm seeing > I can raise a bug report. > Same thing in LC8.0.0 under Windows 8.1 palette stack "Untitled 1" -- works fine put the style of stack "Untitled 1" result: toplevel However, put the

Re: Storing and retrieving data from a SQL database

2016-05-20 Thread Paul Dupuis
Apparently, you either DO need to escape certain characters even when using parametrized queries. I have the code below: I pass it an array where the description pArray[7] contains several lines of text from a field and the second line contains a tab command updateInDatabase pArray --

Re: When is message passing required?

2016-05-23 Thread Paul Dupuis
First, thanks for all the responses, but I should have been clearer. I do know the LC message hierarchy and I know the difference between pass, send, dispatch, etc. What I was looking for is which messages, if intercepted, prevent a normally expected action in LiveCode. Richard's example of

Re: MetaCard compatibility patterns

2016-05-24 Thread Paul Dupuis
On 5/24/2016 6:54 PM, Mark Wieder wrote: > Would this break anything that anybody relies on? Does anyone use the actual > brush image ids? Or care what the actual brush *numbers* are? I don't believe I have anything that uses brush numbers or IDs, but I did want to comment on the problem with

Re: Storing and retrieving data from a SQL database

2016-05-19 Thread Paul Dupuis
On 5/19/2016 10:41 AM, Mike Kerner wrote: > Remember the conversations about handling CSV? All I will tell you from > escaping data for SQL is...good luck. I accidentally discovered SQL > injection (as did everyone else, I'm sure) 30 years ago when C/S was just > getting legs. Since then, we

Re: Storing and retrieving data from a SQL database

2016-05-19 Thread Paul Dupuis
ral string that you are looking > for, also with parameters, including the quotes, semicolons, etc. > > > > On Thu, May 19, 2016 at 11:41 AM, Paul Dupuis <p...@researchware.com> wrote: > >> On 5/19/2016 10:41 AM, Mike Kerner wrote: >>> Remember the conversations about handli

Storing and retrieving data from a SQL database

2016-05-18 Thread Paul Dupuis
Does anyone have some really good (comprehensive) routines to escape and unescape text data for storing in a SQL database (like SQLite or MySQL) basics like: replace cr with "\n" in pText -- replace any cr with "\n" for new line replace tab with "\t" in pText-- replace tabs with "\t" replace "'"

Re: Cloning a SQLite (or any SQL) database

2016-05-22 Thread Paul Dupuis
On 5/22/2016 11:19 AM, Mike Bonner wrote: > If you just need to duplicate the database, would making a copy of the file > be sufficient? > Yes. I should have been clearer. While I could just copy the file for a sqlite db, this app may use MySQL (or someday, possible other flavors of SQL database)

Cloning a SQLite (or any SQL) database

2016-05-22 Thread Paul Dupuis
Does any one have a good script they might care to share for cloning a SQLite database? the basic model is to use revDatabaseTableNames(databaseID) to get the list of tables in the source database and then loop through getting each tables schema and data and recreate that in the target database.

Re: AW: AW: Don't understand unicode handling

2016-05-23 Thread Paul Dupuis
I spoke to Fraser when LC7 came out about a lack of a guessTextEncoding function. See http://quality.livecode.com/show_bug.cgi?id=14474 On 5/23/2016 3:08 AM, Tiemo Hollmann TB wrote: > Hi Jacque, > thanks for the function update. > But if you don't know, what kind of encoding the source file

Re: AW: AW: AW: Don't understand unicode handling

2016-05-23 Thread Paul Dupuis
/23/2016 8:07 AM, Tiemo Hollmann TB wrote: > Yes, that function is exactly, what I was looking for. > Fraser told to provide such a function, but I didn't see it yet. > Tiemo > > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.co

When is message passing required?

2016-05-23 Thread Paul Dupuis
In LiveCode some messages must be passed to the engine for the engine's normal processing of the message. And with current versions of LC you have the very handy 'pass to top' to send it directly to the engine. For example, rawkeyDown must be passed for LiveCode to handle key presses other than

Windows registry functions

2016-05-24 Thread Paul Dupuis
In working in LC 6.7.11 under Windows 8.1 today, I discovered that the setRegistry function would not make a new key in the registry. It turned out that was because for the function to work, the application (LiveCode/IDE or a Standalone) must Run as Administrator, so restarting LiveCode 6.7.11

Re: Rev Zip Archive call backs?

2016-05-19 Thread Paul Dupuis
On 5/19/2016 2:09 PM, Ray wrote: > Greetings, > > I'm using some of the commands from the Revolution Zip library and the > revZipCloseArchive takes about 25 seconds to close up and save a 36 > meg file. Does anybody know of any way to get call backs from this > command so I could display a

Re: Basic technique needed...

2016-05-12 Thread Paul Dupuis
On 5/12/2016 1:01 PM, Mark Waddingham wrote: > Hi Paul, >> How do you change the card in a visible stack without making it the top >> stack? > > Try 'the currentCard of stack ...' - this is something we added a long > time ago, but I think it might never have been documented... > > Warmest

Re: Basic technique needed...

2016-05-12 Thread Paul Dupuis
On 5/12/2016 1:06 PM, Klaus major-k wrote: > But this is not listed in the LC 8 dictionary! > It is listed under „current card“ (TWO words!) :-/ 'current card' is different from 'currentCard'. 'current card' is an alias for 'this card' ___

Re: Defaults for groups

2016-05-15 Thread Paul Dupuis
On 5/15/2016 6:07 PM, Sannyasin Brahmanathaswami wrote: > See and add comments here: > > http://quality.livecode.com/show_bug.cgi?id=17654 > > >> But IMHO a group of objects should be just that, >> >> Not a group which also wears a hat and a dress > This is a known behavior of the default

Re: Bug Report

2016-05-13 Thread Paul Dupuis
On 5/13/2016 6:39 PM, Bob Sneidar wrote: > On May 13, 2016, at 15:36 , Bob Sneidar > > wrote: > > Hi all. > > Just submitted a bug report involving windows becoming unresponsive when a > dual monitor is unplugged and the windows

Re: Missing split option?

2016-05-18 Thread Paul Dupuis
On 5/18/2016 10:36 AM, Richard Gaskin wrote: > This morning it seemed natural enough to me to take this data: > > IDName Email > 101 Richard r...@somedomain.com > > ...and turn that into an array where the first line determines the key > names and the second line consists of the

Re: Infinite LiveCode - Message from CEO

2016-05-13 Thread Paul Dupuis
It is *always* worth noting that statistics can be unintentionally misleading, take out of context, and intentionally misinterpreted. I saw the statistic in the LiveCode 8 Launch webinar that 24% of LiveCode licenses are paid and 76% are Community (open source) licenses. My first gut reaction

Converting a stack to a text file..

2016-05-04 Thread Paul Dupuis
Some time back on this email list there were discussions about tool(s) to write a stack (mainstack, substacks, controls, images, and all their standard and custom properties) out into a text file that could then be run through another tool to recreate the stack exactly. I think I recall that the

Re: AW: Windows Media

2016-05-04 Thread Paul Dupuis
On 4/27/2016 9:42 AM, Peter TB Brett wrote: > > > On 27/04/2016 14:38, Tiemo Hollmann TB wrote: >> To make plans. Just a guess from the crowd - when would you expect to >> see a >> GM 8.1? 6 month from now? 1 year? Or more? > > I'd not expect it before June 14th at the earliest, depending on how >

Re: Doing Maths in Hex

2016-05-04 Thread Paul Dupuis
On 5/4/2016 10:01 AM, dunb...@aol.com wrote: > There are not even enough letters in the alphabet to reach "10" (base 42). You are not considering Unicode in LC7 and 8 :-) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Windows Media

2016-05-04 Thread Paul Dupuis
On 5/4/2016 10:27 AM, Peter TB Brett wrote: > Hope that helps. :-) It does, Thank you. Both our products use Quicktime on Windows and we've already received support tickets to the effect of "the (government|security expert|IT|etc.) says we can't use QT any more, so do you have a new version of

Re: Community PDF Project (was Revenue and the Open Source edition)

2016-05-04 Thread Paul Dupuis
On 5/4/2016 6:39 PM, JB wrote: > I am trying to compile a external using xCode 7. Is it possible in anyway to > make that external work or a way to use any version of Xcode on El Capitan > and make the external work? Do you compile externals on a Mac with new > OS X systems like El Capitan and

Re: [ANN] Release 8.0.0

2016-05-04 Thread Paul Dupuis
On 5/4/2016 11:11 AM, James Hale wrote: > Hmm, does this mean that LC6 and LC7 are now eol. (Apart from bug fixes or > will these also cease)? > I am pretty sure that is exactly what this means. LC 6.7.11 and LC 7.1.4 are the last maintenance releases in those versions. LiveCode has stated on

Re: [ANN] Release 8.0.0

2016-05-04 Thread Paul Dupuis
On 5/4/2016 12:06 PM, Richard Gaskin wrote: > At this point v6 and v7 have joined v5 and v4 and all other earlier > versions, having reached sustainable end-of-life, still available for > download but no longer maintained. Richard just pointed out another excellent value of LiveCode (at least to

Re: Community PDF Project (was Revenue and the Open Source edition)

2016-05-04 Thread Paul Dupuis
On 5/4/2016 12:13 PM, RM wrote: > I would suppose the ideal thing would be both something that allows > one to render a PDF document, > and extract all or part of an embedded text layer (if one exists in > the original PDF). The XPDF external from LiveCode for OSX and Win is based on Google's

Re: Community PDF Project (was Revenue and the Open Source edition)

2016-05-04 Thread Paul Dupuis
On 5/4/2016 4:12 PM, JB wrote: > A number of years ago I installed a external > using Trevor’s info but this is good too. > proper code to access the embeded binary; > I downloaded some info from Apple on how > to install binaries but if I do install them right > I need to know how to call them.

Re: Converting a stack to a text file..

2016-05-04 Thread Paul Dupuis
On 5/4/2016 4:07 PM, stephen barncard wrote: > you know you can store an entire stack as a custom property INSIDE another > stack, right? Yup. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Community PDF Project (was Revenue and the Open Source edition)

2016-05-04 Thread Paul Dupuis
On 5/4/2016 3:38 PM, JB wrote: > I just downloaded the mac version of > XPDF as binaries. It looks like they > would be easier to install than code > files but I have never embedded any > binaries before and do not know the > correct method to call them. It would > be nice to make at least a

Re: min() and array

2016-05-04 Thread Paul Dupuis
On 5/4/2016 2:47 PM, Ludovic THEBAULT wrote: > repeat with i=1 to 5 >put 10 + i into tarray[i][v] > end repeat > put min(tarray[v]) You problem is with the second index on the array. repeat with i=1 to 5 put 10 + i into tarray[i] end repeat put min(tarray) works fine. Or

Re: Converting a stack to a text file..

2016-05-04 Thread Paul Dupuis
On 5/4/2016 2:46 PM, Mark Schonewille wrote: > I have created DIFfersifier a long time ago. A few years ago, I added > a way to export stacks to XML. It isn't difficult to do that, since > you just list all the properties as XML. If I remember correctly, a > few properties can be read but not set,

Endless discussion on licensing and pricing (was: Standalones on el Capitan?)

2016-05-02 Thread Paul Dupuis
This really is a pointless discussion and I know people will find that comment offensive and it is not intended to be. For ANY product - even Free ones - there are people who will feel that the "value" for the "cost" (whether that cost is money, time, whatever) is not what it "should be". The

Re: US government tells Windows users to uninstall QuickTime

2016-04-15 Thread Paul Dupuis
On 4/15/2016 7:37 AM, Tiemo Hollmann TB wrote: > I have the first customers following this advice and tell me that my > software is completely out of date. I am loosing customers. > > > > When will LiveCode provide the new Mac & Windows compatible media player? > > It was one of the crowdfunding

Re: specialfolderpaths on Windows >=8

2016-04-14 Thread Paul Dupuis
On 4/14/2016 1:33 PM, Klaus major-k wrote: > Hi firends, > > on Wndows XP and 7, I usually to store user preferences in > -> specialFolderPath(35) > ### For all users! > resp. > -> specialfolderpath(26) > ## for the current user only! > > Is this still valid for Windows 8, 9 and 10? > Thanks a

Re: LC7 and 8 - Non responsive processing large text files

2016-04-14 Thread Paul Dupuis
On 4/14/2016 5:43 AM, Mark Waddingham wrote: > When you say 'non-responsiveness' I take it you mean that Windows > thinks that the application has 'hung'? (i.e. the windows go slightly > opaque). This may or may not be related, but I have some code that does lots of data manipulation in a big

How to force a library inclusion in a Standalone?

2016-04-21 Thread Paul Dupuis
We have a standalone, developed and built under LC6.7.6 that loads separate stacks from a folder when running. The standalone itself has no code that uses the rev functions (i.e revDeleteFolder, revMoveFolder, revCopyFile, etc. However, one of the stacks that the standalone loads needs to use

Re: selObj changed?

2016-04-13 Thread Paul Dupuis
On 4/13/2016 4:13 PM, Richard Gaskin wrote: > RECIPE: > 1. Make a new stack > 2. With the Browse tool active, in the Message Box run: > > put the selObj > > > In versions prior to v8 the selObj is empty, but in v8 it returns the > name of the stack. > > Bug or feature? > If it is a "feature",

Re: Moving from 6.6.1 to 8.0.0 Handlers vanished

2016-07-26 Thread Paul Dupuis
What you are seeing is a behavior where in LC 8 the engine sees something in the script that is a syntax error that LC6 regards as fine. Open the script in 8, make a small change and try to apply and it should tell you what it thing is the syntax error. On 7/26/2016 1:40 PM, Camm wrote: >

Re: Sharing Stacks

2016-07-14 Thread Paul Dupuis
On 7/14/2016 10:34 AM, Richard Gaskin wrote: > Among the many venues our community uses for sharing stack files are > Dropbox, Github, the forum DB, and web sites. > > But all the while we have a stack-sharing resource built into the IDE, > RevOnline. > > Why is that not used? I don't know why

Re: Slip, sliding away

2016-07-25 Thread Paul Dupuis
Put the following in the script of the image that is inside the scrolling group. You may also want to change the cursor to a hand on mouseDown on mouseDown set the hMin of me to 0 set the hPos of me to item 1 of the mouseLoc set the hMax of me to the width of me end mouseDown on

AW: HELP with: open printing for pdf...

2016-07-27 Thread Paul Dupuis
the first time. I believe this is fixe in LC 8. > > Cheers > > Monte >> On 26 Jul 2016, at 4:49 PM, Paul Dupuis <p...@researchware.com> wrote: >> >> I have very large application running under LC 6.7.11 for Windows and OSX >> >> I have code that does an

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
On 7/28/2016 10:24 PM, Javier Miranda V. wrote: > Dear friends, is it safe to say that a data grid is not a spreadsheet? I > mean, you can not create a new data grid and then just click in a empty cell > and enter data. > > With some practice and reading documentation, I am able to populate a

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
things one might want to do is to let > the user rather than the developer specify the number of rows and columns. > Maybe I have missed some key point. > > Graham > > >> On 29 Jul 2016, at 23:25, Paul Dupuis <p...@researchware.com> wrote: >> >> The defa

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
if one were to write a “simplified spreadsheet” widget, > would a Datagrid be the place to start? In a way I suppose the web of > functionality in a Datagrid makes it a kind of proto-widget. > > Curious > > Graham > >> On 29 Jul 2016, at 21:57, Paul Dupuis <p...@researchwar

<    1   2   3   4   5   6   7   8   9   10   >