Re: RevMobile Discussions

2010-10-03 Thread David Bovill
On 3 October 2010 00:33, Colin Holgate wrote: > > I would still hope we can talk about things here, because much of it would > be of general interest, mobile is becoming more important in general, and > even though I'm interested in mobile, I'm not interested in yet another > email list! > Yes -

Re: RevMobile Discussions

2010-10-03 Thread René Micout
YES ! Le 3 oct. 2010 à 14:28, David Bovill a écrit : > On 3 October 2010 00:33, Colin Holgate wrote: > >> >> I would still hope we can talk about things here, because much of it would >> be of general interest, mobile is becoming more important in general, and >> even though I'm interested in

Sort question

2010-10-03 Thread Yves COPPE
Hi list I have a list of lines each line has a first name & tab & a date (French format : DD/MM/) I want to sort the list on the DD/MM date without taking the into account Here a sample : Jean13/01/2017 Luc 03/07/2017 Bern02/09/2015 Michel 06/01/2018 Bert01/06/2016

Re: Sort question

2010-10-03 Thread Mark Schonewille
Hi Yves, What about this: set the itemDel to slash sort lines of myList by item 2 of (word 2 of each) and item 1 of (word 2 of each) -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web

Re: Sort question

2010-10-03 Thread Yves COPPE
Le 03-oct.-10 à 16:04, Mark Schonewille a écrit : Hi Yves, What about this: set the itemDel to slash sort lines of myList by item 2 of (word 2 of each) and item 1 of (word 2 of each) Re, No, I don't receive the right answer it gives : Jean13/01/2017 Luc 03/07/2017 Bern02

Re: Sort question

