Re: system date

2020-05-04 Thread Jacques Hausser via use-livecode
2020-05-04. > > Martin > > > > >> On May 4, 2020, at 2:43 PM, Martin Koob via use-livecode >> wrote: >> >> Huh, I get 2020-05-04 here in Canada. Not sure what my region settings are. >> >> >> Regards, >> >> Martin

Re: system date

2020-05-04 Thread Jacques Hausser via use-livecode
> Either this has to do with 10.15.4 or > Are you sure your region settings are correct. ;) > > Regards, > > Matthias > > > > - > Matthias Rebbe > Life Is Too Short For Boring Code > >> Am 04.05.2020 um 20:07 schrieb Jacques Hausser via use-liv

system date

2020-05-04 Thread Jacques Hausser via use-livecode
Hello everybody, Back to LC after a long time out. I’m using LC 9.6.0(dp 4) on Mac OS 10.15.4, and I just discovered that Livecode seems totally deaf to the words “system date”. EG: put the date into today convert today to system date put today into fld 1 returns 5/4/20 instead of 04.05.20 Is

Re: ANN: Script Editor Refactoring Support

2019-03-20 Thread Jacques Hausser via use-livecode
tweaking. > > -- > Mark Wieder > ahsoftw...@gmail.com > > ___ > 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

Re: export imagedata into a file ?

2018-05-08 Thread Jacques Hausser via use-livecode
Sorry, I didn’t read carefully. But I think that the imageData needs a kind of “frame” to become an image. So the simplest way to do it is to populate, for instance, an hidden image with the imageData and then export it. > Le 8 mai 2018 à 16:17, jbv via use-livecode a > écrit : > > Hi list, >

Re: export imagedata into a file ?

2018-05-08 Thread Jacques Hausser via use-livecode
Hi jbv I’m using not the imageData, but the image itself Export image “mage_testI” to URL”binfile:/test.jpg” as JPEG It works Jacques Le 8 mai 2018 à 16:17, jbv via use-livecode mailto:use-livecode@lists.runrev.com>> a écrit : Hi list, I have a script that starts as follows : put URL "bi

Lynda.com

2018-04-20 Thread Jacques Hausser via use-livecode
de and make it a bit less confidential, if somebody here is interested… Jacques ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny CH-1269 B

Re: Trigger a javascript function using the browser widget

2016-06-17 Thread Jacques Hausser
our subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ********** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtig

Re: browser widget again

2016-06-15 Thread Jacques Hausser
And I forgot: yes, the messageWatcher gives successive “inputLoc and the time when I click successive points on the map. > Le 16 juin 2016 à 00:55, Jacques Hausser a écrit : > > In my html file, tCoord is declared (together with several other variables) > before the fi

Re: browser widget again

2016-06-15 Thread Jacques Hausser
> >> >> >> >> >> var tcoords='1,2,3' >> function add(p1,p2) { >> return p1 + p2; >> } >> >> >> >> And have registered myJSHandler as my livecode hook. >> >> Then this will get the results bac

Re: browser widget again

2016-06-15 Thread Jacques Hausser
d > like they SHOULD work but didn't, causing an "error eveluating javascript" > error) > > It even seemed sometimes that a method that worked just a minute ago would > stop. (I'm so bad at javascript though, its no surprise i'm lost) > > > On

browser widget again

2016-06-15 Thread Jacques Hausser
Still trying to use the browser widget and its javascripthandlers. I picked information here and there (many thanks to those who answered my previous mails, especially Mike) but really I would be glad to find a detailed user’s guide somewhere. I’m using a html file exploiting google map’s API as

Re: How to change the color of the text in a disabled button ?

2016-06-07 Thread Jacques Hausser
I mean: A couple of images used as icons… > Le 7 juin 2016 à 11:13, Jacques Hausser a écrit : > > Yes, a group of two images used as icons will do the trick. But it is rather > boring to do that for a zillion of buttons… not counting the different > resolution for different sc

Re: How to change the color of the text in a disabled button ?

2016-06-07 Thread Jacques Hausser
lso, won't > do any good as one cannot DISABLE an image. > > Richmond. > > On 7.06.2016 11:47, Jacques Hausser wrote: >> I would like to, for aesthetic reasons. Is it possible (without going so far >> as writing a widget)? And, as we are there, what about the colo

