Hi Ben,
Did't had to deal with Oracle backends for a while now but it should work in
the same way PostgreSQL UTF8 configured dbs does. Here is what works under
PostgreSQL 8.4 to 9.2 :
The worflow configuration context : LC Editor client app / Web Browser <-
internet -> LC server socket lisren
On 14/02/14 20:05, Benjamin Beaumont wrote:
Dear List Members.
We are pleased to announce the release of LiveCode 6.6 DP1.
Warning, this is a pre-release with new features which have the potential
to cause issues. Please ensure you backup your stacks before testing this
release.
*Important Cha
Hi,
the url seems to be alright to me.
Any news on the sample stacks?
Best regards,
Marc
Op 15-feb.-2014, om 12:48 heeft Richmond het
volgende geschreven:
> On 14/02/14 20:05, Benjamin Beaumont wrote:
>> Dear List Members.
>>
>> We are pleased to announce the release of LiveCode 6.6 DP1.
>>
For anyone who cares, I re-wrote Bob's code to handle a variable-length
string like so:
on mouseUp
put 10 into wc
repeat with i = 1 to wc
put i & space after tData
end repeat
put the ticks into line one of theTime
repeat 100 div wc
repeat with j = 1 to wc
Bug 11814
This bug is caused by setting acceleratedRendering to true
On 2/14/14, 5:06 PM, "Michael Gruenthal" wrote:
>Just ran a stable in 6.5 iPad (1024 X 768) stack in the iOS 7 retina
>simulator. As is, it is scaled down to occupy the bottom left quarter of
>the simulator screen, but all obj
On 15/02/14 17:07, Marc Van Cauwenberghe wrote:
Hi,
the url seems to be alright to me.
Any news on the sample stacks?
Best regards,
Marc
I phoned the engineers at BLIZOO,
http://en.wikipedia.org/wiki/Blizoo
here in Bulgaria, and they told me that they cannot connect to
downloads.liveco
Am setting up a lot of iOS flds so the user can hit the "Next" key and go
to the next fld.
I've sen a few instances where an up image or down image or "X" or "Done"
have been added to the space above the keyboard. I'm referring to ability
to go from fld to fld or hide the keyboard.
Is the way to
How I'm amusing myself this weekend:
installing this in VMware:
http://www.android-x86.org/
Richmond.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preference
If it helps, I can access all of those links here in NY city.
Paul
> On Feb 15, 2014, at 11:08 AM, Richmond wrote:
>
>> On 15/02/14 17:07, Marc Van Cauwenberghe wrote:
>> Hi,
>>
>> the url seems to be alright to me.
>>
>> Any news on the sample stacks?
>>
>> Best regards,
>> Marc
>
> I phon
Me too! And I’m in Brooklyn! So, quite a range of coverage here in the States.
On Feb 15, 2014, at 12:50 PM, PystCat wrote:
> >If it helps, I can access all of those links here in NY city.
___
use-livecode mailing list
use-livecode@lists.runrev.com
P
All links okay in Atlanta, GA.
On Sat, Feb 15, 2014 at 11:08 AM, Richmond wrote:
>
> here in Bulgaria, and they told me that they cannot connect to
> downloads.livecode.com/livecode/
> or lists.runrev.com: so something going on there.
>
> At the moment I cannot, also, connect with
> http://andre
Am 15.02.2014 um 19:45 schrieb Jim Kanter :
> All links okay in Atlanta, GA.
Same over here in germany! :-)
> On Sat, Feb 15, 2014 at 11:08 AM, Richmond
> wrote:
>>
>> here in Bulgaria, and they told me that they cannot connect to
>> downloads.livecode.com/livecode/
>> or lists.runrev.com: s
All links OK here in Mexico City, too
On 15 Feb 2014, at 12:48 PM, Klaus major-k wrote:
>
> Am 15.02.2014 um 19:45 schrieb Jim Kanter :
>
>> All links okay in Atlanta, GA.
>
> Same over here in germany! :-)
>
>> On Sat, Feb 15, 2014 at 11:08 AM, Richmond
>> wrote:
>>>
>>> here in Bulg
On 15/02/14 20:48, Klaus major-k wrote:
Am 15.02.2014 um 19:45 schrieb Jim Kanter :
All links okay in Atlanta, GA.
Same over here in germany! :-)
I have just had a majorly stupid conversation with an 'engineer' from my
ISP provider who told me this:
1. Maybe the Livecode people have blo
Richmond-
Hmmm... possible dns resolution issues?
Can you ping www.livecode.com ?
If not, can you ping 37.59.205.89 ?
You might also try reconfiguring your dns settings to point to
Google's dns servers at 8.8.8.8 to see if that helps.
--
-Mark Wieder
ahsoftw...@gmail.com
On 15/02/14 21:30, Mark Wieder wrote:
Richmond-
Hmmm... possible dns resolution issues?
Can you ping www.livecode.com ?
If not, can you ping 37.59.205.89 ?
You might also try reconfiguring your dns settings to point to
Google's dns servers at 8.8.8.8 to see if that helps.
pinging 37.59.205.8
On Sat, Feb 15, 2014 at 11:04 AM, Richmond wrote:
> Anyway; obviously nothing wrong with RunRev, and quite a lot with my ISP
> over here: both in terms of their service, and
> in terms of the fact that their people talk unmitigated rubbish.
>
Sadly, not an unusual situation. It seems many suppor
Richmond-
Saturday, February 15, 2014, 11:43:37 AM, you wrote:
> and "bingo", everything is lovely.
Yay!
--
-Mark Wieder
ahsoftw...@gmail.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscri
iOS provides this via the inputAccessoryView property. See
https://developer.apple.com/library/ios/documentation/StringsTextFonts/Conce
ptual/TextAndWebiPhoneOS/InputViews/InputViews.html
It¹s not accessible in LC as far as I know, so you¹ll either need an
external or use LC objects to fake it.
Hi,
Two people who asked me to reserve a book for them haven't ordered it
yet. This means that there are still two books abailable. Feel free to
contact me before purchasing.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk
Can someone elaborate why assert is better then using "is true/false", and what
additional things it adds?
I don't feel i can do the following otherwise: "Please do not be afraid to try
it out as we need feedback to develop it further." (page 7,
http://downloads.livecode.com/livecode/6_6_0/Live
Bjornke,
That was my question exactly.
On Sat, Feb 15, 2014 at 5:24 PM, Björnke von Gierke wrote:
> Can someone elaborate why assert is better then using "is true/false", and
> what additional things it adds?
>
> I don't feel i can do the following otherwise: "Please do not be afraid to
> try i
On Sat, Feb 15, 2014 at 5:24 PM, Björnke von Gierke wrote:
> Can someone elaborate why assert is better then using "is true/false", and
> what additional things it adds?
>
'assert' is designed for writing tests for your code. That being the case,
if 'assert' fails then the assertError message is
The assert command seems to have appeared out of nowhere. Is it on any
plan that anyone has seen?
Anyway, with assert:
-
--Test Harness using assert
-
command test1
assert .
end test1
command test2
assert .
end test2
on
24 matches
Mail list logo