RE: ResizeControl

2010-12-31 Thread Jan Schenkel
--- On Fri, 12/31/10, Richard Gaskin wrote: > DunbarX wrote: > > > Why the messages is not passed along to the card, or > why they are sent > > continuously, is a mystery. > > For most of LC/Rev/MC's life, the resizeControl message was > consistently sent only after the user stopped performing a

Re: Gradient along a graphic line

2010-12-31 Thread Nonsanity
The line is like a hand-drawn line. It can be any shape, including looping and crossing itself. I'd like to be able to have it fade between colors along its length. For now I've broken it into several pieces and colored them separately. It's not as perfect a solution as I'd like, but it'll do for

Re: ResizeControl

2010-12-31 Thread Peter Haworth
Thanks Richard, I'll submit an additional note. I agree that these are useful changes, in fact the reason I got into the resizing issue is because of custom control I designed as a group for my own app. It would just be so much better if changes like this were documented in the dictionary.

Re: ResizeControl

2010-12-31 Thread Richard Gaskin
Peter Haworth wrote: Thanks Richard. I just submitted a note to the resizeControl dictionary entry. Thanks for adding that. However, I didn't know until I read your email that the resizeControl message is sent even when the resize happens by script - that's the opposite of what the dictiona

Re: ResizeControl

2010-12-31 Thread Peter Haworth
Thanks Richard. I just submitted a note to the resizeControl dictionary entry. However, I didn't know until I read your email that the resizeControl message is sent even when the resize happens by script - that's the opposite of what the dictionary says. I don't mind submitting another d

RE: ResizeControl

2010-12-31 Thread Richard Gaskin
DunbarX wrote: Why the messages is not passed along to the card, or why they are sent continuously, is a mystery. For most of LC/Rev/MC's life, the resizeControl message was consistently sent only after the user stopped performing a resize action with the pointer tool. But in v3.5 RunRev i

Re: Gradient along a graphic line

2010-12-31 Thread Scott Rossi
There's a strokeGradient that applies gradients to lines of objects, just like the fillGradient. When you say "looping line" do you mean something besides an oval? You can apply different gradient colors by setting color stops within the gradient -- you can't use the points of the line directl

DataGrid dictionary?

2010-12-31 Thread Anthony Howe
Hiya folks. Is there a reference somewhere for all the commands/ functions of the datagrid? I've done the tutorials etc but just trying to implement stuf now and needed to look a couple of things up... I notice that they don't seem to be listed in the livecode dictionary? Another thoughtan

Re: ResizeControl

2010-12-31 Thread Peter Haworth
And to me. Someone probably knows the reason. As mentioned, it didn't cause a problem for me, just didn't expect it since it's not mentioned in the dictionary. Pete Haworth On Dec 31, 2010, at 1:09 PM, dunb...@aol.com wrote: Pete. Right you are. The message is sent continuously, like "m

Re: ResizeControl

2010-12-31 Thread DunbarX
Pete. Right you are. The message is sent continuously, like "mouseMove" when the message is trapped in the group script. As advertised in the card script. The message watcher confirms this; continuous messages while changing, and, as icing on the cake, one more when you are done. Why the messa

Re: Gradient along a graphic line

2010-12-31 Thread Devin Asay
On Dec 31, 2010, at 12:41 PM, Nonsanity wrote: > Anyone know a way to set the points along a graphic line to different > colors, or to apply a gradient along the length of a line, regardless of its > path? > > I want to have one end of a looping line one color, and the other end > another, with

Re: ResizeControl

2010-12-31 Thread Peter Haworth
Thanks Mark. I'm actually trying to achieve the opposite of that - I want to resize the group and have the controls within it resize appropriately. But all seems to be working OK, the code I've written correctly resizes the the controls when I resize the group so no worries. I was just s

Re: ResizeControl

2010-12-31 Thread DunbarX
I don't get this behavior. If I place a resizeControl handler in a card script that beeps, and then resize simple objects or groups, I get beeps only after I am done in all cases. Craig Newman ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: ResizeControl

2010-12-31 Thread Mark Wieder
Pete- Just a guess, but I think you're running into the fact that group will adjust to the position of its controls. So if you're moving a control around the group *is* getting resized along with it. You might try setting the lockmessages to true while you're moving a control and then back to fals

ResizeControl

2010-12-31 Thread Peter Haworth
The dictionary claims that the resizeControl message is sent right after a control has been resized. That appears to be true for all controls except groups. For groups, the resize control message seems to be sent continuously while the group is being resized, not after the resizing is com

Re: Unicode and N with a tilde

2010-12-31 Thread Warren Samples
On Fri, 2010-12-31 at 20:45 +0200, Richmond wrote: > On 12/31/2010 08:29 PM, Warren Samples wrote: > > On Fri, 2010-12-31 at 18:15 +0200, Richmond wrote: > >> Oh Gosh, I cannot write the Spanish for 'tomorrow' in Livecode . . . > >> > >> doing the following: > >> > >> set the useUnicode to true >

Gradient along a graphic line

2010-12-31 Thread Nonsanity
Anyone know a way to set the points along a graphic line to different colors, or to apply a gradient along the length of a line, regardless of its path? I want to have one end of a looping line one color, and the other end another, with a smooth blend between them. Only way I can think of doing i

Re: Unicode and N with a tilde