How to change the color of the text in a disabled button ?

2016-06-07 Thread Jacques Hausser
I would like to, for aesthetic reasons. Is it possible (without going so far as writing a widget)? And, as we are there, what about the colors of a field’s scrollbar ? I’m not a fan of the Apple aesthetical dictatorship… Jacques ___ use-livecode maili

Re: how to get data from widget browser

2016-05-25 Thread Jacques Hausser
ry. > > Some very interesting possibilities, like a callback loop. Make a request, > the widget responds firing an event, which makes a request.. One could make > a browser widget clock this way, or move things around in the widget or.. > > I could lose so much time on this! &g

Re: how to get data from widget browser

2016-05-25 Thread Jacques Hausser
e to pre-define your javascript as part of your htmltext, you > should be able to execute on the fly. > > do "liveCode.myJSHandler('this is a message',8*8)"in widget 1 > > Which will call the livecode myJSHandler from javascript in the widget > after e

how to get data from widget browser

2016-05-25 Thread Jacques Hausser
Sorry to come back with this question. I have a widget browser defined by a html file. It works fine. But I’m trying to get the result returned by some functions in the html, that is, to find an equivalent of the revBrowserCallScript function, which was working well with the pre-8 versions of m

Re: Browser widget JavaScript [was: Infinite Livecode Pledge]

2016-05-24 Thread Jacques Hausser
Thanks, Peter, I’ll give it a try. Jacques > Le 24 mai 2016 à 12:41, Peter TB Brett a écrit : > > On 24/05/2016 11:39, Jacques Hausser wrote: >> I’m currently trying to adapt an old stack to LC 8, and among other things >> I’m trying to use the browser widget. My questio

Re: Infinite Livecode Pledge

2016-05-24 Thread Jacques Hausser
Dear all, I’m currently trying to adapt an old stack to LC 8, and among other things I’m trying to use the browser widget. My question: how to replace the good old ‘revBrowserCallScript’ command ? It is surely absolutely evident, but not for my poor old brain… Thanks in advance ! Jacques _

Re: textHeight in 8.0 not working ?

2016-05-07 Thread Jacques Hausser
Meeh… it works only when the fixedLineHeight is true… what I forgot ! I’m aging…apologies ! Jacques > Le 7 mai 2016 à 12:37, Jacques Hausser a écrit : > > > LC 8.0, Mac OS 10 el capitan: impossible to change the textHeight of a field > either in the inspector nor in a handle

textHeight in 8.0 not working ?

2016-05-07 Thread Jacques Hausser
LC 8.0, Mac OS 10 el capitan: impossible to change the textHeight of a field either in the inspector nor in a handler. I have a bug report ready and will send it as soon as somebody confirms (my computer shows sometime weird idiosyncrasies.…) Thanks Jacques ___

Re: how are variables passed from functions?

2014-11-14 Thread Jacques Hausser
Yes, it is ’the Result’, I just checked it - good hint, Dave ! didn’t think about that before… Jacques > Le 14 nov. 2014 à 17:56, Dave Cragg a écrit : > > Tiemo, > > Interesting. It looks like functions return the value of "the result" in the > absence of a return statement. > > Other langu

Re: how are variables passed from functions?

2014-11-14 Thread Jacques Hausser
Hi Tiemo, It is always better to be explicit, and in this case to use a return statement. Note that a shorter function foo1 could be: function foo1 return foo2() end foo1 As for my post of this morning, my suggestion was certainly too complex. It is sufficient to figure a transitory ‘returne

Re: how are variables passed from functions?

2014-11-14 Thread Jacques Hausser
passed back to the mouseup handler, even with different var > names? > > Is this a bug or just an accident or even wanted? > > Thanks for enlightening > > Tiemo > > > > > > > > > > ___ > use-livecode mailing list > use-livecode@lists.runrev

Re: Keyboard Shortcuts in Menus

2014-11-12 Thread Jacques Hausser
Hi Graham, see bug 13836 (fixed - avaiting built) and the discussion there. Jacques > Le 12 nov. 2014 à 11:03, Graham Samuel a écrit : > > Hi - I’ve searched recent activity on the list but I haven’t been able to > find any reference to this issue apart from my own input, and in the QCC all

