Re: What with all it's features and platforms I sometimes forget

2010-12-27 Thread Geoff Canyon Rev
On Fri, Dec 24, 2010 at 12:41 AM, Richmond richmondmathew...@gmail.comwrote: Well; good, effective programming is rarely either EASY or FUN; and more often than not involves a lot of prolonged effort, thought, and hard work. Programming is like playing tennis. I'm sure there are

Re: Faces App error

2010-12-27 Thread Pierre Sahores
Hi Nicolas, This message is not from LC but from the backend db you use as the result of your query. It means that you try to use the same value to index 2 different table records and this is forbidden as expected. As soon a you will replace the duplicate indexed value by one different value

Re: revMail and Bcc

2010-12-27 Thread Pierre Sahores
Hi William, See the lesson RunRev wrote for us about this at : http://lessons.runrev.com/spaces/lessons/buckets/814/lessons/8184-Sending-Emails-From-revServer-Scripts Best, Pierre Le 27 déc. 2010 à 02:25, william humphrey a écrit : The *revGoURL* command is deprecated and should not be used

Re: What with all it's features and platforms I sometimes forget

2010-12-27 Thread Richmond
On 12/27/2010 10:06 AM, Geoff Canyon Rev wrote: On Fri, Dec 24, 2010 at 12:41 AM, Richmondrichmondmathew...@gmail.comwrote: Well; good, effective programming is rarely either EASY or FUN; and more often than not involves a lot of prolonged effort, thought, and hard work. Programming is like

Interface design

2010-12-27 Thread Richmond
Surely . . . Much more than worrying whether our killer app conforms to the general GUI of an OS . . . We should worry about end-user usability . . . These 2 may coincide, but not necessarily. ___ use-livecode mailing list

Re: QTVR and 64-bit Windows issue

2010-12-27 Thread Trevor DeVore
On Sun, Dec 26, 2010 at 8:05 AM, stgoldb...@aol.com stgoldb...@aol.comwrote: I understand that QTVR will not work on 64-bit Windows computers. Does anyone know if there is a workaround in which panoramas will show in Livecode, or if Apple plans to correct the issue? Is QTVR obsolete? Thanks.

Re: Faces App error

2010-12-27 Thread stephen barncard
consider auto incrementing the key when adding records, or build a handler to deal with incrementing the key value. On 27 December 2010 00:02, Nicolas Cueto nicon...@gmail.com wrote: In case someone at LC is reading... When starting-up on iPad and iPhone 3G the Faces app available at LC's

Join many PDF into one

2010-12-27 Thread JosepM
Hi, I want to join many PDF files from a folder into one. I found some automator files for do that but I need call it from LiveCode. Any idea how to do this? Salut, Josep M -- View this message in context:

Re: Join many PDF into one

2010-12-27 Thread stephen barncard
Aren't the automator files just Applescript inside? Can't you put the Applescript into a field and do field xxx as Applescript ?? On 27 December 2010 07:04, JosepM jmye...@mac.com wrote: Hi, I want to join many PDF files from a folder into one. I found some automator files for do that

A funny thing happened on the way to market.

2010-12-27 Thread Richmond
Needed about 4000 images with Unicode chars on them . . . http://andregarzia.on-rev.com/richmond/numCharrer.rev.zip pretty raw, functional go and get it! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Faces App error

2010-12-27 Thread Nicolas Cueto
This message is not from LC but from the backend db you use as the result of your query. Thanks Pierre. The db is actually on the LC server, to which of course I have no access. So, like I wrote, hope the LC people who made the Faces app are listening in... at least after the New Year's

Re: Join many PDF into one

2010-12-27 Thread Martin Koob
I found a page that explains how Automator actually joins PDFs and it explains how to use the same method. http://hints.macworld.com/article.php?story=20060327192826493 It used a python command. #! /usr/bin/python # # join # Joing pages from a a collection of PDF files into a single PDF file.

Re: What with all it's features and platforms I sometimes forget

2010-12-27 Thread Thomas McGrath III
WOW. I had a great holiday and then came back to a semantic argument over fun as in easy or no effort versus fun as in enjoyable and a delight to do. It's just so much easier to be good at something you enjoy doing, and it is absolutely possible to find programming fun, even when it's hard.

Re: What with all it's features and platforms I sometimes forget

2010-12-27 Thread stephen barncard
Exactly. I mean no bad will to our friend Jerry Daniels, but this is the difficulty I have with his amazing Rodeo app builder - it may be too easy! I feel with all the components already made, I'm not really creating anything, but just paint by numbers and hooking it up to data. (actually I find

New Version of LC?

2010-12-27 Thread Joe Lewis Wilkins
Did I notice someone saying they are using 4.5.3? Joe Lewis Wilkins Architect Director of Product Development for GSI www.glsysinc.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: New Version of LC?

2010-12-27 Thread Colin Holgate
On Dec 27, 2010, at 10:01 AM, Joe Lewis Wilkins wrote: Did I notice someone saying they are using 4.5.3? At two persons so far. I don't see where you get those now, there used to be a menu item for it, or you might go to your account page, except that still has 4.5.2.