2010-10-03 Thread wayne durden
I think that just missed the year... On Sun, Oct 3, 2010 at 10:14 AM, Yves COPPE wrote: > > Le 03-oct.-10 à 16:04, Mark Schonewille a écrit : > > > Hi Yves, >> >> What about this: >> >> set the itemDel to slash >> sort lines of myList by item 2 of (word 2 of each) and item 1 of (word 2 >> of ea

Re: Sort question

2010-10-03 Thread Jim Ault
Use the technique of sorting by a function call for each line to set a value. on testSort put the clipboarddata into theListOfFriends sort theListOfFriends numeric ascending by sortByThisValue(each) ;put theListOfFriends end testSort function sortByThisValue singleLineOfList set

Re: Sort question

2010-10-03 Thread Ben Rubinstein
This is really the same as Mark suggested, but should work even if the numbers aren't zero padded: function sortByMonthAndDay tText set the itemDelimiter to "/" sort lines of tText ascending numeric by item 1 of (word 2 of each) sort lines of tText ascending numeric by item 2 of (word 2

Re: Sort question

2010-10-03 Thread Yves COPPE
Le 03-oct.-10 à 16:31, Jim Ault a écrit : Use the technique of sorting by a function call for each line to set a value. on testSort put the clipboarddata into theListOfFriends sort theListOfFriends numeric ascending by sortByThisValue(each) ;put theListOfFriends end testSort function

Re: Sort question

2010-10-03 Thread Colin Holgate
Ben, wouldn't yours just end up with it sorted the second way? Mark's does work if you use & ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Re: Sort question

2010-10-03 Thread Mike Bonner
Changing the first suggestion set the itemDel to slash sort lines of myList by item 2 of (word 2 of each) and item 1 of (word 2 of each) to set the itemDel to slash sort lines of myList by item 2 of (word 2 of each) *&&* item 1 of (word 2 of each) works for this also as long as the data is alwa

Re: Sort question

2010-10-03 Thread Yves COPPE
Le 03-oct.-10 à 16:32, Ben Rubinstein a écrit : This is really the same as Mark suggested, but should work even if the numbers aren't zero padded: function sortByMonthAndDay tText set the itemDelimiter to "/" sort lines of tText ascending numeric by item 1 of (word 2 of each) sort line

Re: Sort question

2010-10-03 Thread Yves COPPE
Le 03-oct.-10 à 16:32, Ben Rubinstein a écrit : This is really the same as Mark suggested, but should work even if the numbers aren't zero padded: function sortByMonthAndDay tText set the itemDelimiter to "/" sort lines of tText ascending numeric by item 1 of (word 2 of each) sort line

Re: Sort question

2010-10-03 Thread Jim Ault
use word -1 of item 1 of blahblah to get the last word On Oct 3, 2010, at 7:43 AM, Yves COPPE wrote: Le 03-oct.-10 à 16:32, Ben Rubinstein a écrit : This is really the same as Mark suggested, but should work even if the numbers aren't zero padded: function sortByMonthAndDay tText set

Re: Sort question

2010-10-03 Thread Colin Holgate
On Oct 3, 2010, at 10:43 AM, Yves COPPE wrote: > > some first names have 2 words !!! > Go back to using Mark's way, with & instead of 'and', and also say 'last word of each' instead of 'word 2 of each'. ___ use-revolution mailing list use-revolu

Re: Sort question

2010-10-03 Thread Yves COPPE
Le 03-oct.-10 à 16:47, Jim Ault a écrit : use word -1 of item 1 of blahblah to get the last word ok thank you Greetings. Yves COPPE yvesco...@skynet.be ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Sort question

2010-10-03 Thread Yves COPPE
Le 03-oct.-10 à 16:49, Colin Holgate a écrit : ok thank you Greetings. Yves COPPE yvesco...@skynet.be ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: Sort question

2010-10-03 Thread Mark Schonewille
Hi, && won't always workshop corrector. Probably you neef to use 'and' and sort numeric. -- 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 3 okt.

Re: Sort question

2010-10-03 Thread Colin Holgate
On Oct 3, 2010, at 11:08 AM, Mark Schonewille wrote: > && won't always workshop corrector. Probably you neef to use 'and' and sort > numeric. I think your spell checker doesn't alway walk correctly either. ___ use-revolution mailing list use-revol

Re: Sort question

2010-10-03 Thread Ben Rubinstein
On 03/10/2010 15:39, Colin Holgate wrote: Ben, wouldn't yours just end up with it sorted the second way? Mark's does work if you use& No, because Rev doesn't move lines if they have the same value on the sort expression. So two sort commands in succession have the desired effect - the first

Re: Sort question

2010-10-03 Thread Mark Schonewille
Oops, that's the iPhone. I meant: won't always work correctly. You need to use 'and' and sort numeric. -- 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.co

Re: RevMobile Discussions

2010-10-03 Thread Michael D Mays
On Oct 2, 2010, at 6:33 PM, Colin Holgate wrote: > > On Oct 2, 2010, at 7:16 PM, Michael D Mays wrote: > >> Back in March and April in the pre-Alpha release notices there was mention >> of setting up a such discussion group. The release in August did not. I was >> hoping it had been set up. >

adding new object to background group

2010-10-03 Thread Mark Smith
I'd like to add a button to an existing background group, but RR/LC is telling me if I do that I am going to loose the background with that group on it from all previous cards. And it does. Here's what I did. Added the button. Selected the existing background group (group 1031) and the new object

Re: Storing an Array as a Custom Property

2010-10-03 Thread Gregory Lypny
Hi Jacqueline, Yes, I will. But the documentation problem, both with the user guide and built-in help or dictionary, goes far beyond updating. Good writing, examples, organization, and consistency in design take time. If you type the word Array into the built-in help, the only hits you will

loading a https page on OS X

2010-10-03 Thread Klaus on-rev
Hi all, I tried to load a page from an https server and got of course an error because the user certicitate was not found. No username or password required for the site! the result was: error -Error with certificate at depth: 0 issuer ... ... ... err 20:unable to get local issuer certificate

Re: adding new object to background group

2010-10-03 Thread Ken Ray
Mark, > I'd like to add a button to an existing background group, but RR/LC is > telling me if I do that I am going to loose the background with that group > on it from all previous cards. And it does. I think you're confusing "ungrouping" with "editing a group". You get this warning if you try

Re: WINDOWS VERSION MENU PROBLEM - architect

2010-10-03 Thread Mark Smith
Hi Joe, I agree. As my program grows finding all the bits and pieces will be difficult. Having an option to "save all scripts to text" with some minimal description (button script -- delete, stack script, etc) would allow to browse all the code, get some idea of how it is organized as well as bac

Re: RevMobile Discussions

2010-10-03 Thread David Bovill
On 3 October 2010 17:40, Michael D Mays wrote: > > Aside from talking about talking RevMobile here I would think that in > general discussions about alpha software might need to be somewhat private > about some things and have more active/visible participation by the > developers of the software.

Re: RevMobile Discussions

2010-10-03 Thread stephen barncard
yes! Runrev, PLEASE FREE THE ON-REV CLIENT and API. What is the big "secret", anyway? sqb On 3 October 2010 13:55, David Bovill wrote: > On 3 October 2010 17:40, Michael D Mays > wrote: > > A classic example is the On-Rev client. Locking that thing up in a > standalone was completely pointle

Re: loading a https page on OS X

2010-10-03 Thread Dar Scott
Well, you said hint. I have a vague and distant memory of seeing this info in the openSSL docs. Very vague. It might have been in some openSSL discussion. -- Dar On Oct 3, 2010, at 11:25 AM, Klaus on-rev wrote: Hi all, I tried to load a page from an https server and got of course an er

Re: loading a https page on OS X

2010-10-03 Thread Malte Pfaff-Brill
Klaus: libUrlSetSSLVerification false hth, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/us

ANN: A true scrolling canvas demo

2010-10-03 Thread Claudi Cornaz
Hi All, I am glad to anounce the ccScroller group. After many years, on and off, trying to get it to work right, I finaly succeeded in creating a true scrolling canvas like group. I managed to get something to work before but now I found a simple and elegant solution. You can drag object

Re: Storing an Array as a Custom Property

2010-10-03 Thread Alejandro Tejada
Hi all, Gregory Lypny wrote: > > But the documentation problem, both with the user guide and built-in help > or dictionary, goes far beyond updating. Good writing, examples, > organization, and consistency in design take time. > > [snip] > > My recommendation for the Rev team would be to spe

Re: Storing an Array as a Custom Property

2010-10-03 Thread Michael D Mays
So true Gregory. Michael On Oct 3, 2010, at 12:16 PM, Gregory Lypny wrote: > But the documentation problem, both with the user guide and built-in help or > dictionary, goes far beyond updating. Good writing, examples, organization, > and consistency in design take time. If you type the wo

Re: loading a https page on OS X

2010-10-03 Thread Terry Judd
On 4/10/10 5:30 AM, "Malte Pfaff-Brill" wrote: > Klaus: > > libUrlSetSSLVerification false So (butting in because I'm in the middle of doing this as well), just to get this straight, if I post something to a https url (on my server) the data is still sent/returned securely, I just don't nee

Datagrid Default Column Behavior

2010-10-03 Thread Peter Haworth
What is the correct way to set the default column behavior of a datagrid so that the script is entered for columns which have been customised to contain option menus? I have set the default column behavior property for the datagrid but suing debug shows that the script is only executed for

Re: adding new object to background group

2010-10-03 Thread DunbarX
I think someone (Jacques, probably) pointed out that there is a direct way to do this. Wasn't it using the "copy object to group" form of the "copy" command? I am not near Rev, er Livecode right now, but there was a way, posted several months ago. I still have slight conceptual blocks with grou