Re: LiveCode - Where, How, and with Who ?

2014-11-07 Thread Jacques Hausser
code@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge U

Re: 6.7.1 RC1 uncomment

2014-11-01 Thread Jacques Hausser
Eh, it’s worse ! Several shortcuts don’t work - or work only the first time: e.g. command-E, command-K, command-0, command-9… and it’s the same with 7.0.1 Somebody already posted a bug report (13836). > Le 1 nov. 2014 à 11:06, Jacques Hausser a écrit : > > Sorry, I was not on the goo

Re: 6.7.1 RC1 uncomment

2014-11-01 Thread Jacques Hausser
Sorry, I was not on the good version of LiveCode - I can confirm. The shortcut for uncomment doesn’t work (except it highlights the menu) Jacques > Le 1 nov. 2014 à 10:41, Jacques Hausser a écrit : > > Hi Terry, > > It works without problems here (I-Mac 2012, Yosemite) >

Re: 6.7.1 RC1 uncomment

2014-11-01 Thread Jacques Hausser
Hi Terry, It works without problems here (I-Mac 2012, Yosemite) Jacques > Le 1 nov. 2014 à 10:28, Terence Heaford a écrit : > > I have just been editing/commenting/uncommenting a script and the uncomment > shortcut does not seem to work (command_) on my Mac. > > The menu highlights in the me

LC, Yosemite, and keyboards

2014-10-27 Thread Jacques Hausser
avoid to type “Zes” instead of “Yes”, better to uncheck this option… ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny CH-1269 Bassi

Re: how to disturb newbies

2014-10-27 Thread Jacques Hausser
Indeed - good poetry doesn't need long exegesis ;-) > Le 27 oct. 2014 à 16:06, Bob Sneidar a écrit : > > Reading through your email didn’t make the least bit of sense! Until I > realized… THAT’S THE POINT! :-) > > Bob S > > >> On Oct 25, 2014

Re: how to disturb newbies

2014-10-26 Thread Jacques Hausser
ionary cleaning" for everybody. Most of the dictionary problems could be solved in such a short time. ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 ro

Re: how to disturb newbies

2014-10-25 Thread Jacques Hausser
> > Richard wrote: > I've filed the one you reported here for you: > What I just noticed - thank you ! Jacques ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

how to disturb newbies

2014-10-25 Thread Jacques Hausser
Dictionary examples: Syntax: after messageName [parametersList] statementList end messageName Examples: after mouseUp answer "after mouse up received" end resizeStack --- before Syntax: before messageName [parametersList] statementList end messageName Examples: before mouseUp answer "b

RE: binaryDecode in LC 7.0(rc2) and EXIFLib

2014-10-17 Thread Jacques Hausser
Le 17 oct. 2014 à 01:05, Jacques Hausser a écrit : > To the people using Alex Tweedly's EXIFLib: > For the others, EXIFLib is a very useful library extracting the EXIF data (if > any) of .jpg pictures. I'm really indebted to Alex for it and I'm using it > for year

binaryDecode in LC 7.0(rc2) and EXIFLib

2014-10-16 Thread Jacques Hausser
To the people using Alex Tweedly's EXIFLib: For the others, EXIFLib is a very useful library extracting the EXIF data (if any) of .jpg pictures. I'm really indebted to Alex for it and I'm using it for years now. It can be found here: http://tweedly.org/showpage.lc?page=EXIFLib This library works

Re: reading from / writing to file : 2 dumb questions

2014-09-09 Thread Jacques Hausser
you close the file for reading and then open it again. >> >> In the first case your information is appended to the existing file. >> >> In the second case your information overwrites the existing file. >> -

Re: colorized scripts

2014-08-26 Thread Jacques Hausser
Le 26 août 2014 à 16:10, Peter M. Brigham a écrit : > On Aug 26, 2014, at 9:19 AM, Jacques Hausser wrote: > >> As I'm checking version 7.10 DP, your solution is not working... I rummaged >> into the "revNewScriptEditor" stack and found that "revSEColori

Re: colorized scripts

2014-08-26 Thread Jacques Hausser
to stack "revNewScriptEditor" > send "revSEColorize thisScript,default" to stack "revNewScriptEditor" > _internal script colorize line 1 to tNum of field "script" > -- how he figured this out, I don't know > > -- Peter > > Peter