Re: New Version of LC?

2010-12-27 Thread Joe Lewis Wilkins
Colin, my experience as well. Thanks. Maybe some typos. Joe Lewis Wilkins Architect Director of Product Development for GSI www.glsysinc.com On Dec 27, 2010, at 7:10 AM, Colin Holgate wrote: On Dec 27, 2010, at 10:01 AM, Joe Lewis Wilkins wrote: Did I notice someone saying they are

Re: New Version of LC?

2010-12-27 Thread Colin Holgate
On Dec 27, 2010, at 10:13 AM, Joe Lewis Wilkins wrote: Colin, my experience as well. Thanks. Maybe some typos. I don't think so, with a phrase like now that I'm running 4.5.3 (rc3) that suggests a version later than the one he was previously using, and rc3 sounds a bit like release

Re: Faces App error

2010-12-27 Thread Nicolas Cueto
What is this Faces app ? Any URL available to see how it looks like ? It's part of LiveCode's app-building tutorial for iOS on their blog site, and the link is inside their blog page at: http://www.runrev.com/company/runrev-blog/ -- Nicolas Cueto

Re: New Version of LC?

2010-12-27 Thread Colin Holgate
On Dec 27, 2010, at 10:19 AM, Harald Müller wrote: As far as I know you have to be part of the developer program to get early builds of coming versions: http://www.runrev.com/products/livecode-developer-program/ Thanks, that helped. It used to be that the Enterprise version gave you

Re: New Version of LC?

2010-12-27 Thread stephen barncard
When one's update pack is up to date. On 27 December 2010 09:31, Colin Holgate co...@verizon.net wrote: On Dec 27, 2010, at 10:19 AM, Harald Müller wrote: As far as I know you have to be part of the developer program to get early builds of coming versions:

Re: Join many PDF into one

2010-12-27 Thread JosepM
Hi Martin, Thanks for you help, I get the same error, but now I have one way to explore... :) The join command is the same that use the pyton call? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3165189.html Sent

Re: revMail and Bcc

2010-12-27 Thread william humphrey
The problem with that lesson is that it is for a running server. So if you're just running your regular old computer the shell commands do nothing. At least the RunRev folks see that BCC is important. ___ use-livecode mailing list

Re: Faces App error

2010-12-27 Thread Pierre Sahores
Ah ! I did't start to use my LC iOS pack for yet... ;-) Best, Pierre Le 27 déc. 2010 à 16:19, Nicolas Cueto a écrit : What is this Faces app ? Any URL available to see how it looks like ? It's part of LiveCode's app-building tutorial for iOS on their blog site, and the link is inside

Re: revMail and Bcc

2010-12-27 Thread Pierre Sahores
If mail is installed (need to be !), it can work from your own (OSX or Linux) box as well. Best, Pierre Le 27 déc. 2010 à 17:25, william humphrey a écrit : The problem with that lesson is that it is for a running server. So if you're just running your regular old computer the shell commands

Fwd: revMail and Bcc

2010-12-27 Thread Pierre Sahores
I should have say SendMail the unix demon, not (Apple) Mail at all... Début du message réexpédié : De : Pierre Sahores psaho...@free.fr Date : 27 décembre 2010 17:35:22 HNEC À : How to use LiveCode use-livecode@lists.runrev.com Cc : Pierre Sahores psaho...@free.fr Objet : Rép : revMail and

Re: revMail and Bcc

2010-12-27 Thread william humphrey
Thank you. I will search on the internet for this except that it isn't really a solution because then everyone that uses my program would also have to install this unix thing. It would be easier if RevMail just had another parameter for the BCC. On Mon, Dec 27, 2010 at 12:39 PM, Pierre Sahores

QTVR on 64-bit Windows computers

2010-12-27 Thread stgoldb...@aol.com
Trevore DeVore to the rescue again! I downloaded the latest version of QuickTime for Windows, and now QTVRs show up in rev applications on Windows 64-bit computers. I am very appreciative, since I've created a lot of QTVRs for Rev and otherwise would not be able to use them. I could not,

Re: Join many PDF into one

2010-12-27 Thread Martin Koob
I don't understand python so I don't know what commands in the join.py file carries out the action of joining the PDFs. I think that this person's approach is just to use the action that Automator uses which is executing that join.py program. You can open that program in a text editor at the

Re: iOS Interface Design

2010-12-27 Thread J. Landman Gay
Colin Holgate wrote: Where do you go to get the 4.5.3 builds? If you are on the developer list they are announced there with links. Only the final releases show up in your account. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Join many PDF into one

2010-12-27 Thread JosepM
Thanks Martin :) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3165543.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: Join many PDF into one

2010-12-27 Thread Mark Schonewille
Hi, I have a little app created with Automator. It runs as a standalone app and joins one-page PDF files (and any other one-page picture files) into 1 PDF file. Send me an e-mail and I'll send it in a reply. You should be able to tell the Finder to open a number of files with this app from