On 9/5/13 7:40 PM, "AC Marketscout" wrote:
> *Our company is seeking a programmer/consultant with significant expertise
> in LiveCode programming on a contract basis for a minimum of 4 weeks,
> with experience building RDBMS backed applications. You will perform
> analysis and implementation of a
On 9/5/13 8:11 PM, "Mike Kerner" wrote:
> Dang, all of that brings back memories - so what is everyone using to build
> reports in LC since RDP is (obviously) dead? So far I haven't been able to
> do everything I want to do in Valentina
Hi Mike,
Hi Andrew,
You talk here about Valentina Reports
Jerry,
Please, read my previous e-mail carefully. I didn't write that you can't
do any calculations beyond 15 digits. I wrote that calculations aren't
reliable beyond 15 digits. I made a general statement. You will find a
similar statement in the LiveCode manual.
--
Best regards,
Mark Schon
OK. I woud like to replace the first word of my reply, from "Nope" to "Yep".
All the rest applies.
.Jerry
On Sep 5, 2013, at 5:11 PM, Mark Schonewille
wrote:
> Jerry,
>
> Please, read my previous e-mail carefully. I didn't write that you can't do
> any calculations beyond 15 digits. I wrote
I think LC uses IEEE binary64 floating point format which can represent
integers to 15+ digits exactly (52+1 bit mantissa). However, last time this
came up somebody made an example that gave inconclusive if not downright
confusing results. Its probably platform specific as well.
.Jerry
On Sep 5
Hi, if somebody has a webstite on DIESEL built on top of revIgniter, please
check and let me know if all is fine. That might help identify a problem on
my on-rev account. Thanks, Robert
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/on-rev-no-incoming-email-t
Hi Geoff,
LiveCode will do calculations reliably on numbers that are no larger
than 15 digits, i.e. at most 999.
If you do a calculation like
1*2
--> 2
it is easy to see that the result is incorrect.
See page 34 of my book.
Perhaps
I've tried many solutions and not really been completely satisfied with any
of them. I've been rolling most of my own with html and javascript.
It's been such a problem I am considering moving reporting to a web app.
On Thu, Sep 5, 2013 at 12:11 PM, Mike Kerner wrote:
> Dang, all of that brings
Dang, all of that brings back memories - so what is everyone using to build
reports in LC since RDP is (obviously) dead? So far I haven't been able to
do everything I want to do in Valentina
On Thu, Sep 5, 2013 at 12:40 PM, AC Marketscout wrote:
> *Our company is seeking a programmer/consultant
I've written bignum routines for addition and multiplication several times
when solving project euler problems. Generally my multiplication functions
bog down at about 200 digits -- i.e. take more than a second to run.
I decided to optimize, and about a dozen iterations later, the below is the
res
*Our company is seeking a programmer/consultant with significant expertise
in LiveCode programming on a contract basis for a minimum of 4 weeks,
with experience building RDBMS backed applications. You will perform
analysis and implementation of a specification we have already created,
which is a ma
Thanks Mark and Thierry for putting me in the right direction.
And yes, Thierry, that did it.
Thanks,
Matthias
Am 05.09.2013 um 16:18 schrieb Thierry Douez :
> Hi Matthias,
>
>
> Check this tar option: --preserve-permissions
> Should do the trick
>
> Regards,
>
> Thierry
>
>
> 2013/9/5
Nope. In the message box try 999+111 which gives you a
correct 16 digit sum of two 15 digit numbers. The limit is not in decimal digit
count. The math is binary.
.Jerry
On Sep 5, 2013, at 4:11 PM, Mark Schonewille
wrote:
> Hi Geoff,
>
> LiveCode will do calculations r
Having invested a lot of time and effort into Unicode work over the last
few years,
and, should it suddenly yield a semi-respectable financial reward, I
will seriously
consider investing in the Commercial version of Livecode when all the
kickstarter goals have
been completed.
What worries me i
Heather-
Thursday, September 5, 2013, 3:02:00 AM, you wrote:
> Note: emailing this list does not provide a good way to alert us
> of issues with on-rev. Emailing the on-rev support urgent queue
> does. Thanks to all those of you who did use this mechanism to alert
> us to the issue.
Asking on th
William Waldman wrote:
We need to recognize that these new devices are an opportunity for
LiveCode - if we want to take advantage of the buzz.
Well said, Bill.
While there's no doubt a certain percentage of Raspberry Pi users who
become disappointed once they understand that it's not a comple
To accommodate what we anticipate will be a larger group than usual,
we've moved the venue for our September meeting, just two blocks north
and across the street from where we used to meet.
The September 12 meeting will be held at:
Hamburger Hamlet, back room
214 S. Lake Ave.
Pasadena, CA 9110
Hi Matthias,
Check this tar option: --preserve-permissions
Should do the trick
Regards,
Thierry
2013/9/5 Matthias Rebbe
> Hi Mark,
>
> thanks for your answer. I am not sure how i can set that flag for Linux
> under Mac OS X.
>
> Using a "ls -al" on Mac OS X i can see that it has already t
Hi Matthias,
What is the owner on Mac OS X? Does this owner exist on Linux? If not, you
might want to chmod a-x or use chown. I think that the tar man page contains
some useful info.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-
Hi Mark,
thanks for your answer. I am not sure how i can set that flag for Linux under
Mac OS X.
Using a "ls -al" on Mac OS X i can see that it has already the executable flag
set. But when i
compress it with tar and move it to Linux and untar it, then flag is not set
anymore.
Regards,
Matth
Hi Matthias,
You should be able to set the executable bit for a linux executable on
Mac OS X and preserve it with tar. Any standard tar cli utility will
honor the permissions when unpacking the file. There is no need to move
it to a Linux box first.
--
Best regards,
Mark Schonewille
Econom
To impact these markets in a worthwhile way, we would need to add
resources that appeal to these markets - which are very different from
each other.
Here's some background to the Academic and Maker markets as I see it,
which would indicate the kinds of support the LiveCode community would
need to
Sorry - Apparently this post is too large to go through without "moderator
approval" and after 3 days, I think I'll just hack it in two.
There's a huge groundswell of interest around a crop of new, relatively
inexpensive ARM based single board computers and micro based boards (the
Raspberry Pi, th
Richmond… I got your ticket thanks, answer will arrive shortly.
I've looked into the feedback form, you are correct in that it gives the
appearance of spinning forever. I will have it fixed. It does in fact submit
the queries, just doesn't tell you it has.
Regards,
Heather
On 5 Sep 2013, at 0
Hi,
i am no Linux expert, although i started my career in the 80s in a company
where we worked exclusively on Xenix and Unix. But that´s a long time ago.
So please excuse my question if it sounds dumbly.
I´ve created a Linux app on MacOSX. To get this app to run under Linux the
customer has to
Hi Terry,
I would never set the height of a field to such a high number. Not only
fields, but groups too cause problems if they get that big. Similar
problems occur on all platforms, including Windows and OSX operating
systems.
A good alternative is to set the field to a reasonable size and
The diesel server was down in two separate incidents. It was not down for 20
hours, it was down for 2 periods of a few hours each. On both occasions we were
very much aware of the issue almost immediately, and working hard behind the
scenes to resolve it. Hopefully the problem is now completely
I had the surprise yesterday, David has been at it and things are back,
except one thing : revIgniter is not getting back the file & path info as it
used to be, and so is broken! So my revIgniter sites are down..;
Anybody has a clue?
==> error returned
file "/home/rman/public_html/groovyarch.com/in
I'm running into what seems like a bug on Android. I have a bunch of formatted
text that I'm displaying in an LC field on Android. The field's height is set
to its formattedHeight in a locked group (it's the only control) and is
scrolled using a native scroller control.
It all works well until
29 matches
Mail list logo