Re: Something like charIndex, but in a variable...

2015-04-30 Thread Thierry Douez
beep end if end mouseUp Did a couple of tests and looks good so far. Sure, a lot of room for improvement. Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage __

Re: Plain text library stacks

2015-04-23 Thread Thierry Douez
Absolutely, that's what Peter was showing in his sample code. Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2015-04-23 20:56 GMT+02:00 Devin Asay : > I’m curious—can these plain text s

Re: Plain text library stacks

2015-04-23 Thread Thierry Douez
2015-04-23 18:26 GMT+02:00 Mark Waddingham : >> So, script "stackname" must be at the 1st line of the textfile. > > Ah yes - that is indeed the case > Thanks Mark for your explanations. In fact, I started by putting some comments in the first lines then dropped them but leaving one blank line mor

Re: Plain text library stacks

2015-04-23 Thread Thierry Douez
4 or LC 7.0.4. > > What exactly isn't working? > -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: Plain text library stacks

2015-04-23 Thread Thierry Douez
Hi Peter, Which version of LC are you using ? Doesnt' work here with LC 6.7.4 or LC 7.0.4. Thanks, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2015-04-23 15:34 GMT+02:00 Peter W A Wood : >

Re: Plain text library stacks

2015-04-22 Thread Thierry Douez
Hi Peter, Are you thinking of this: http://forums.livecode.com/viewtopic.php?f=77&t=18748&p=106514&hilit=monte+save+stack#p106514 HTH, Thierry > I remember reading a message to the effect that one of the recent releases to > the LiveCode engine included an enhancement to load “plain text”

Re: ABC of arrays

2015-04-01 Thread Thierry Douez
> I've never had any problems with "put the keys of myArray". > Maybe you expect It to return all the keys of a multidimensional array? Jacque, I think that is what he meant. Thierry ___ use-livecode mailing list use-livecode@lists.runrev.com Please v

Re: ABC of arrays

2015-04-01 Thread Thierry Douez
>> replace "scary" by "intimidating" in your post >> Sounds better? :) >> >> the subject is ABC... > Thanks. > The docs are being dramatically revised, so your feedback is very helpful. Richard, I don't think in this case my comments are too relevant. I'm not the one who want an ABC of arrays

Re: ABC of arrays

2015-04-01 Thread Thierry Douez
>> >>http://lessons.runrev.com/searches?utf8=✓&text=array&commit=Search > > As we explore options for unifying and expanding various help resources in > the community it would be helpful to know, what is it about the lessons that > seems "scary"? replace "scary" by "intimidating" in your

Re: ABC of arrays

2015-04-01 Thread Thierry Douez
> I’m coming from the same place. > When you find this material, I’ll be looking at it too! > Best of luck > > Graham Hello Graham, As usual, Bernd came to the rescue with a nice link from Devin Asay: http://livecode.byu.edu/arrays/introToArrays.php I did read it quickly and might be eno

ABC of arrays

2015-04-01 Thread Thierry Douez
Hi, I'm looking for any learning material to understand the basics of arrays in Livecode. It's for someone who is working since eons with Livecode but who doesn't understand arrays. Thanks for any pointer on the best beginner's lessons, stacks or whatsoever. Kind regards, Thierry

ssh external for Windows7 or 8

2015-03-19 Thread Thierry Douez
Hi, Is the external DLL livessh.dll (binary) that Trevor offers to the community via his SSH external github account works on windows7 or windows 8? I'm not able to activate it via a simple LC code. (no errors but no access to the external functions) I have a similar environment with sunnYpdf

Re: matchText question

2015-02-27 Thread Thierry Douez
o you. Kind regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: Stuck On Regex (Again)

2015-02-23 Thread Thierry Douez
>> put replaceText(myVar, "\s", space) into myVar >> >> leaves myVar unchanged? >> Oops, typo; forget my previous post. Of course, it is "\s+", as Mike said. Best ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

Re: Stuck On Regex (Again)

2015-02-23 Thread Thierry Douez
> put replaceText(myVar, "\s", space) into myVar > > leaves myVar unchanged? > put replaceText(myVar, "\s*", space) into myVar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: Invisible character treated as word?

2015-01-30 Thread Thierry Douez
hierry PS: if looking at regular expressions it's like a goat staring at a new fence, please, accept my apologies and try to enjoy your week-end. Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage __

Re: Image fill question

