Thanks Andy, you’re right, that a good explanation.
I’m also seeing Richards discussion of encoded arrays:
http://permalink.gmane.org/gmane.comp.ide.revolution.user/176711
I tried base64/compressed/encoding as he suggests with a “.txt” suffix and that
seems to work. It seems it won’t work at all
Hi Peter,
Have a look at this lesson, its a very clear example of how Load works. The
dictionary entry is not very helpful for Load.
http://lessons.livecode.com/m/4071/l/7523-how-do-i-get-the-content-of-a-url-on-a-web-server-into-revolution?id=7523-how-do-i-get-the-content-of-a-url-on-a-web-serv
I found it! :D
The tutorial I was looking for
is a chapter within the MS Windows
executable Program named:
Derbrill Tutorials.
Many thanks again for
pointing this quest in
the correct direction :)
Have a nice weekend!
Alejandro
___
use-livecode maili
Hi Malte,
Many thanks for answering this request! :D
I searched use-livecode mail list after chatrev contest (until
December 2005), and only found a reference to one stack.
In August 2005, you posted a link to this stack: pngvsgif.rev
http://lists.runrev.com/pipermail/use-livecode/2005-August/06
I’m loading an encoded array file from a remote server and want to put it into
a variable:
local sURL,sData
load URL sURL with message “downloadComplete"
on downloadComplete
open URL sURL
put arrayDecode(sURL) into sData
end downloadComplete
I get an error--
(put: erro
On 09/21/2016 12:10 PM, Sannyasin Brahmanathaswami wrote:
I'll give it a go again.. thanks Mark! I see you uploaded a version 3 hours
ago…
Yeah... I finally had time to clear out some longstanding bugs, so I put
a 3.0.20 build online.
cross fingers for compatilibity on 8.1 OS X
So far se
Monte Goulding wrote:
>> On 22 Sep 2016, at 8:03 AM, Richard Gaskin wrote:
>>
>> Either way, seems worth exploring, either refining the behavior
>> or the token's documentation.
>
> I personally don’t see any harm in throwing a general merge
> evaluation error and it would be relatively easy to i
I use SourceCodePro in all my programming IDEs (LiveCode, R, Matlab, Octave,
...). It is a very clean monospaced font, and comes in a wide variety of
weights.
> On Sep 21, 2016, at 3:33 AM, use-livecode-requ...@lists.runrev.com wrote:
>
> Message: 7
> Date: Tue, 20 Sep 2016 18:31:29 -0700
> Fr
> On 22 Sep 2016, at 8:03 AM, Richard Gaskin wrote:
>
> Either way, seems worth exploring, either refining the behavior of the
> token's documentation.
I personally don’t see any harm in throwing a general merge evaluation error
and it would be relatively easy to implement. It would be signif
Any bootstrap hackers out there? I'm working on fixing something in the
docs (which are rendered using bootstrap), and I haven't put my finger on
exactly what isn't right, yet.
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day,
Monte Goulding wrote:
>> On 22 Sep 2016, at 6:51 AM, Richard Gaskin wrote:
>>
>> Interesting. If merge is indeed thwarting normal error handling
>> then that may be related.
>
> Has merge ever thrown errors on invalid expressions? It seems to be
> deliberately implemented so it doesn’t and I don
DId anyone do the "advanced" challenge and make a robowars clone? And if
so, is there any chance I can have a look at it?
On Wed, Sep 21, 2016 at 3:55 PM, Malte Brill wrote:
> Hi Al,
>
> this was way back in 2005. More than a decade ago (omg I am old). It
> was a contest held in chatrev. M
Hi Al,
this was way back in 2005. More than a decade ago (omg I am old). It was a
contest held in chatrev. Make something cool within the starter kit limits (10
lines of code). I am afraid I lost all copies of it. I remember I spent more
time in Photoshop to create the font, then I spent in
Source Code Pro since Mark Wieder (the font of all wisdom) posted the link on
this list some years ago…
>
> On 09/20/2016 06:36 PM, Monte Goulding wrote:
> >
> >> On 21 Sep 2016, at 11:31 AM, Jeanne A. E. DeVoto
> >> wrote:
> >>
> >> Source Code Pro is appealing.
>
> Source Code
At 9:21 AM -0700 9/21/2016, Richard Gaskin wrote:
I was a big fan of Andale Mono for many years, deeply in love were
it not for one failing critical in programming: the descending tail
of the comma is too short, requiring a closer look than should be
necessary to distinguish it from a period.
At 7:45 AM +0100 9/21/2016, Peter TB Brett wrote:
I currently use Source Code Pro. I find Courier nearly unreadable,
unfortunately. In the past (by which I mean pre-2009) I used to
mostly use the "MiscFixed" X11 bitmap font.
There are odd differences between Courier and Courier New depending
> On 22 Sep 2016, at 6:51 AM, Richard Gaskin wrote:
>
> Interesting. If merge is indeed thwarting normal error handling then that
> may be related.
Has merge ever thrown errors on invalid expressions? It seems to be
deliberately implemented so it doesn’t and I don’t recall it ever doing
ot
Thank you, Panos.
Henry
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/LC-8-1-0-Inclusions-and-DataGrid-bug-tp4708743p4708746.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode
Interesting. If merge is indeed thwarting normal error handling then
that may be related.
I just filed a report on this:
http://quality.livecode.com/show_bug.cgi?id=18457
I added a second test in which the merge call is within a try block,
with even weirder results than the first exercise (se
Hi Henry,
I confirm this is a bug: http://quality.livecode.com/show_bug.cgi?id=18445
It will be fixed in the next release.
Best,
Panos
--
On Wed, Sep 21, 2016 at 11:12 PM, hlowe wrote:
> Using LC 8.1.0 on Mac OS 10. Selecting the checkbox for DataGrid in the
> "Standalone Application Settings
Using LC 8.1.0 on Mac OS 10. Selecting the checkbox for DataGrid in the
"Standalone Application Settings - Inclusions" seems to disable DataGrids
while unchecking DataGrid allows them to function as expected in an iOS app
(both simulator and device). A bug I presume in which the checkbox logic is
r
I got GLX from Jerry "eons" ago, but had challenges…
I'll give it a go again.. thanks Mark! I see you uploaded a version 3 hours
ago… cross fingers for compatilibity on 8.1 OS X
where are the docs?
BR
On 9/20/16, 12:37 PM, "use-livecode on behalf of Bob Sneidar"
wrote:
On Sep 10
semi related, but since 8.* I'm seeing errors that block execution but never
throw an error dialog as such… I have turned on debugging and am trying to
watch for a recipe. But there are times when
stack script: edit/compile (no error thrown)
botton: calls function or fires command in stack scri
On Wed, Sep 21, 2016 at 9:51 AM, Peter TB Brett
wrote:
> On 21/09/2016 13:25, Roger Eller wrote:
>
>> Has anyone here ever ran into this? When I put URL
>> ("file:/path/to/file.xls") into field "imported text", EVERY character has
>> an extra space following it.
>>
>> Example: c e l l 1 TAB c e
Try this:
on mouseUp
put "This is [[ foo() ]] a test" into s
put merge(s)
put foo()
end mouseUp
function foo
return 1 + "string"
end foo
Observed result:
"This is a test" appears in the Message Box
Expected result:
LC would throw an error in the foo function.
Now comment out the line
Jeanne A. E. DeVoto wrote:
> I've used Andale Mono by preference, but I don't have the bold, and
> so on versions of LC after 5.x, bolding for comments and keywords
> doesn't show up in the script editor. (Bah.)
>
> I liked it because it was:
> 1) clean-looking with a good x-height
> 2) has e
> On Sep 21, 2016, at 4:09 AM, Richard Burkett
> wrote:
>
> Hi Devin,
> Yes, that’s pretty much it exactly. I’ll try to isolate when this happens and
> add it to the bug report. And yes, the Inspector failing to re-open seems
> worse in LC 8.0.2
Good news! It finally annoyed @montegoulding s
On 21/09/2016 13:25, Roger Eller wrote:
Has anyone here ever ran into this? When I put URL
("file:/path/to/file.xls") into field "imported text", EVERY character has
an extra space following it.
Example: c e l l 1 TAB c e l l 2 TAB h e l l o w o r l d
I can script them away to normalize the
http://input.fontbureau.com/
On Wed, Sep 21, 2016 at 8:46 AM, Mike Kerner
wrote:
> InputMono Light. It's similar to SCP but I like the shapes better, and
> the antialiasing is less fuzzy.
>
> On Wed, Sep 21, 2016 at 2:46 AM, David Glasgow
> wrote:
>
>> I use Trebuchet MS. It looks a bit differ
InputMono Light. It's similar to SCP but I like the shapes better, and the
antialiasing is less fuzzy.
On Wed, Sep 21, 2016 at 2:46 AM, David Glasgow wrote:
> I use Trebuchet MS. It looks a bit different, doesn't look like an MS
> font, and seems similar on Mac & Win.
>
> Sent from my iBrain v
Has anyone here ever ran into this? When I put URL
("file:/path/to/file.xls") into field "imported text", EVERY character has
an extra space following it.
Example: c e l l 1 TAB c e l l 2 TAB h e l l o w o r l d
I can script them away to normalize the text, but I find it to be strange.
~Roger
Hi Devin,
Yes, that’s pretty much it exactly. I’ll try to isolate when this happens and
add it to the bug report. And yes, the Inspector failing to re-open seems worse
in LC 8.0.2
Thanks,
RIchard
Richard Burkett
richard.burk...@sbcglobal.net
>
> Message: 14
> Date: Wed, 21 Sep 2016 04:25:42
@BR
I adjusted your function a litte bit (and it works now here).
There is a new parameter for testing the upper/lower half
of the image (this param = empty tests the full image).
The mouseUp is my suggestion for a first testing. On base of
these two values you could develop a decision rule for a
33 matches
Mail list logo