colorized scripts

2014-08-26 Thread Jacques Hausser
I want a button to automatically put the script of any control in a field, showing the script editor's colors... I'm probably completely dumb, but I didn't find the trick. Thanks for every hint! Jacques ___ use-livecode mailing list use-livecode@list

Re: Arrays in LC [was: Re: [TAO] value() to obtain pointer functionality]

2014-08-20 Thread Jacques Hausser
Le 20 août 2014 à 19:32, Richard Gaskin a écrit : > Jacques Hausser wrote: > > > I fully agree with Bill about the ease of implementing the necessary > > matrix operations functions in LC language - I did it, actually, for > > what I needed, like computing eigenvalue

Re: Arrays in LC [was: Re: [TAO] value() to obtain pointer functionality]

2014-08-20 Thread Jacques Hausser
Bill and Richard, I fully agree with Bill about the ease of implementing the necessary matrix operations functions in LC language - I did it, actually, for what I needed, like computing eigenvalues and eigenvectors. It's not even so slow if your matrices are not enormous ! And just today, I got

Re: Arrays in LC [was: Re: [TAO] value() to obtain pointer functionality]

2014-08-20 Thread Jacques Hausser
eCoded" library (http://newsletters.livecode.com/october/issue158/newsletter2.php) which seems quite powerful (I didn't test it but I will as soon as I have time for it). Free advertisement ;) ********** Prof. Jacques Hausser Department of Ecology and Evolu

Re: Marker image sizes

2014-08-12 Thread Jacques Hausser
ot;this me". Something concerning the parent button itself. ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny CH-1269 Bassins tel:++ 41 22 366

Re: Marker image sizes

2014-08-11 Thread Jacques Hausser
, 7:25 PM, Jacques Hausser wrote: >> An the "inner glow" gives a decent result. What's boring is to set >> the points for a 8 x 8 circle... I offer it to you ;-) >> 2,0,3,0,4,0,5,0,6,1,7,2,7,3,7,4,7,5,6,6,5,7,4,7,3,7,2,7,1,6,0,5,0,4,0,3,0,2,1,1,2,0 ***

Re: Marker image sizes

2014-08-10 Thread Jacques Hausser
nd to use it's list of points as the locs of the image clones. ****** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny CH-1269 Bassins tel:

Re: Marker image sizes

2014-08-10 Thread Jacques Hausser
ave an image that is 8 pixels >>> square but when used as a marker it appears smaller. I've fiddled with >>> the linesize of the graphic, which does change the marker size, but >>> instead of drawing the image larger, it starts to tile it. >>> >>> The gra

Re: Image File Size Reduction

2014-08-06 Thread Jacques Hausser
ut it only does #1. > > Many Thanks! > > ___ > 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

Re: [OT] MIA

2014-01-21 Thread Jacques Hausser
Monte, It’s a tragic and distressing new, and I’m fully with you and your family. And don’t worry for us, your wife needs your love and care first and above all. Jacques > Hi Folks > > I'm going to be off the reservation for a little while. For those that knew > we had a baby due in a couple

weird comboMenus

2013-09-08 Thread Jacques Hausser
Hello everybody, I discovered something curious with a group of combo menus: if some of them are disabled by a stack script when the card is not the current one, they keep a white background; if they are disabled (calling the same script) when the card is the current one, they become transparen

Re: Projekt Browser: The control you selected no longer exists

2013-08-22 Thread Jacques Hausser
Le 22 août 2013 à 15:08, Klaus major-k a écrit : > Hi friends, > > just saw a new entry in the forum, and this is what I also experience! > In 6.1.1 (rc2) there are problems in the Project Brwoser, did not find a > reciope, > it just happens. > > You click an object in the PB and get the dial

Re: Ask for an answer...

2013-08-04 Thread Jacques Hausser
Le 4 août 2013 à 07:59, Jacques Hausser a écrit : > Dunbar and Roger, Oh, sorry, I did mean Craig and Roger ! Jacques ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

Re: Ask for an answer...

2013-08-03 Thread Jacques Hausser
t; or "the other" Ask [for] input with "Please type your birth date." Ask [for] file input "Save data as" with default file path Ask [for] file choice "select a file" etc… Jacques > > > Craig Newman > > > > -Original Messag