2014-11-04 Thread Thierry Douez
set the imageData of image 1 to T Is it fast enough? Regards, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2014-11-04 19:20 GMT+01:00 FlexibleLearning.com : > I have a 10px x 10px image. There is

Re: Opening a stack stored in dropbox's public fold

2014-11-04 Thread Thierry Douez
> Were you using LC 7? I wonder if it was trying to make unicode out of the URL > when you pasted it. Try only once with LC 6.7 - Mavericks (10.9.5) HTH, Thierry > On November 4, 2014 10:19:10 AM CST, Thierry Douez wrote: >>Hi, >> >>Copy/paste in script editor d

Re: Opening a stack stored in dropbox's public fold

2014-11-04 Thread Thierry Douez
l > "https://dl.dropboxusercontent.com/u/47044230/CryptDivisionNew.livecode” > > Jim Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mai

Re: the result of revdeletefolder = 1?

2014-10-04 Thread Thierry Douez
ot; means? And how >> > to workaround? >> > >> > Thanks >> > >> > Tiemo >> >> >> Hallo Tiemo, >> >> Just one thought... >> >> What happens with revDeleteFolder if you have a file *inside* the target >> fold

Re: the result of revdeletefolder = 1?

2014-10-04 Thread Thierry Douez
> I am trying to delete one of my apps on OS X 10.9.5 with revDeleteFolder. > > I get "1" as the result and the app isn't deleted, though I have read & > write permission on it. With other apps in the same folder it worked as > expected. Can anybody tell me, what the result "1" means? And how to >

Re: OT: Need a quick look into your OS X 10.9

2014-09-29 Thread Thierry Douez
Hallo Tiemo, Send to you privately... Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2014-09-29 11:11 GMT+02:00 Tiemo Hollmann TB : > Hello, > > I accidentially changed the rights on

Re: Using Livecode to burn DVDs on demand?

2014-09-24 Thread Thierry Douez
On Mac, you can check: hdiutil burn image.iso Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode

Re: file size

2014-09-23 Thread Thierry Douez
Dick, thanks for the feedback. I forgot about this: > ... urlEncode encodes the space as +, ... Regards, Thierry ---- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYm

Re: file size

2014-09-23 Thread Thierry Douez
File ) & ",(\d+)" ), tSize) and I really don't find hard at all to read... Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-liveco

Re: Replace First Occurrence of a Substring in a String

2014-09-21 Thread Thierry Douez
exit repeat >>>end if >>>end repeat >>> >> >> How about this one? >> >> get offset( "a", tString) >> if IT > 0 then put "*" into char IT of tString >> >> >> Thierr

Re: Replace First Occurrence of a Substring in a String

2014-09-21 Thread Thierry Douez
ut tString end mouseUp Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Re: Replace First Occurrence of a Substring in a String

2014-09-21 Thread Thierry Douez
repeat > end if > end repeat > How about this one? get offset( "a", tString) if IT > 0 then put "*" into char IT of tString Thierry Thierry Douez

Re: replaceText() not working as expected for multiple lines

2014-09-21 Thread Thierry Douez
> The ^ (circumflex or caret) outside square brackets means look > only at the beginning of the target string.", This is true in default mode of the PCRE library. There is a multiline mode which changes this behavior; the ^ will match the begining of every line. To be in multiline mode, just have

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Thierry Douez
it's late here :) > > This one?: > <http://www.sonsothunder.com/devres/livecode/downloads/stsMLXEditor.htm> Richard, You are the winner :) and around 6 months ago it was still working as I suggest to someone to use it and he was successful with it. Thierry -----

Re: Sorting lines on colour (color for some)

2014-09-18 Thread Thierry Douez
> function getHtmlColors L >>if matchText( L, "", v) then return v >>return "z" >> end getHtmlColors >> >> Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi

Re: Coda 2 Syntax highlighting for LC now working

2014-09-18 Thread Thierry Douez
o that. > Peter, but there is already a plugin for this... available since years! I forgot where and who did it but it exists; I've send the link last year to someone... sorry, I'm getting old and it's late here :) Regards, -------- Thier

Re: Sorting lines on colour (color for some)

2014-09-18 Thread Thierry Douez
tHtmlColors Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2014-09-18 18:46 GMT+02:00 Francis Nugent Dixon : > Hi from Beautiful Brittany (where, finally, it is raining), > > I have a list in a field,

