Re: [TEASER] Dropbox Support Almost Ready

2012-02-02 Thread René Micout
Bravo ! Le 2 févr. 2012 à 07:02, Andre Garzia a écrit : Hey Folks, Take a look at: http://andregarzia.clarify-it.com/d/earp64 This is proof of a working Dropbox library. Today, it worked for the first time and made a successful upload operation. I hope to release it soon! It will

Re: [TEASER] Dropbox Support Almost Ready

2012-02-02 Thread Andrew Henshaw
Looks good, will it work with iOS too??? That will be very useful! On 2 Feb 2012, at 06:02, Andre Garzia wrote: Hey Folks, Take a look at: http://andregarzia.clarify-it.com/d/earp64 This is proof of a working Dropbox library. Today, it worked for the first time and made a

Re: How to get all message names

2012-02-02 Thread Claudi Cornaz
Hi All, Thanks for answering. Unfortunatly there apparently isn't a easy consistent way. Pitty. I need it for stackAlly and it looks to get the messageNames it depends on how the version of livecode uses it for the dictionaire, which ofcourse might change with each release. So no relaible

Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, I have been having problems with the find command. In a stack with multiple cards, I want to find specific strings on a card of my choice (the card currently displayed), and NO other. If I code find string xxx in fld yyy of this card .. doesn't work. If I look in

Re: [TEASER] Dropbox Support Almost Ready

2012-02-02 Thread Andre Garzia
Thanks for the kind words René and Andrew. Yes, it will work on iOS. It is a pure Livecode application, it will work anywhere that Livecode runs (requires only libURL and SSL support). As the day goes on, I will post more updates. Cheers andre On Thu, Feb 2, 2012 at 11:12 AM, Andrew Henshaw

Re: [TEASER] Dropbox Support Almost Ready

2012-02-02 Thread Ken Corey
On 02/02/2012 13:51, Andre Garzia wrote: Thanks for the kind words René and Andrew. Yes, it will work on iOS. It is a pure Livecode application, it will work anywhere that Livecode runs (requires only libURL and SSL support). Does LiveCode for iOS have libURL support? Really? I've spent the

Re: Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread dunbarx
Francis. You are right in that the (my) find hint seems not to work. I think it used to, but now am confused. I will ask to have it removed. This is a workaround, so that if your text is not on the card you are at, at least you will not be taken somewhere else. I am sure you could have

Re: Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread Jim Hurley
Hi Francis, I have used this, suggestion by a list member some time ago, to restrict the find to a specific field. You might substitute the card id in place of the field id. on mouseUP put the value of the clickline into tText put the id of field theText into tNum find empty find

Re: Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread Peter M. Brigham, MD
On Feb 2, 2012, at 9:30 AM, dunb...@aol.com wrote: Francis. You are right in that the (my) find hint seems not to work. I think it used to, but now am confused. I will ask to have it removed. This is a workaround, so that if your text is not on the card you are at, at least you

Re: Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread dunbarx
Jim. But LC natively can restrict finds to a single field: find yourText in fld yourFld Francis needs to restrict his find to a specific card. I assume there are more than one field on that card, and that other cards have fields that may contain the text he wants. I can think of several

[ANN] sQuiRt now available

2012-02-02 Thread John Craig
I'm pleased to annouce that sQuiRt (formerly LibQR), a library for generating QR codes, is now available. It's good for Mac / Windows / Linux / Mobile. It was suggested (by Matthias Rebbe) that writing to an image file rather than an image object will allow it to be used on LiveCodeServer as

Using Graphic Effects On A Group

2012-02-02 Thread Pete
I would like to use the drop shadow graphic effect on a group. Works fine except that the drop shadow is applied to every control in the group which I do not want to happen. If I look at the Graphic Effects for any of the controls in the Inspector, the drop shadow box is not checked. How can I

Re: Using Graphic Effects On A Group