Ask for an answer...

2013-08-03 Thread Jacques Hausser
It's perhaps not a brand new topic, but I floundered again, being confused with "ask" and "answer" commands, so I let off some stream. I was always bothered - and I'm not the only one - by the semantic of these commands. In both cases, the script asks a question, and the user has to answer. But

Re: revOnline and Open Source

2013-08-01 Thread Jacques Hausser
Why is it so complicate nowadays to remain simple ? Jacques ___ 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/u

Re: [OT] Google Math Fun

2013-07-10 Thread Jacques Hausser
I tried with "my age"… the answer was 35. If only… Le 10 juil. 2013 à 17:36, Mark Wieder a écrit : > Scott- > > If you think that's fun, try Wolfram Alpha: > > http://www.wolframalpha.com/ > > then type in "1136 divided by 2" or "the population of Bulgaria" or > anything else that comes to m

Re: BETA RELEASE: LiveCode 6.1.0 Release Candidate 2

2013-06-27 Thread Jacques Hausser
preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny CH-1269 Bassins te

Re: Monte's changing things again

2013-06-23 Thread Jacques Hausser
Le 24 juin 2013 à 02:01, Scott Rossi a écrit : > Although one *could* look at this scenario as simply trying to set the > filename of the image, but in this case, the filename happens to be empty. > If you couldn't set the filename of any image, what would you suggest? Having > 2 types of ima

Re: Monte's changing things again

2013-06-23 Thread Jacques Hausser
Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH

Re: Manipulating parts of a multi-dimensional array

2013-06-16 Thread Jacques Hausser
at into its own array without looping through > all the [c] keys? > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > > ___ > use-livecode

Re: dictionary dream (was [Re: finding the name of the displayed card of stack foo?] )

2013-06-16 Thread Jacques Hausser
> > Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour > spaces. http://www.color-converter.com > > Buy my new book "Programming LiveCode for the Real Beginner" > http://qery.us/3fi > > Fill out this survey please > http://live

dictionary dream (was [Re: finding the name of the displayed card of stack foo?] )

2013-06-16 Thread Jacques Hausser
hard E. Hawkins, Esq. > (702) 508-8462 > > ___ > 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/l

Re: finding the name of the displayed card of stack foo?

2013-06-15 Thread Jacques Hausser
ists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge Uni

Re: selecting without moving

2013-06-15 Thread Jacques Hausser
Le 16 juin 2013 à 00:13, Jacques Hausser a écrit : > Dar, > > I'm almost sure you know all that already, and I'm not sure it's the most > elegant way, but I always lock the size and position of each control > (lockloc) - after what you can still select them, mov

Re: selecting without moving

2013-06-15 Thread Jacques Hausser
e. > --- > > > > > > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferenc

Re: Colours going all wrong in LC 6

2013-06-12 Thread Jacques Hausser
ttp://lists.runrev.com/mailman/listinfo/use-livecode ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny

Re: Monochrome Woes

2013-06-02 Thread Jacques Hausser
Richmond, Why not to use the project browser instead with your children ? It is full of colors, and does what the application browser does, and more, even if the look is different. I guess that the application browser will die soon… Jacques Le 2 juin 2013 à 20:44, J. Landman Gay a écrit : >

Re: Counting problem

2013-05-25 Thread Jacques Hausser
Perhaps even stranger: if you start for example with put "a,b,c,d,e,f,g,h,i,j" into temp put 0 into tcount delete variable tcount repeat 10 add 1 to tcount[any item of temp] end repeat the loop works fine, even if the variable tcount was not defined as an array and was deleted before the loo

Re: Counting problem

2013-05-25 Thread Jacques Hausser
Craig, A way to have the second script working correctly (sum on the counter array = 10) is to declare and fill the counter explicitly before using it; my version: on mouseup put "a,b,c,d,e,f,g,h,i,j" into temp repeat with i = 1 to 10 put 0 into tcount[item i of temp] end repeat

Re: Random sort demonstration

2013-05-23 Thread Jacques Hausser
Yes shuffle is better - a penchant for gambling instead of a taste of eggs ;-) Jacques Le 23 mai 2013 à 10:24, Dick Kriesel a écrit : > > On May 23, 2013, at 12:41 AM, Jacques Hausser wrote: > >> and something like >> >> "scramble lines of myVar", inste