Re: iOS 8 & XCode 6

2014-09-18 Thread Thierry Douez
/questions/24038286/is-it-possible-to-install-ios6-sdk-on-xcode-6-beta Seems the problem is with the simulator... Thanks Alex for the link :) Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Thierry Douez
Updates >> >> << There is no update >> ---- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Thierry Douez
Hi, MacOSX, LC 6.6.2 Menu Help -> Check for Updates << There is no update >> Is this just me? Thierry PS: I know I can go to runrev site and download it. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

Re: Should "dispatch" be extended for timers?

2014-08-30 Thread Thierry Douez
e" > entry, my method and yours are both discussed. So, there are some interesting things to read in the dictionary. Sorry, couldn't resist :) Have a nice seminar, I'll be off during this time for some holidays, my feet in the sea.. --

Re: Should "dispatch" be extended for timers?

2014-08-30 Thread Thierry Douez
ards, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: Should "dispatch" be extended for timers?

2014-08-29 Thread Thierry Douez
the result on want_the_return_value return 42 end want_the_return_value HTH, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-

Re: Sending Terminal Command (Python) Using LiveCode?

2014-08-27 Thread Thierry Douez
python terminal command would be something like: >> >> python gam.py create user j...@student.email.k12.ca.us firstname John >> lastname Doe password 11 change password off >> >> Could I call this Python script directly from LiveCode? ---

Re: Standard Library

2014-08-22 Thread Thierry Douez
Kay, > As I said, the problem was:needed to be: a \ backslash delimiting the / forward slash. Really? Mind you trying this simple one which works here and without any backslash! on mouseUp put "rtyrtyyrtyryt dfdfddfdfdfdf qwewqwqe" into T put "<(?P[A-Z])[^>]*>(.*?)" into RX if

Re: open file tFile for text ?

2014-08-19 Thread Thierry Douez
2014-08-19 11:00 GMT+02:00 Mark Schonewille : > Where exactly, Thierry? Come on, see my 1st post. Check the code sample in "write to file" in the Dictionary. Best, Thierry >> ( copy/paste few lines only) >> Here: >> >> mouseUp >> local tFile >> put specialFolderPath("desktop") & "/te

Re: open file tFile for text ?

2014-08-19 Thread Thierry Douez
> > I see no mistake here. Where do you see a problem exactly? > ( copy/paste few lines only) Here: mouseUp local tFile put specialFolderPath("desktop") & "/test.txt" into tFile open file tFile for text write "one 222" to file tFile -- Writes to the start of the file >> Thanks Ma

Re: open file tFile for text ?

2014-08-18 Thread Thierry Douez
Thanks Mark, So you agree with me there is a wrong statement in the dictionary: "write to file" Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage > If you use the binary or text clause, you als

open file tFile for text ?

2014-08-18 Thread Thierry Douez
Hi, Dictionary -> write to file There is a sample script which generates an error: So, what does mean: open file tFile for text ? Thierry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Re: Standard Library

2014-08-14 Thread Thierry Douez
experimented LC + Regex coders, please, feel free to contact me off-list. > Regex is powerful stuff. LC + regex is just giving your stack extra > horsepower for free. I like nice ending stories :) Be well, Thierry Thierr

Re: Standard Library

2014-08-13 Thread Thierry Douez
Kay, >>put "<(?P[A-Z][A-Z0-9]*)\b[^>]*>.*?" into RX >> >>if matchText( anyHtmlText, RX) then put "Get it!" > > Unfortunately not. Just tried it right now and it works! What system and LC version do you have? Are you sure the copy/paste didn't spoil the original regex or what else could

Re: Standard Library

2014-08-13 Thread Thierry Douez
sult :) Regards, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc

Re: Standard Library

2014-08-13 Thread Thierry Douez
2014-08-13 10:45 GMT+02:00 Charles E Buchwald : > Hi Thierry, > > Do you mean if I put this in the message box, making the replacements you > suggest: > put replaceText("abcd","(ab)(cd)","\2\1") > > I should get: > cdab > > Because I get: > \2\1 > > What am I missing? Umm, well, I was

Re: Standard Library

2014-08-13 Thread Thierry Douez
> Thierry Douez wrote: >> >> Check capture group naming and branch reset. >> > Thanks Thierry, completely unaware of those. A quick play and I > couldn't get capture group naming to work with LC Kay, Here is a simple one: put "<(?P[A-Z][A-Z0-9

