Re: Beyond PowerStatus: Concurrency options

2015-03-08 Thread Pierre Sahores
Well done Mike ! Two other possible ways in mind : 1.- home made : i7 8 logical cores under windows : - 1 core runs an LC controller app in client mode and dispatch tasks to : - 7 cores running an LC functional server accepting sockets connections on port xxx 2.- Runrev’s doable :

Re: [ANN] Rel 33 of MasterLibrary is available

2015-03-08 Thread William Prothero
Michael: This is a wonderful assortment of handlers and functions. I may have missed some of the intentions for the library. Is this also a personal handler management library also? Do we add our own commonly used handlers? Are these ultimately incorporated into the library, which I imagine

Re: Power Status (was Re: Because LC can't do two things at once.)

2015-03-08 Thread Mark Wieder
Peter- Sunday, March 8, 2015, 1:43:17 AM, you wrote: Oddly, I find that LC's file I/O routines don't work with *NIX virtual file system elements. I can use cat in shell to get those values, but neither LC's open/read/close nor get url options for work me. Ouch. Please file a bug report -

Re: Unconference in NYC 3/2-12 ???

2015-03-08 Thread dunbarx
I will be there Thursday. Most of the old NY HC user group will be as well. I have a demo. Craig Newman -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Unconference-in-NYC-3-2-12-tp4689878p4689884.html Sent from the Revolution - User mailing list archive at

Re: [ANN] Rel 33 of MasterLibrary is available

2015-03-08 Thread Mike Doub
You are cirtainly welcome to add your own functions and handlers. It is best to add them at the bottom of script of btn Lib. The meta data needed is very straight forward. You will have to cut and paste your routines into any new version, but that is pretty easy. Or just send me any routine

Re: Unconference in NYC 3/2-12 ???

2015-03-08 Thread Colin Holgate
I’m not going to the little workshop events, but the actual unconference day is Thursday, and a few of us here will attend that one. On Mar 8, 2015, at 1:16 PM, hyperch...@aol.com mailto:hyperch...@aol.com wrote: Did anyone on the list attend? Care to report? Thank you.

[ANN] Rel 33 of MasterLibrary is available

2015-03-08 Thread Michael Doub
Release 33 * By popular demand all of the double quotes have been removed from handler names and functions. * added displayHex, displayBinary, displayDump, FormatNumber * updated caseSwitch, added PowerSource * stripDupLines, removeDupLines (regexp implementations!) * There is now an even

is image 2 in image 1?

2015-03-08 Thread Bernard Devlin
Is it possible to do this in livecode? It would seem obvious to my naive mind, that since we have the imagedata, and if image 2 is a crop of image 1, then we ought to be able to find out if image 1 contains image 2. Or am I insanely optimistic? Regards, Bernard

Re: Text Field in LC 7

2015-03-08 Thread BNig
Hi Jerry, modTableField has the same performance as a similar field (i.e. tabbed date, vScroll on) without mod. The performance of live resizing in LC 7.x.x is less than stellar for a field with more than about 1000 lines. The overhead of resizeControl in modTableField is negligible. Until LC

Re: RunRev 2015

2015-03-08 Thread Dave Kilroy
I also really enjoy the conferences and recommend any and all to attend if they possibly can - very useful technically and very enjoyable - and I could (kinda) make a case that it is useful professionally! But Jo if you're listening I would like it this side of the Atlantic this year please...

Re: Power Status (was Re: Because LC can't do two things at once.)

2015-03-08 Thread Peter TB Brett
On 2015-03-07 16:33, Richard Gaskin wrote: Mark Wieder wrote: And now that I'm looking at it again, I don't think that's the proper format for the url command. It should be put url file:///sys/class/power_supply/BAT0/status into tStatus Oddly, I find that LC's file I/O routines don't work

Re: RunRev 2015

2015-03-08 Thread Peter Haworth
I'd echo all the other posts about the conference. My first one last year and it was great to meet some of the folks I see on the list every day, with the added benefit that a lot of them are customers. My only regret was that I had a pretty tight schedule due to other commitments so was not

Re: Beyond PowerStatus: Concurrency options

2015-03-08 Thread Dr. Hawkins
On Sun, Mar 8, 2015 at 1:17 PM, Pierre Sahores s...@sahores-conseil.com wrote: 1.- home made : i7 8 logical cores under windows : Not that promising--remember when intel's virtual cores (or whatever they're called) came out? We all got excited about what sounded like a great idea, but it

Re: [ANN] Rel 33 of MasterLibrary is available

2015-03-08 Thread William Prothero
Mike: I do similar saving of code snippets that I think might be useful to me in the future. But you’ve done a marvelous job of standardizing and collecting them. I also note you have a test routine for each handler. This is a great thing to have as well. Best, Bill On Mar 8, 2015, at 1:57

Mobile app templates?

2015-03-08 Thread Geoff Canyon
Are there any template apps available? (free or paid) So far what I've seen are construction kits or graphics packages. I'm wondering if anyone has made a splash screen with main app page with nav elements leading to other pages app, or other variant of that? I'm thinking about how, if I want to

Re: Data Grid graphics buttons

2015-03-08 Thread JB
Thanks for the link, Mike! John Balgenorth On Mar 8, 2015, at 8:27 AM, Mike Bonner bonnm...@gmail.com wrote: Look here: http://lessons.runrev.com/m/datagrid/l/7311-how-do-i-customize-a-table-s-columns On Sat, Mar 7, 2015 at 10:54 PM, JB sund...@pacifier.com wrote: Is there a way to

Re: Text Field in LC 7

2015-03-08 Thread Peter Haworth
Very clever Bernd, I like it! I tried it with v6 and v7 and the v7 improvement is great. I still see a little stutter compared to v6 but's hardly noticeable and certainly way better than before this tweak. On Sun, Mar 8, 2015 at 12:18 AM BNig bernd.niggem...@uni-wh.de wrote: Hi Jerry,

Re: Beyond PowerStatus: Concurrency options

2015-03-08 Thread stephen barncard
On Sun, Mar 8, 2015 at 6:53 PM, Dr. Hawkins doch...@gmail.com wrote: Not that promising--remember when intel's virtual cores (or whatever they're called) came out? We all got excited about what sounded like a great idea, but it never met it promise. Only recently for us Pro Tools users. --