Re: Random sort demonstration

2013-05-23 Thread Jacques Hausser
Thanks, Dar, now I understand ! Till yesterday evening, I always used the numeric result of random(tUpperlimit) to "de-sort" chunks of text, being not aware of the use of function's combination like "sort lines of […] random(xxx)". … and at least my scripts worked exactly as I expected ! IMHO,

Re: randomly order a list

2013-05-22 Thread Jacques Hausser
Chris, I think Randy has put his finger on something: the * is before any number or letter in the ASCII numeration. I do not know what the random function uses when randomizing a "set" (I was not even aware of this possibility) but that could well be the ASCII value(s) of the first char(s). Ja

Re: randomly order a list

2013-05-22 Thread Jacques Hausser
Dar, I'm afraid you are wrong… they would not be 27 possibilities (3^3) but only 6 (3! - factorial), because each line (first, second and third) can only be present once. And I tested random (3) and random () corrected to give a number between 1 and 3 with the following scripts: on mouseUp

Re: randomly order a list

2013-05-22 Thread Jacques Hausser
Sorry, I'm afraid I put a stupid error in my script: the second possibility should be: > put "" into tLastOrder > put "" into tOrder -- they must of course be the same at the start > repeat until tOrder <> tLastOrder > put line(random(6)) of sOrderOfLines into tOrder > next repeat > put tO

Re: randomly order a list

2013-05-22 Thread Jacques Hausser
Chris, I think that you cannot sort by random(99) because the argument of the sort (the sortkey as it is called in the dictionary) must by something like "item 2 of each" and not a number out from a random generator. If you want a random order of the three lines of possible answers, you co

Re: Message Box spurious messages

2013-05-15 Thread Jacques Hausser
9497 > For Skype and fax, please contact. > d...@swcp.com > > Computer programming and tinkering, > usually in supporting those developing in > LiveCode--typically by making LiveCode > controls, libraries and externals, and > sometimes by writing associated > microcontroller firmware. > ------

Re: Message Box spurious messages

2013-05-15 Thread Jacques Hausser
Same here. It's obvious that the "necessary, exciting, and ultimately beneficial changes" announced by Heather were not fully tested before the release of the new website… Probably to many hares to chase with the beginning of conference. Also if you try the button "latest RunRev news" (the one w