Re: Standard Library

2014-08-12 Thread Thierry Douez
t! Why do you think I spent so much time developping a Perl external for Livecode some years ago. And if you don't believe a French guy, check how geneticians work with huge databases and DNA files.. Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sun

Re: Standard Library

2014-08-11 Thread Thierry Douez
ime ago, it is easy to deal with this: Check capture group naming and branch reset. Both are helpful to avoid those kind of errors. Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage

Re: Image File Size Reduction

2014-08-06 Thread Thierry Douez
2014-08-06 23:26 GMT+02:00 hh : > One more interesting thing with sips on MacOS that Thierry not mentioned > (because this is his daily 2nd breakfast I suppose): Sorry Hermann, but you're wrong this time :) I was only in my garden taking care of roses strongly watched by one of my cat.. > One

Re: Image File Size Reduction

2014-08-06 Thread Thierry Douez
lready installed and working on the Mac; nothing to download. That's why I speak about it. Comparing sips with imagemagick will be another topic, and certainly a long one. Both tools are good. Does that make sense? Thierry > > On 8/6/2014 1:53 PM, Thierry Douez wrote: >>> >

Re: Image File Size Reduction

2014-08-06 Thread Thierry Douez
rry > On 8/6/2014 1:36 PM, Thierry Douez wrote: >> >> Ray, >> >> http://www.imagemagick.org/script/command-line-tools.php >> >> on Mac, you can use "sips" >> >> --

Re: Image File Size Reduction

2014-08-06 Thread Thierry Douez
Ray, http://www.imagemagick.org/script/command-line-tools.php on Mac, you can use "sips" HTH, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2014-08-06 18:18 GMT+02:00 Ray : > Does anyb

Re: [OT] Pervasive / Btrieve Database

2014-07-25 Thread Thierry Douez
Hi Skip, If you are adventurous, here is a Perl module to do the job: http://search.cpan.org/~sgoeldner/BTRIEVE-FileIO-0.05/FileIO.pm Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2014-07-25

Re: RLE images

2014-07-14 Thread Thierry Douez
2014-07-15 1:06 GMT+02:00 J. Landman Gay > If anyone has definitive knowledge, please say. Otherwise I'll go with this. might be you are looking for paintCompression. Thierry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

[OT] A short history of GIF

2014-05-03 Thread Thierry Douez
https://www.youtube.com/watch?v=AlOmdtJo_r8 Enjoy :) Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode

Re: This Chick Is On Fire

2014-04-21 Thread Thierry Douez
> > > <http://livecode.us7.list-manage.com/track/click?u=8404b344b09103bf489dd8a9a&id=a1d9cc61dd&e=3d344995ee> > *48 Hours Left* > > > How do you feel about the offer? ​ ​ https://vimeo.com/5239013 Enjoy! Thierry​ -------

Re: Using a package to distribute LC app over ARD

2014-04-18 Thread Thierry Douez
lpath/of/myApp.app" in the script file, you can get rid of the properties line (here for debug) BTW, you can run this script many times, it won't create a new item if it's already set! Tested on Mavericks only! HTH, Regards, Thierry ----------

Re: Howto get the name of current Livecode process

2014-04-04 Thread Thierry Douez
> Actually I re-read your email and it's easier than my first solutions. > > put the version & CR & revLicenseType() into fld 1 > > Phil almost.. returns: 6.6.0 community Well, this is the one which does exactly what I need: function way3 get matchText( the address, "/([^/]+?)\.app/", pro

Re: Howto get the name of current Livecode process

2014-04-04 Thread Thierry Douez
Thanks Phil, the address property was what I was looking for :) Thierry 2014-04-04 20:16 GMT+02:00 Phil Davis : > function way1 > set the itemDel to slash > return "/" & item 2 to -1 of last line of shell("ps" && the processID) > end way1 > > function way2 > set the itemDel to col

Howto get the name of current Livecode process

2014-04-04 Thread Thierry Douez
ierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: new "at size" clause in export snapshot

2014-03-28 Thread Thierry Douez
as PNG at size tWidth, tHeight Hi Chris, Could you try this instead? export snapshot from tObj to tData at size tWidth, tHeight as PNG HTH, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnY

Re: [OT] Friday Fun