Re: Beyond PowerStatus: Concurrency options

2015-03-08 Thread Pierre Sahores
Why not clients to an LC server gateway in SSL mode and LC to PostgreSQL in localhost mode ? Le 9 mars 2015 à 02:53, Dr. Hawkins doch...@gmail.com a écrit : Heck, I'd settle for ssl or postgres being done correctly :) -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com

Re: is image 2 in image 1?

2015-03-08 Thread Mark Schonewille
Hi Bernard, If you use the select tool to copy a part of an image object to the clipboard, the data get converted to PNG by default. When you paste the image from the clipboard, the image is converted back to image data. Usually, a few bits change here and there and the imagedata in the new

Re: Data Grid graphics buttons

2015-03-08 Thread Mike Bonner
Look here: http://lessons.runrev.com/m/datagrid/l/7311-how-do-i-customize-a-table-s-columns On Sat, Mar 7, 2015 at 10:54 PM, JB sund...@pacifier.com wrote: Is there a way to set a graphic or button in a data grid table column using a script? So if I want line 12 of column name to be a

Unconference in NYC 3/2-12 ???

2015-03-08 Thread hyperchris
Did anyone on the list attend? Care to report? Thank you. LiveCode Unconference The whole series concludes with a special LiveCode “Unconference” with a keynote by Kevin Miller, and a day of talks by you, the users. There are rumours there could be an LC8 related announcement, with demo’s