2010-12-31 Thread Richmond
On 12/31/2010 08:29 PM, Warren Samples wrote: On Fri, 2010-12-31 at 18:15 +0200, Richmond wrote: Oh Gosh, I cannot write the Spanish for 'tomorrow' in Livecode . . . doing the following: set the useUnicode to true set the useUnicode of fld "XYZ" to numToChar(241) should [ a meaty modal verb i

Re: Unicode and N with a tilde

2010-12-31 Thread Warren Samples
On Fri, 2010-12-31 at 18:15 +0200, Richmond wrote: > Oh Gosh, I cannot write the Spanish for 'tomorrow' in Livecode . . . > > doing the following: > > set the useUnicode to true > set the useUnicode of fld "XYZ" to numToChar(241) > > should [ a meaty modal verb if ever there was one ] produce a

Re: Join many PDF into one

2010-12-31 Thread Bruce Pokras
I have been seeing that message for four years now. When you think about it, there is no add-on to computers that is guaranteed to work in the next OS release. 'Tis better to release and fix than to never have released at all! Happy New Year! Bruce On Dec 31, 2010, at 5:17 AM, JosepM wrote:

Re: Rev CGI problems

2010-12-31 Thread David C.
I've emailed Heather but it appears from the automated response that RunRev will have limited support through the end of the holiday season. Any other ideas that don't include waiting and/or wasting the entire weekend from any of you creative folks out there? Best regards, David C. __

Unicode and N with a tilde

2010-12-31 Thread Richmond
Oh Gosh, I cannot write the Spanish for 'tomorrow' in Livecode . . . doing the following: set the useUnicode to true set the useUnicode of fld "XYZ" to numToChar(241) should [ a meaty modal verb if ever there was one ] produce an 'n' with a tilde over it; but it doesn't . . . . . .just a daf

Re: Rev CGI problems

2010-12-31 Thread David C.
> I went through this very big headache as well.  The answer is that you need > the 3.5 CGI engine.  CGI capability was removed thereafter.  It isn't clear > in the purchasing process and the older materials online lead one to believe > capabilities are there that have been removed.  The company gr

Re: datagrid: add rows in CloseFieldEditor

2010-12-31 Thread Trevor DeVore
On Thu, Dec 30, 2010 at 4:23 PM, JosepM wrote: > > > To reference to next row from the actual is better use > > > > SetDataOfIndex the dgindex of me+1, "COL1", "Text of the Col" > > > > or can be a problem with datagrid index? > > error > > Whenever I refer to the other line is why I have t

Re: Rev CGI problems

2010-12-31 Thread wayne durden
Hello David, I went through this very big headache as well. The answer is that you need the 3.5 CGI engine. CGI capability was removed thereafter. It isn't clear in the purchasing process and the older materials online lead one to believe capabilities are there that have been removed. The comp

Re: Missing plug-in. Again

2010-12-31 Thread DunbarX
Jacques. Thanks. Works. This has to be done just right. It really seems like it should be done by the installer script, or at least a recipe published. I will keep that recipe written down this time. Craig ___ use-livecode mailing list use-livecode@l

Rev CGI problems

2010-12-31 Thread David C.
Hello folks, I just installed the 4.00 Linux CGI engine to my server using Jim Bufalin's really cool "Install Rev CGI 1.1 stack", and it appears that everything was uploaded correctly, with correct file permissions (755) having been set. None of the test scripts that I've tried work, yet I do not

R: Re: export icons..

2010-12-31 Thread bacches...@tin.it
Messaggio originale Da: jac...@hyperactivesw.com Data: 30-dic-2010 20.07 A: "How to use LiveCode" Ogg: Re: export icons.. On 12/30/10 10:15 AM, Richard Gaskin wrote: > baccheschi wrote: > > > may tell me, please, if and how is it possible to export from > > a stack to another the ico

Re: messages question

2010-12-31 Thread Yves COPPE
Le 30 déc. 2010 à 23:25, Mark Schonewille a écrit : > Yves, > > It wasn't clear to me that you don't open Dialogues immediately when Accueil > opens. I had the impression Dialogues has to open automatically when Accueil > opens. > > You can do exactly the same trick in Accueil as in Dialogues

Re: Midi programming

2010-12-31 Thread Olivier Auverlot
Thanks for this link. it seems cool for play midifile files but how to record ? Olivier www.auverlot.fr Le 30 déc. 2010 à 22:04, Kenji Kojima a écrit : > Hi, > > Download makeSMF library by UDI > http://homepage.mac.com/udi/stack/makeSMF133.hqx > > -- > Kenji Kojima / 小島健治 > http://kenjikojim

Re: Beginners questions

2010-12-31 Thread John Allijn
Thanks Mark! I'll look into the libURL. Best regards, john. Sent from my iPad On Dec 31, 2010, at 11:30, Mark Schonewille wrote: > Hi John, > > There is no easy way to import all iOS controls. You can fake them using > pictures. > > LiveCode for iOS can connect to sockets, so it should be

Re: [OT] Apple publishes six free e-books for developers

2010-12-31 Thread Rolf Kocherhans
Tom, no need for PhoneView after downloading on the iPad and a sync with iTunes you find all Books in: iTunes/iTunes Music/Books/Apple Developer Publications Cheers Rolf Am 30.12.2010 um 19:00 schrieb use-livecode-requ...@lists.runrev.com: > From: Thomas McGrath III > > Or if you already d

Re: Beginners questions

2010-12-31 Thread Mark Schonewille
Hi John, There is no easy way to import all iOS controls. You can fake them using pictures. LiveCode for iOS can connect to sockets, so it should be able to contact a web server and read data from an on-line database. I don't know whether libURL is included already (just check the release note

Re: Join many PDF into one

2010-12-31 Thread JosepM
But they advise that in future releases maybe will not available... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Join-many-PDF-into-one-tp3164964p3169265.html Sent from the Revolution - User mailing list archive at Nabble.com. __