2014-03-28 Thread Thierry Douez
cott Rossi : >>> >>>> Playing with a new Photoshop filter. >>>> >>>> Look carefully and you may find two editions of our fearless leader. >>>> >>>> http://www.tactilemedia.com/download/filter.jpg >>>> >>>>

Re: [OT] Friday Fun

2014-03-28 Thread Thierry Douez
Hi, Oups, sorry for the empty previous mail. If you don't have photoshop, here is the latest mightydeals offer which does that: http://www.mightydeals.com/deal/typo-painter.html?ref=awnews&refNL= Regards, Thierry > oh, nice. Something like the ascii art long time ago. > Would you share with

Re: [OT] Friday Fun

2014-03-28 Thread Thierry Douez
Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2014-03-28 10:26 GMT+01:00 Matthias Rebbe | M-R-D : > Hi Scott, > > oh, nice. Something like the ascii art long time ago. > > Would you share with us t

Re: Rally the troops Part 2 - aka Wish List Part 1

2014-03-20 Thread Thierry Douez
han Mats, demand payment for >> lcStackBrowser and also have the audacity to password protect it. > > it's a wonderful tool, well worth the price, and a great > addition to my toolbox. +1 Thierry -------- Thierry Douez - http://

Re: [OT] or may be not..

2014-03-10 Thread Thierry Douez
ly free and without ads. and before (V 1.4) was written with Scratch.. I have updated my references :) Thierry ------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

Re: [OT] or may be not..

2014-03-10 Thread Thierry Douez
.youtube.com/watch?v=rDyo4p1qLuE&feature=youtu.be -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: [OT] or may be not..

2014-03-08 Thread Thierry Douez
e resources neither the skills to draw nicely all these screen objects... -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-l

Re: [OT] or may be not..

2014-03-06 Thread Thierry Douez
2014-03-07 7:28 GMT+01:00 stephen barncard : > On Thu, Mar 6, 2014 at 9:34 PM, Thierry Douez wrote: > >> >> https://www.kickstarter.com/projects/lindaliukas/hello-ruby >> > > She seems to be channeling Shirley MacLaine - cute as hell… > but talks too fast. Well,

[OT] or may be not..

2014-03-06 Thread Thierry Douez
erry ---- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

Re: GUI scripting on windows

2014-03-03 Thread Thierry Douez
e externals for doing screen automation? Hi Todd, Here is a third possibility: http://search.cpan.org/~rgiersig/Expect-1.15/Expect.pod and the LC external exists since more than 10 years by now! Regards, Thierry > > Thanks > > Todd --------

Re: GUI scripting on windows

2014-03-03 Thread Thierry Douez
o. Thierry > ~Roger > > > On Mon, Mar 3, 2014 at 8:41 AM, Thierry Douez wrote: > >> Hi Todd, >> >> Another alternative for you, could be to use Expect. >> Incidentily, this morning, I spoke a bit about it here: >> >> http://forums.runrev.com/view

Re: GUI scripting on windows

2014-03-03 Thread Thierry Douez
> fine on the mac using Applescript. But I have no idea whats possible on > the windows side. And I need windows :-( > > Are there any LiveCode externals for doing screen automation? > > What about PowerShell? > > Thanks > > Todd ---------

Re: [OT] stop scrolling text - Spritz

2014-02-27 Thread Thierry Douez
rry >> http://learn2spritz.com/ -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

[OT] stop scrolling text - Spritz

2014-02-27 Thread Thierry Douez
Sleeves up designers :) http://learn2spritz.com/ Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode

Re: Finding available memory without shell, how to use hasMemory()

2014-02-26 Thread Thierry Douez
Gabriel, >> > I am working on a program where I need to know the amount of >> > available memory. You can shell this: sysctl - a | grep mem or sysctl hw.usermem or HTH, Thierry -------- Thierry Douez - http://s

Re: RELEASE LiveCode 6.6 DP1