Re: [BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Jacques Hausser
om > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of La

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Jacques Hausser
t; sure I save my stack after a few code changes. >> >> >> >> >> On Tue, May 7, 2013 at 4:27 PM, Jacques Hausser >> wrote: >> >>> My "problem" is that till now I didn't have any crash with Commercial >>> bui

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Jacques Hausser
My "problem" is that till now I didn't have any crash with Commercial built 1513… I'm working on a stack which deals mainly with images and also with interfacing with google maps. Can you tell what exactly you are doing ? Jacques Le 7 mai 2013 à 23:07, "J. Landman Gay" a écrit : > On 5/7/13 3

Re: [TG] tags

2013-05-07 Thread Jacques Hausser
Le 7 mai 2013 à 17:57, Richmond a écrit : > CH = cheese I have to protest about this one. CH very officially means "Confederatio Helvetica", AKA Switzerland. The fact that Switzerland is also the fatherland of some of the best ch**ses in this world is purely incidental. Try "LD" for Leerdamm

What could be better ? [Was: Password protection in non-commercial 6.0.1]

2013-05-02 Thread Jacques Hausser
I'm reading a lot on this list - and I'm seldom writing. Usually merely because it's too late, and somebody else has already answered better than I could do. I must say that I'm - more than slightly - surprised by some of the complaints I'm reading about the new "way of life" RunRev is offering t

Re: He did it!

2013-04-19 Thread Jacques Hausser
and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ****** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6

Re: fontSizes bust in 6.0

2013-04-16 Thread Jacques Hausser
Pete > lcSQL Software <http://www.lcsql.com> > > > On Tue, Apr 16, 2013 at 12:58 AM, Jacques Hausser > wrote: > >> Hi Peter, >> >> I just compared the fontSizes in 5.5.4 and 6.0.0. >> In 5.5.4, the Fontsizes returns every numbers from 9 to 7

Re: fontSizes bust in 6.0

2013-04-16 Thread Jacques Hausser
t; >>> Right, but the exact same command in LC 5.5.x returns a list of font >> sizes >>> so one or other is worng. >>> >>> Pete >>> lcSQL Software <http://www.lcsql.com> >>> >>> >>> On Mon, Apr 15, 2013 at 4:29

Re: fontSizes bust in 6.0

2013-04-15 Thread Jacques Hausser
to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ********** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne pleas

Re: Full Screen

2013-04-11 Thread Jacques Hausser
//lists.runrev.com/mailman/listinfo/use-livecode ********** Prof. Jacques Hausser Department of Ecology and Evolution Biophore / Sorge University of Lausanne CH 1015 Lausanne please use my private address: 6 route de Burtigny CH-1269 Bassins tel:++ 41 22 366 19 40

Re: V6 against V5

2013-04-10 Thread Jacques Hausser
> -Francis > > "Nothing should ever be done for the first time !". > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences:

Re: How do you handle caring about PPC?

2013-04-08 Thread Jacques Hausser
We have home, and still run, two older PPC Macs, with 10.5.8. And yes, I do still compile for them on my almost 6 years old Intel Mac. I should perhaps launch a Quickstarter project to renew my equipment… Jacques Le 8 avr. 2013 à 11:10, Tiemo Hollmann TB a écrit : > Hello, > > I just wanted

Re: Multiple Alignments In One Line?

2013-04-03 Thread Jacques Hausser
Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > ___ > 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/mail

Re: usableDesktop

2013-04-02 Thread Jacques Hausser
As usual, Jacque was quicker than Jacques… I would add than for manual positioning (draging the title bar of the stack window, which is 22 pixels high too in Mac, by the way, what explains your 44) the LC IDE does't like superposition with the menuBar - as well as with its own toolbars. It push

Re: usableDesktop

2013-04-02 Thread Jacques Hausser
Sorry, I mean items 2 and 2. > your little routine computes the place to be spared to the RIGHT, you should > use items 2 and 4 for setting the TOP of your stack. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

Re: usableDesktop

2013-04-02 Thread Jacques Hausser
gt;> but I have a horrible feeling that it will remain a fantasy as >>> cyberspace is filled to bursting >>> with lots and lots of window managers (imagine coping with Windows XP >>> running KDE as a window manager) and lots and lots

Re: usableDesktop

2013-04-02 Thread Jacques Hausser
, so far, has taken me > about 3 and a half years > of my spare time, involving alot of thought, planning and all the other crap > associated with developing serious software. And for that I feel I'd like the > odd bit of financial recompense. > > HOWEVER: if my Kickstarter campaign works (i.e. I raise the sum) I

Re: usableDesktop

2013-04-02 Thread Jacques Hausser
Richmond, Sorry for being slow, I tried one of my old stacks to check if it was using "effective screenrect", and got stuck with a full screen display impossible to leave without a password - and of course I have forgotten the password ! For the effective screenloc: intoduced: 1.0 changed: 5.5

Re: usableDesktop

2013-04-02 Thread Jacques Hausser
___ > 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 ***

revBrowserCallScript

2013-03-22 Thread Jacques Hausser
Call to experts: I have newbie's problems with revBrowserCallScript. I'm using a browser and an html file built according to various examples to display google maps; it's OK and revBrowserCallScript works as expected for functions without parameters… but issues an error when I try to use param

Re: Brown Sauce

2013-03-10 Thread Jacques Hausser
Le 10 mars 2013 à 20:21, John Dixon a écrit : > > or... Llanfairpwllgwyngyllgogerychwyrndrobwll-llantysiliogogogoch a village > on the isle of Anglesey > answer of http://www.howjsay.com: our nearest entry is: laryngotracheobronchitis (!!!) __

Re: variable from a web site

2013-03-04 Thread Jacques Hausser
It works perfectly well :-) Le 4 mars 2013 à 15:35, Jacques Hausser a écrit : > Many thanks, Mike, I'll have a try this evening (visitors home just now…) > > Jacques > > Le 4 mars 2013 à 15:22, Mike Bonner a écrit : > >> Actually since you don't just want

  1   2   >