Le 19 janv. 2014 à 05:21, Dr. Hawkins a écrit :
> On Sat, Jan 18, 2014 at 8:02 PM, Gerry wrote:
>
>> Send "doit" && myTarget in 10 ticks
>>
>
> I had tried "in seconds", which the IDE wouldn't even allow . . .
>
> btw, this is 6.5 on OSX
>
>
Did you noticed the « && » (= space) ?
In your
On Sat, Jan 18, 2014 at 8:02 PM, Gerry wrote:
> Send "doit" && myTarget in 10 ticks
>
I had tried "in seconds", which the IDE wouldn't even allow . . .
btw, this is 6.5 on OSX
--
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailin
Try
Send "doit" && myTarget in 10 ticks
Gerry
Sent from my iPad
> On 19 Jan 2014, at 12:03 pm, "Dr. Hawkins" wrote:
>
> After fighting this for a couple of hours, I finally found that my message
> sending of the form
>
>
>send "doit " & myTarget in 10
>
> doesn't work properly--the "in
Alejandro-
Saturday, January 18, 2014, 4:16:11 PM, you wrote:
> Most surprising is finding in this list the most trusted
> and widely used open source projects:
> Apache server, Google Chromium, Mozilla Firefox...
There's an adage that goes:
Every program has bugs.
Every program can be improve
This is a known bug in LC 6.5.1 and should be fixed soon, the bug report is [
http://quality.runrev.com/show_bug.cgi?id=11654 ].
There is an odd workaround, just set the focus to any field before issuing the
'import snapShot' command and it should work as you expect without pressing
enter.
If
After fighting this for a couple of hours, I finally found that my message
sending of the form
send "doit " & myTarget in 10
doesn't work properly--the "in 10" is ignored.
Contrary to the dictionary, it appears that it is necessary to specify a
target--otherwise, it is executed immediately,
Most surprising is finding in this list the most trusted
and widely used open source projects:
Apache server, Google Chromium, Mozilla Firefox...
Al
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Errors-detected-in-Open-Source-projects-tp4674758p4674809.html
S
Thanks Peter...:-)
That is what I was not doing... pressing the return key... I agree it is a
little disconcerting to have the stack disappear...:-)
> Subject: Re: Snapshot of screen
> From: peterwaw...@gmail.com
> Date: Sun, 19 Jan 2014 07:21:14 +0800
> To: use-livecode@lists.runrev.com
>
> Ha
Have you tried pressing the return (or enter) key after dragging out the
rectangle? That worked for me with 6.5.1 OS X 7.
Though once you've dragged out the rectangle, it just disappears. This is a
little odd as it gives the impression that the area of the screen has not been
selected. It is re
When in the IDE
Go to the 'File' menu
'Import Control' > 'Snaphot of Screen'
Drag out a rectangle
Does the screenshot get placed on the card ?
I am using 6.5.1 OSX9... and it does not seem to work unless I type 'cmd -
period' and then the screenshot appears...
Can someone confirm that this seem
I remember reading something about it in another thread a couple months
ago. But I think they were saying that it only tests engine code, not IDE.
I could be mistaken about that however.
I want two things really:
1) I want a stack that via multiple cards, demonstrates every feature of
the langu
On 18/01/14 18:08, Roger Eller wrote:
There's not enough time to test every pre-existing feature.
> There needs to be an automated monkey machine to run each new version
through.
There is, they've been writing one for a while now.
--
Jacqueline Landman Gay | jac...@hyperactivesw.c
On 18/01/14 18:08, Roger Eller wrote:
I agree with you on most of that, but there are enough goodness in 6.5.1
that I use often, that I am glad not to be waiting for it in a future
killer IDE.
Yes, there is a lot of goodness. What is probably worng is
simply a a matter of labelling.
6.5.1 shou
Thanks to Jan Schenkel for the confirmation and suggestion.
Unfortunately, when I tried to script my own pageHeights function
using formattedHeight, I discovered that formattedHeight also gives
inaccurate results when paragraph properties have been set. I have
reported both of these probl
Jim (aka Mr. graphics wizard),
Here's a challenge for you:
Create the outline of an odd geometric shape using several of the existing
tools (an L shape, but with round ends, by using circles).
Then, with math wizard code, trace the outer overall shape into the points
of a single new polygon.
TH
I agree with you on most of that, but there are enough goodness in 6.5.1
that I use often, that I am glad not to be waiting for it in a future
killer IDE.
Too fast and furious, indeed. There's not enough time to test every
pre-existing feature. There needs to be an automated monkey machine to ru
>
> Message: 2
> Date: Fri, 17 Jan 2014 16:00:43 +0200
> From: j...@souslelogo.com
> To: use-revolut...@lists.runrev.com
> Subject: the points of graphic
> Message-ID:
> Content-Type: text/plain;charset=iso-8859-1
>
> Hi list,
>
> Is there a way to get the points of a Regular Polygon
> graphic,
Nice!!! Thank you!
~Roger
On Jan 18, 2014 2:12 AM, "Alejandro Tejada" wrote:
> Hi jvb,
>
> Take a look at this stack and use code that you find useful:
> http://andregarzia.on-rev.com/alejandro/stacks/regularPolygon_Tool_v2.zip
>
> Screenshot of the stack:
>
> https://dl.dropboxusercontent.com/
Recently several problems have come to light with LC 6.5.1;
in fact quite a long time after 6.5.1 was supposed to be a completed
thing; and
one of those things (mouseColor) is "a step backwards".
Now the question that has to be asked about any release of Livecode in
light of this is
all a bit
Klaus,
> But when you do NOT put the imagedata directly, display works, but not image
> data:
I see, OK.
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/
On Jan 18, 2014, at 7:17 AM, Klaus major-k wrote:
> Konichi-wa Kenji,
>
> Am 18.01.2014 um 13:06 schrieb Kenji Kojima :
>
>> Hi,
>>
Mark,
Yes, I could.
Thank you.
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/
On Jan 18, 2014, at 7:46 AM, Mark Schonewille
wrote:
> Hi Kenji,
>
> You can do this as a workaround:
>
> set the text of img 1 to url myURL
> put the imageData of img 1
>
> --
> Best regards,
>
> Mark Scho
Hi Kenji,
You can do this as a workaround:
set the text of img 1 to url myURL
put the imageData of img 1
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Use Colo
Konichi-wa Kenji,
Am 18.01.2014 um 13:06 schrieb Kenji Kojima :
> Hi,
>
> I cannot get the imagedata of internet linked image on version 6.5.1.
>
> The script is:
>
> set the filename of image 1 to "http://kenjikojima.com/livecode/dog/dog1.jpg";
> put the imageData of image 1
> It put “1” and
Hi,
I cannot get the imagedata of internet linked image on version 6.5.1.
The script is:
set the filename of image 1 to "http://kenjikojima.com/livecode/dog/dog1.jpg";
put the imageData of image 1
It put “1” and the image changed to gray.
I can get the imagedata on another version.
Thanks,
24 matches
Mail list logo