2014-02-23 Thread Thierry Douez
easts and concepts. ( And I'm a long time user of try/catch + have made some assert tools in LC which I always use for any serious development... ) -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi

Re: RELEASE LiveCode 6.6 DP1

2014-02-23 Thread Thierry Douez
>> I still think that adding an assert command (of all things) is a >> completely wrong way to do that tho. and Dilbert to the rescue: http://dilbert.com/dyn/str_strip/0//000/20/1//900/210948/210948.strip.zoom.gif Have a nice sunday :) Thierry

Re: offset broken?

2014-02-22 Thread Thierry Douez
you can see these lines being equivalent: put "abcdefgabcccablmnopoq" into theChars delete char 1 to 3 of theChars put offset("c",theChars) and you'll get 7, which is right. and doing the same for your next example, gives you 3 which is right too. > > B

Re: Script local variables

2014-02-22 Thread Thierry Douez
& x1 &cr after fld 1 end testlocal local x2 on testlocal2 add 1 to x2 put "x2: " & x2 &cr after fld 1 end testlocal2 This should clarify your concern... Regards, Thierry ---- Thierry Douez - http://sunny-

Re: Tracing Stack (was: the points of graphic)

2014-02-22 Thread Thierry Douez
d graphic from the > color-subgraphics. -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: set the textStyle["box"] of word x of line y to true is very fast

2014-02-20 Thread Thierry Douez
quot;set the > textStyle["empty"]" throws an error. I think it should be allowed. > > à bientôt > > Bernd > > Thierry Douez wrote >> Hallo Bernd, >> and what about >> set the textStyle["bold"] of field 1 to true >> against &

Re: set the textStyle["box"] of word x of line y to true is very fast

2014-02-19 Thread Thierry Douez
to true against set the textStyle of field 1 to "bold" ?? Bis bald, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-liveco

Re: Dollar Sign Variables

2014-02-11 Thread Thierry Douez
Hi Ray, This has been dicussed few times in this list with a solution. Sorry, don't have the link but... Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf 2014-02-11 Ray : &

Re: RegEx for Removing Non-Ascii Chars Except Certain Whitespaces

2014-01-29 Thread Thierry Douez
ame :) I choosed the "extended" form and I personaly don't use much the [:xxx:] syntax. Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ us

Re: RegEx for Removing Non-Ascii Chars Except Certain Whitespaces

2014-01-29 Thread Thierry Douez
into mytext and carry on adding extra chars until you are happy. Does that makes sense? Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecod

Re: Char index

2014-01-29 Thread Thierry Douez
2014-01-29 Nakia Brewer : > Is there a way I can find out the char index for a chunk of text that may > exists in a line of text of a variable ? Hi Nakia, offset will do it ! Thierry ---- Thierry Douez - http://sunny-tdz.com Maker of sun

Re: SQLite and FTS in LC 6,5x

2014-01-27 Thread Thierry Douez
ite in the current LC? > > Is anyone else out there using FTS with SQLite and LC 6.5? Regards, Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___

Re: Desktop Externals

2014-01-26 Thread Thierry Douez
26 >> >> Thierry > > Thank you very much. > > Richmond. I did edit my post and add a screenshot of the SDK files.. Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf _

Re: Desktop Externals

2014-01-26 Thread Thierry Douez
1&p=95326#p95326 Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Non-Ascii Chars in Filenames

2014-01-21 Thread Thierry Douez
7 and >> in the meantime find a way to dodge customers’ complaints :) > > > I tried several things yesterday and couldn't make it work either. Would it > be possible for you to run a script on the server and change the file names > there? --------

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Thierry Douez
2014/1/21 FlexibleLearning.com : > > Mark is not alone. I did not take up the listing offer either. > > Hugh Senior So do I.. -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYpdf - sunnYperl - sunnYmidi - sunnYmage > -O

Re: numToChar with socking great numbers

2014-01-13 Thread Thierry Douez
+ by & , will this please you ? Thierry -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYpdf - sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: [ANN] lcStackbrowser V2 Released

2014-01-09 Thread Thierry Douez
2014/1/10 Peter Haworth : > I'm pleased to welcome in the new year by announcing the release of version > 2 of lcStackBrowser, a plugin replacement for the Livecode Hi Peter, Great plugin! Thanks for the 2014-Update :) Regards, Thierry -----

Re: Figuring out the correct height / width of scrollbars under Linux

2014-01-09 Thread Thierry Douez
rry > > > If you ever find a way to extract gnome-control-center > information on Linux via shell calls, make sure to let me > know as I'd love to find the theme colors data :-) > > Jan Schenkel. > -

Re: Figuring out the correct height / width of scrollbars under Linux

2014-01-09 Thread Thierry Douez
:-) > Jan Schenkel. -------- Thierry Douez - http://sunny-tdz.com Maker of sunnYpdf - sunnYperl - sunnYmidi - sunnYmage ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

<    1   2   3   4   >