Re: WOOT!

2013-04-10 Thread André Rombauts
Le 10 avr. 2013 à 14:13, Tim Selander a écrit : > I have just downloaded LC 6.0, and was able to register without a problem. I > am also on OSX 10.6.8. Is this version the same as the 6.0.0 RC 7 build 1510 I downloaded from my Commercial account? André

Re: Learning LiveCode

2012-12-27 Thread André Rombauts
d for a Master in informatics but never really programmed with pleasure. He developed an application in less than one week (a spare parts database management). He takes pleasure in working withe LiveCode. No comment... Confession box: free :-) André Rombauts __

Has anyone already used Zenfolio API in LiveCode?

2012-12-16 Thread André Rombauts
Hello everyone, The question is in the object... André Rombauts ___ 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: Colorize a single field in a data grid

2012-11-24 Thread André Rombauts
Le 24 nov. 2012 à 14:25, André Rombauts a écrit : > It is easy to colorize globally a record (a line), but ho to act on a single > field in that record? I mean using the 'line has error' property ___ use-livecode mailing l

Colorize a single field in a data grid

2012-11-24 Thread André Rombauts
Hello everyone, What is the simplest way to colorize a single field in a database displayed in a data grid? The problem is to put in red or in green a field according to its contents. It is easy to colorize globally a record (a line), but ho to act on a single field in that record? André

Re: load URL

2012-11-21 Thread André Rombauts
Use instead put URL "http://domain.tld/tesrt.txt"; into field "Display", for instance Le 21 nov. 2012 à 18:22, Peter Haworth a écrit : > I'm using load URL to download a simple text file from my web site; the > filename ends with ".txt". If I include the ".txt" in the URL, the load > completes

Re: My first LC iOS App approved today!

2012-11-21 Thread André Rombauts
Great ! But I don't find it in the App Store Le 21 nov. 2012 à 04:07, Ralph DiMola a écrit : > The app's name is JBT. It is a b2b reference app for jewelry industry > salesman. Couldn't have slid the maps by Apple without mergeMK. ___ use-livecode ma

Using SMTP lib

2012-11-08 Thread André Rombauts
>> Any Firewall running? >> Maybe the Firewall is blocking Livecode connecting to the mailserver over >> port 25. > > If a FW was blocking, the port would be blocked too for my current Apple Mail > app, I think. > Performing other tests. I change to port 465. The script advances somewhat: a co

Re: Using the sSMTP library

2012-11-08 Thread André Rombauts
Le 8 nov. 2012 à 21:59, Matthias Rebbe a écrit : > Any Firewall running? > Maybe the Firewall is blocking Livecode connecting to the mailserver over > port 25. If a FW was blocking, the port would be blocked too for my current Apple Mail app, I think. Performing other tests. André __

Re: Using the sSMTP library

2012-11-08 Thread André Rombauts
> >> I tried then with the altEmailHarness stack from Altuit which uses Shao >> Sean´s library. >> With that stack i can send also over an on-rev account. >> Maybe you give ShaoSeans´smtp library a try. > > I did. No way... > I don't even get any message in the log field... > I'm using a Hostga

Re: Using the sSMTP library

2012-11-08 Thread André Rombauts
Le 8 nov. 2012 à 18:27, Matthias Rebbe a écrit : > I tried then with the altEmailHarness stack from Altuit which uses Shao > Sean´s library. > With that stack i can send also over an on-rev account. > Maybe you give ShaoSeans´smtp library a try. I did. No way... I don't even get any message i

Re: Using the sSMTP library

2012-11-08 Thread André Rombauts
Le 8 nov. 2012 à 15:25, Matthias Rebbe a écrit : > which one do you use? Shao Sean´s or Sarah Reichelt´s one? > But anyway, i am using both with no problems. Well I tried Sarah's > There is a nice wrapper for Shao Sean´s library from Altuit called > altEmailHarness > You could try this. If i

Re: Using the sSMTP library

2012-11-08 Thread André Rombauts
Le 8 nov. 2012 à 15:25, Matthias Rebbe a écrit : > which one do you use? Shao Sean´s or Sarah Reichelt´s one? > But anyway, i am using both with no problems. Well I tried Sarah's > There is a nice wrapper for Shao Sean´s library from Altuit called > altEmailHarness > You could try this. If i

Using the sSMTP library

2012-11-08 Thread André Rombauts
Hello, I'm trying to use the sSMTP library with the demo stack included. I'm getting this error: -> QUIT SMTPerror closing socket due to error reading QUIT This demo stack dates back to 2009. Is it still OK? André ___ use-livecode mailing list use-liv

Loading a stack in a running standalone

2012-10-13 Thread André Rombauts
Hello there, My application loads a stack from a folder on the net and I'm trying to trap an error if the file cannot be loaded. go to stack url "http://mysite.tdl/lc/Ext.livecode"; in a new window if the result is empty then put "OK" into the field "info" of stack"stkMain" els