Anyone know what special little thing needs to be done so that the ControlKeys
work for windows apps? (4.5.2) Studio on Snow Leopard
Ctrl+4, for example is set up in the Go Menu to go last cd, and the menu
selection does just that; however pressing the ControlKey and number 4 does
nothing; in f
I was looking at some of these javascript controls. I have the desire to
implement some of these with revServer. :)
http://dhtmlx.com/docs/products/dhtmlxDataView/index.shtml
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/OT-Some-pretty-JS-tp3171640p3171640.html
Richard-
Sunday, January 2, 2011, 6:45:27 PM, you wrote:
> Since the libURL code in question isn't branching by OS, what could make
> this issue OS-specific?
Well, there's sockets and there's sockets. Linux and OSX share the
same sort of underlying library layer, so I'm not surprised they both
a
OOPS my bad. Didn't read it correctly. I've added the pause and things seem
to work again. Hurray
On Sun, Jan 2, 2011 at 9:15 PM, Chipp Walters wrote:
> Dave,
>
> BTW, I'm using REv 4.0 and libURL 1.1.6. The ulDoProcessLength handler is
> not the same as the one you show. Where should I put the
Dave,
BTW, I'm using REv 4.0 and libURL 1.1.6. The ulDoProcessLength handler is
not the same as the one you show. Where should I put the delay?
On Sun, Jan 2, 2011 at 9:11 PM, Chipp Walters wrote:
> Dave,
> Per your advice, this seems to work more often, but not always. I'll try
> the delay nex
Dave,
Per your advice, this seems to work more often, but not always. I'll try the
delay next.
on mouseUp
put ""
set the httpHeaders to "Connection: close"
put URL "http://www.widgetgadget.com/stuff/test.log"; into fld 1
put the number of lines in fld 1
end mouseUp
On Sun, Jan 2, 2011
On 3 Jan 2011, at 02:27, Chipp Walters wrote:
> Dave,
>
> It's just a standard IIS logfile from a server. There's nothing funny about
> it. In fact, I cut/pasted it into a text file and uploaded it to the server
> it's on right now, so as to keep Chris from hollering at me! (It had the
> problem
Dave Cragg wrote:
I'm also seeing strange results on Windows.
FWIW I just ran some additional tests on Ubuntu, and there I'm getting
the same good result as on OS X.
Since the libURL code in question isn't branching by OS, what could make
this issue OS-specific?
--
Richard Gaskin
Fourt
Dave,
It's just a standard IIS logfile from a server. There's nothing funny about
it. In fact, I cut/pasted it into a text file and uploaded it to the server
it's on right now, so as to keep Chris from hollering at me! (It had the
problem on our server as well).
Do you suggest I add the debug lin
On 3 Jan 2011, at 00:34, Mark Wieder wrote:
> Chipp-
>
> Sunday, January 2, 2011, 4:26:40 PM, you wrote:
>
>> Even more interesting. On my Mac, it returns correctly, just not on my PC.
>
> Yep. I can verify that here. Returns 4558 every time on OSX. On XP I'm
> getting different results. Somet
I wish a great good year
for RunRev Ltd. and
every developer in this
platform.
My top item in wish list for
this Development platform
is a Librarian who could
write code. Just one.
http://runtime-revolution.278305.n4.nabble.com/OAuth-td3087738.html#a3087968
Best from your friend in GMT-4
htt
Thanks Mark,
According to Chris, when he checks the log files, he's finding an error
corresponding to the socket doesn't exist anymore.
I'm off to implement my put URL's in cURL, unless someone has a fix.
On Sun, Jan 2, 2011 at 6:34 PM, Mark Wieder wrote:
> Chipp-
>
> Sunday, January 2, 2011,
Chipp-
Sunday, January 2, 2011, 4:26:40 PM, you wrote:
> Even more interesting. On my Mac, it returns correctly, just not on my PC.
Yep. I can verify that here. Returns 4558 every time on OSX. On XP I'm
getting different results. Sometimes 4558, sometimes 0 (I added a "put
the result into field
Even more interesting. On my Mac, it returns correctly, just not on my PC.
On Sun, Jan 2, 2011 at 6:19 PM, Chipp Walters wrote:
> I always believed a get URL call was part of libURL. Isn't it?
>
> Any of you guys running Windows? And what version of LC/Rev?
>
>
> On Sun, Jan 2, 2011 at 6:16 PM,
I always believed a get URL call was part of libURL. Isn't it?
Any of you guys running Windows? And what version of LC/Rev?
On Sun, Jan 2, 2011 at 6:16 PM, Colin Holgate wrote:
> Your test seems puzzling. Running exactly what you gave always gives 4558,
> but then you talk about libURL, which y
Chipp Walters wrote:
Can anyone confirm this for me?
Create a stack. Add one field and one button.
Set the script of the button to:
on mouseUp
put ""
put URL "http://www.widgetgadget.com/stuff/test.log"; into fld 1
put the number of lines in fld 1
end mouseUp
The button downloads a t
Your test seems puzzling. Running exactly what you gave always gives 4558, but
then you talk about libURL, which you haven't used. Is there a different script
we're supposed to compare against?
___
use-livecode mailing list
use-livecode@lists.runrev.
Can anyone confirm this for me?
Create a stack. Add one field and one button.
Set the script of the button to:
on mouseUp
put ""
put URL "http://www.widgetgadget.com/stuff/test.log"; into fld 1
put the number of lines in fld 1
end mouseUp
The button downloads a test log with 4558 lines
on my account, my ftp user name needs to be in the form
"tais...@taishan.on-rev.com" ; is that what is causing your problem?
Tim Selander
Tokyo, japan
On 1/2/11 11:31 PM, Michael Kann wrote:
I haven't been to the on-rev server for a while and find I can't get in. Here's
what I'm trying with F
This thing is better than Navicat - and it works perfectly. I've been
looking for an app that was this complete for years.
http://www.sequelpro.com/
edits blobs of all kinds
dual mode editing - double click edit in cell or in a field
useful console showing exact commands sent to server - great
Michael,
so you have problems to connect via ftp to on-rev? i tried with my account on
the loki server with filezilla under mac os x and it works.
So if you cannot access to your server and if it is not the loki server, then i
would assume that the ftp daemon is not running on that server. in t
Hi
I had forgotten about revert - I just thought it was an entry on the File
menu! As my program/app loads a separate data stack which is the one I want
to revert then would need to do this?
put the defaultstack into myOldStack
set the defaultstack to myDataStack
revert
set the defaultstack to m
for "host", try using the host name, not your user name.
So instead of
host: taishan.on-rev.com
user: taishan
password: good_password
it should be (something like)
host: loki.on-rev.com
user: taishan
password: good_password
depending on which actual server your account is on.
-- Alex.
On
On 1/2/11 12:38 PM, Ian McKnight wrote:
Hi
Could someone confirm (or otherwise) that what I hope to happen with this
script will indeed happen?
I have a stack loaded into memory at start up. I have exclusive use of it
for a period of time. When the time runs out someone else can use and change
Matthias,
Thanks for pointing me to the cPanel login form. I got in. Do you know of any
change that would keep me from accessing the server from FileZilla? I've always
done it before. I'm more used to using that program and need to move a lot of
files.
Thanks,
Mike
--- On Sun, 1/2/11, Matth
I haven't tested your script but wanted to suggest looking at the "revert"
command as I believe this is supposed to force the reload of a stack.
Regards,
Scott Rossi
Creative Director
Tactile Media, UX Design
On Jan 2, 2011, at 10:38 AM, Ian McKnight wrote:
> Hi
>
>
> Could someone confirm
Hi
Could someone confirm (or otherwise) that what I hope to happen with this
script will indeed happen?
I have a stack loaded into memory at start up. I have exclusive use of it
for a period of time. When the time runs out someone else can use and change
the stack. But I want to use the data sta
Danke
--- On Sun, 1/2/11, Matthias Rebbe wrote:
From: Matthias Rebbe
Subject: Re: On-Rev Server Access
To: "How to use LiveCode"
Date: Sunday, January 2, 2011, 10:43 AM
Michael,
Just use the login form at the top of the page at
http://www.on-rev.com
Regards,
Matthias
Am 02.01.2011 um 15
Michael,
Just use the login form at the top of the page at
http://www.on-rev.com
Regards,
Matthias
Am 02.01.2011 um 15:31 schrieb Michael Kann :
> I haven't been to the on-rev server for a while and find I can't get in.
> Here's what I'm trying with Filezilla:
>
> host: taishan.on-rev.com
Daylight savings. Ah. Thanks for pointing it out :-)
On Sunday, January 2, 2011, BNig wrote:
>
> Hi Chipp,
>
> it is daylight saving that throws things off.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe,
I haven't been to the on-rev server for a while and find I can't get in. Here's
what I'm trying with Filezilla:
host: taishan.on-rev.com
user: taishan
password: good_password
Of course it might just be me. I'm just wondering if anything has changed in
the access procedure.
Wishing everyone a H
Sorry: item 3 of the dateItems.
On Jan 1, 2011, at 11:58 PM, Chipp Walters wrote:
Hey, can anyone try this or tell me why it doesn't work?
If I use any other date than 11/07/2010, it generates the next date.
But for
some reason Nov 7 doesn't work?
on mouseUp
put "11/07/2010" into tDate
an
On Jan 1, 2011, at 11:58 PM, Chipp Walters wrote:
Hey, can anyone try this or tell me why it doesn't work?
If I use any other date than 11/07/2010, it generates the next date.
But for
some reason Nov 7 doesn't work?
on mouseUp
put "11/07/2010" into tDate
answer nextDayDate(tDate)
end mou
On Jan 1, 2011, at 5:29 PM, Nonsanity wrote:
Happy 1293858000!
~ Chris Innanen
~ Nonsanity
LOL!!! Now that's a Happy LC New Year!
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
___
use-livecode mailing list
use-livec
On Jan 1, 2011, at 5:26 PM, Sivakatirswami wrote:
I'm all the time editing locked or list fields or fields where the
traversal is off.
The "onerous" method is of course to switch to the select tool,
double click on the fld; choose Contents from the drop down menu,
resize the window if you
Hi Chipp,
it is daylight saving that throws things off.
For the people in Europe it is the 31st of october that will not work with
your original code.
As Sarah (who knows all about dates) recomends: always calculate from 12 h
noon for calculating dates.
--
on mouseUp
put "10/31
Medard wrote:
> Robert Mann wrote:
>
> > have a good day, bonne journée.. et fetes!
>
> "I wish you a Merry Christmas and Happy New Year" :-)
>
> Nonetheless, if Livecode could standardize on UTF-8...
Watching "charset" in the dictionary, it cannot be changed, only read...
The charset is set
Interesting.
I wonder if it has anything to do with GMT? I'm -600 and the calc is off by
3600 seconds..? And the folks who are in Europe have no problem with this
script? Maybe Kevin or someone from the mothership can weigh in?
On Sun, Jan 2, 2011 at 3:08 AM, Jacques Hausser wrote:
> Hello,
>
>
Hello,
Here the answer is OK also. Mac OS 10.6.5 too. I guess the culprit is not LC,
but what's behind...
Happy New Year
Jacques
Le 2 janv. 2011 à 09:54, André Bisseret a écrit :
> Bonjour Chipp,
>
> Here, with your script, I get 11/8/10 as expected.
>
> Mac 10.6.5; liveCode 4.5.2
>
> Best
Bonjour Chipp,
Here, with your script, I get 11/8/10 as expected.
Mac 10.6.5; liveCode 4.5.2
Best regards from Grenoble
Bonne et heureuse année à tous
André
Le 2 janv. 2011 à 05:58, Chipp Walters a écrit :
> Hey, can anyone try this or tell me why it doesn't work?
> If I use any other date
40 matches
Mail list logo