Re: There should be a "unique" option on sort . . .

2014-01-08 Thread Jan Schenkel
Addiing only an 'into' clauset would indeed be a bit silly - my plan was to transplant another 'filter' feature: the ability to sort an expression. This would allow you to write: sort theFirstList & return & theSecondList into theSortedList Of course, you could still write that in two lines, wit

Visual Effect Zoom Open and Zoom Close

2014-01-08 Thread Alejandro Tejada
Hi all, Could please verify if the visual effects Zoom Open and Zoom Close works fine in your platform? My limited tests shows that it works on Linux but fails in Windows. Does it works in OSX? I tested this using one of the Demos of this stack: https://dl.dropboxusercontent.com/u/3834621/demoM

First MetaCard Demo running in Android

2014-01-08 Thread Alejandro Tejada
Hi All, Some time ago, I made this APK for Android and I want to ask you to install and run on your Android tablet and share your results: https://dl.dropboxusercontent.com/u/3834621/Demo.apk This was the first MetaCard's demo. You can download the stack in LiveCode format from: https://dl.drop

Re: [OT] Intel debuts SD card-sized computer

2014-01-08 Thread Paul Looney
Looks like Intel really is getting serious about power consumption! Paul Looney On Jan 8, 2014, at 12:46 PM, Richard Gaskin wrote: > Since Graham's hungry for posts here, this one may be off-topic but it's > pretty exciting for all of us who love the prospect of running LC on tiny > gadgets: >

Re: Deleting rows in dat grid forms

2014-01-08 Thread Gerry Orkin
Yep, thanks - it does. I'm now using the line number, not the index :) Gerry On 9 Jan 2014, at 1:01 pm, Peter Haworth wrote: > Hope that helps, ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: Deleting rows in dat grid forms

2014-01-08 Thread Peter Haworth
Hi Gerry, You're passing in the dgIndex of the row, not the line number. The dgIndex is assigned when data is loaded into the datagrid and never changes which I think explains your problem. You can either use deleteIndexes or pass in the dgHilitedLine of the datagrid and continue to to use delete

Re: Deleting rows in dat grid forms

2014-01-08 Thread Gerry Orkin
Zryip Thanks - same problem :( Gerry On 9 Jan 2014, at 10:56 am, zryip theSlug wrote: > Try: > on deleteRecord whichRow >dispatch "deleteIndex" to group "datagrid" with whichRow > end deleteRecord ___ use-livecode mailing list use-livecode@list

Re: Deleting rows in dat grid forms

2014-01-08 Thread zryip theSlug
Hi Gerry, You are passing an index to the deleteline command. In datagrids, indexes and lines are different things: http://lessons.runrev.com/s/lessons/m/datagrid/l/7344-data-grid-api Try: on deleteRecord whichRow dispatch "deleteIndex" to group "datagrid" with whichRow end deleteRecord O

Deleting rows in dat grid forms

2014-01-08 Thread Gerry Orkin
Hi all I have a delete button in the row template group of a data grid form. When the user touches there delete button I do this: deleteRecord the dgIndex of me ...and I handle that command in the card script with: on deleteRecord whichRow dispatch "deleteline" to group "datagrid" with whi

Re: There should be a "unique" option on sort . . .

2014-01-08 Thread Peter Haworth
I think that would be useful Jan, but it's pretty easy to put the unsorted container into a different container then sort it so I'm not sure it's worth your time and effort. Pete Pete lcSQL Software On Wed, Jan 8, 2014 at 1:52 PM, Jan Schenkel wrote: > Hi Mark et al, > >

[ANN] Excel Library 1.0.1 supports RGB colors

2014-01-08 Thread zryip theSlug
Dear LiveCode Users, For starting this new year we have updated the Commercial version of our MS Excel Library with 8 new commands for managing RGB colors in addition of the MS Excel color indexes command available in the first release. Note RGB colors are only supported in most recent MS Excel,

Re: There should be a "unique" option on sort . . .

2014-01-08 Thread Jan Schenkel
Hi Mark et al, The 'sort' command should return the same content, not throw out chunks, that might be better as an extension to the 'filter' command. But your comment about how sort affects the original container made me wonder. So I took another look at the source for the 'sort' command in cmds

[OT] Intel debuts SD card-sized computer

2014-01-08 Thread Richard Gaskin
Since Graham's hungry for posts here, this one may be off-topic but it's pretty exciting for all of us who love the prospect of running LC on tiny gadgets: Move over, Raspberry Pi: Intel debuts SD card-sized computer -- Richard Gaski

Re: Test, please ignore

2014-01-08 Thread Graham Samuel
Thanks. Yes, seems so... I'll see if I can think of anything interesting to say. Graham On 8 Jan 2014, at 17:21, Ray wrote: > You're coming through just fine. Maybe just a relatively inactive day. > > On 1/8/2014 11:09 AM, Graham Samuel wrote: >> I haven't seen any messages on the list today -

Re: Test, please ignore

2014-01-08 Thread Ray
You're coming through just fine. Maybe just a relatively inactive day. On 1/8/2014 11:09 AM, Graham Samuel wrote: I haven't seen any messages on the list today - maybe server is down, maybe not. ___ use-livecode mailing list use-livecode@lists.runrev.

Test, please ignore

2014-01-08 Thread Graham Samuel
I haven't seen any messages on the list today - maybe server is down, maybe not. ___ 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