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 permissio
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
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
lin
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 genera
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 wrote:
> Hi from beautiful Brittany,
>
> Thanks to all for suggestions. I finished up by tr
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 pract
Hi Howard,
I've sent you the stack and here it is for anyone interested in playing
around with the parameters of a field that affect the formattedHeight of
that field.
http://berndniggemann.on-rev.com/margins/marginsapp.livecode.zip
Kind regards
Bernd
On Wed, Feb 1, 2012 at 1:54 PM, Howard
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
use-livecode@lis
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
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 wrote:
> 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
>
Not unless you have Bjornke's Docu2 plugin.
On Thu, Feb 2, 2012 at 8:37 AM, Bob Sneidar 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 sglite db
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 wrote:
> 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 l
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 wa
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
r
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
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 w
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
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
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 sglite db file
> on disk)
> Could you share/mail me how to do that? Would be great.
>
> Thanks all and best wishes,
>
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 writte
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 l
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 wro
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 i
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 stabb
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 su
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!
26 matches
Mail list logo