2012-02-02 Thread René Micout
Hello Pete, Try this : Select your group and choose Opaque in basic properties panel... Le 2 févr. 2012 à 18:50, Pete a écrit : I would like to use the drop shadow graphic effect on a group. Works fine except that the drop shadow is applied to every control in the group which I do not want

Re: Using Graphic Effects On A Group

2012-02-02 Thread Pete
Thank you Rene, that's twice in as many days I've forgotten about the opaque property! On Thu, Feb 2, 2012 at 9:59 AM, René Micout rene.mic...@numericable.comwrote: Hello Pete, Try this : Select your group and choose Opaque in basic properties panel... Le 2 févr. 2012 à 18:50, Pete a

Re: How to get all message names

2012-02-02 Thread Pete
Not unless you have Bjornke's Docu2 plugin. On Thu, Feb 2, 2012 at 8:37 AM, Bob Sneidar b...@twft.com wrote: Wha??? There's a sqLite DB with all the message names??? Bob On Feb 2, 2012, at 5:45 AM, Claudi Cornaz wrote: Björnke, apparently you can get it out of the dictionaire (the

Re: [ANN] sQuiRt now available

2012-02-02 Thread Andre Garzia
Just bought it, now, I need to fight the irresistible impulse to place barcodes in everything! =) On Thu, Feb 2, 2012 at 3:42 PM, John Craig j...@splash21.com wrote: I'm pleased to annouce that sQuiRt (formerly LibQR), a library for generating QR codes, is now available.  It's good for Mac /

Why won't this work ?...:-(

2012-02-02 Thread John Dixon
The script below will run on a Mac, under Windows XP but not under Windows 7... anyone able to tell me why not ? on openCard /* set the rect of the image on which to overlay revBrowser */ set the rect of image browserimage to 0, 0 , (the width of this stack) , (the height of this

Re: [ANN] sQuiRt now available

2012-02-02 Thread Roger Eller
On Thu, Feb 2, 2012 at 12:42 PM, John Craig wrote: I'm pleased to annouce that sQuiRt (formerly LibQR), a library for generating QR codes, is now available. Congrats! Awesome logo! Love it! ~Roger ___ use-livecode mailing list

Re: Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread Francis Nugent Dixon
Hi from beautiful Brittany, Thanks to all for suggestions. I finished up by trying my own workaround. BUT, I don't know why the syntax of this card and of card xx is accepted in the find command, but doesn't work. Would that be a real bug ? Secondly, the string I am looking for is in

Re: Find string xxx in field yyy OF THIS CARD

2012-02-02 Thread Bob Sneidar
You have no doubt heard this before, but it sounds like you need to re-engineer this using SQL. Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On Feb 2, 2012, at 12:39, Francis Nugent Dixon effe...@wanadoo.fr wrote: Hi from beautiful Brittany, Thanks to all for suggestions. I

Re: [ANN] sQuiRt now available

2012-02-02 Thread Matthias Rebbe
John, congrats to you on the release. Just bought it. You are selling it for a bargain price. Now i am waiting for the day when time allows you to try…. ;) Regards, Matthias Am 02.02.2012 um 18:42 schrieb John Craig: I'm pleased to annouce that sQuiRt (formerly LibQR), a library for

Link Text

2012-02-02 Thread Pete
I'm trying to set the link text of a line of text in a field. I'm doing while in browse mode by highlighting the line of text then selecting Link from the Text menu. The text changes color and if I click on it, all works as expected. However if I close the card, then open it again, all the

Re: Link Text

2012-02-02 Thread Terry Judd
On 03/02/2012, at 01:30 PM, Pete wrote: I'm trying to set the link text of a line of text in a field. I'm doing while in browse mode by highlighting the line of text then selecting Link from the Text menu. The text changes color and if I click on it, all works as expected. However if I close

Postgresql Upgrade Problem?

2012-02-02 Thread Rick Harrison
Hi there, I tried to use a program that I put together several months ago with Livecode which used to work just fine with the following default value in the database. nextval('mytable1_assignedrecnum_seq'::regclass) I changed nothing since I ran it last, and now this same line throws a