Re: more on-rev issues

2012-08-20 Thread Pierre Sahores
My mistake. Thanks for your clarification reminder, Mike. Le 20 août 2012 à 22:54, Mike Bonner a écrit : > Engine Changes > > Important: As of 5.5-dp-3, the default stack file format has been updated > to 5.5. The previous default version (2.7) has been set as a legacy option > in the “Save As”

Fwd: more on-rev issues

2012-08-20 Thread Pierre Sahores
tack function start_rias_lib return the internet date & "" end start_rias_lib function rias_lib_main_ctl return "OK" end rias_lib_main_ctl Début du message réexpédié : > De : Pierre Sahores > Date : 20 août 2012 22:43:54 HAEC > À : How to use LiveCode

Re: more on-rev issues

2012-08-20 Thread Mike Bonner
Engine Changes Important: As of 5.5-dp-3, the default stack file format has been updated to 5.5. The previous default version (2.7) has been set as a legacy option in the “Save As” dialog. As such, the field updates added in 5.5 are now no longer considered experimental. Warning: File Format chan

Re: more on-rev issues

2012-08-20 Thread Pierre Sahores
Your stack seems to be corrupted if i try to open it from the IDE. And from the message box, the reply is "no such card". If that can help, you can send me both your lc cgi-script + your stack lib if you want that try to get it running as a working example. Server's stacks don't have to be save

Re: more on-rev issues

2012-08-20 Thread Dr. Hawkins
On Sun, Aug 19, 2012 at 1:45 PM, Pierre Sahores wrote: > Try in having the lc script and the livecode lib stack in the same > directory > > and use this code to know if all get as expected : > I don't seem to be getting far enough to try that; the file isn't getting found. they're both there in

Re: more on-rev issues

2012-08-19 Thread Pierre Sahores
Try in having the lc script and the livecode lib stack in the same directory and use this code to know if all get as expected : your "test.lc" script start using stack "your_lib.livecode" get start_rias_lib() -- this function lies inside stack "rias_lib.livecode" get ria

Re: more on-rev issues

2012-08-19 Thread Dr. Hawkins
On Sun, Aug 19, 2012 at 12:20 AM, Pierre Sahores wrote: > Did you try without the send form : > > > start using stack "quiet.livecode" > > put "now using " > > preOpenStack > i currently have put "trying the stack " start using stack "/home/dochawkb/public_html/quiet.27.livecode" put "now using

Re: more on-rev issues

2012-08-19 Thread Pierre Sahores
Did you try without the send form : > start using stack "quiet.livecode" > put "now using " > preOpenStack Le 19 août 2012 à 02:10, Dr. Hawkins a écrit : > I've got > start using stack "quiet.livecode" > put "now using " > send "preOpenStack" to stack "quiet.livecode" > > and I get: > > file

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
Save the stack as legacy 2.7 and try it again. (assuming you're using lc 5.5 now) lc server can't open 5.5 format stacks yet. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: more on-rev issues

2012-08-18 Thread Dr. Hawkins
On Sat, Aug 18, 2012 at 3:30 PM, Richard Gaskin wrote: > es, RevServer should allow creation and manipulation of objects (at least > the older Rev CGI allowed this), and using the "save" command you should > even be able to save those changes to disk. At that point, everything could exist, then--

Re: more on-rev issues

2012-08-18 Thread Richard Gaskin
Dr. Hawkins wrote: In particular, what I'll ultimately need is for them to run scripts that build cards and then put the output to pdf (which is currently working in livecode) Can help in about those tasks as long i only build HTML5/CSS3/JQuery outputs from my own on-rev stack's libs. I'm no

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
ah k, I think I remember the trouble I had with fields/buttons/etc was because I had scripts in them. Though certain things are still said not to work (as mentioned, the visual stuff like snapshot) On Sat, Aug 18, 2012 at 4:26 PM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de> wrote: > As Mi

Re: more on-rev issues

2012-08-18 Thread Matthias Rebbe
Hi Stephan, that sounds very interesting. I tried this some weeks ago w/o success. Do you have a sample script to show. Regards, Matthias Am 19.08.2012 um 00:24 schrieb stephen barncard : > I've been able to read/write to a field in a stack from an .irev document > using livecode server. And

Re: more on-rev issues

2012-08-18 Thread Matthias Rebbe
As Mike already stated that will not work. But you could use Quartam PDF library. http://www.quartam.com That library works also with LiveCodeServer. See the example page at http://quartam.on-rev.com/qrtpdfdemos.irev Regards, Matthias Am 18.08.2012 um 23:57 schrieb Mike Bonner : > Don't belie

Re: more on-rev issues

2012-08-18 Thread stephen barncard
I've been able to read/write to a field in a stack from an .irev document using livecode server. And while in the IDE on land, I've used UI elements in the stack for testing routines that aren't used 'in the wild'. lc server doesn't seem to choke on those UI elements, usually ignores. I think I'v

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
Don't believe you can manipluate the cards/objects directly. If you look at this page: http://www.runrev.com/developers/documentation/server/ part 3.2 using stacks it says you can't use visual related stuff when using a stack. Since there is no actual stack displayed, hence no screen coords or an

Re: more on-rev issues

2012-08-18 Thread Dr. Hawkins
On Sat, Aug 18, 2012 at 2:04 PM, Pierre Sahores wrote: > See this example script witch acts as the stack "rias_lib.livecode" > launcher > start using stack "rias_lib.livecode" > ... > catch tErr > try > ... > start using stack "rias_lib_bis.livecode" -- th

Re: more on-rev issues

2012-08-18 Thread Pierre Sahores
See this example script witch acts as the stack "rias_lib.livecode" launcher Le 18 août 2012 à 22:49, Dr. Hawkins a écrit : > On Sat, Aug 18, 2012 at 1:10 PM, Pierre Sahores > wrote: >> >> To target the revServer 4.6.4, the script need to be named as > "yourchoice.irev" and to >> target the r

Re: more on-rev issues

2012-08-18 Thread Dr. Hawkins
On Sat, Aug 18, 2012 at 1:10 PM, Pierre Sahores wrote: > > To target the revServer 4.6.4, the script need to be named as "yourchoice.irev" and to >target the revServer 5.0.2, the script need to be named as "yourchoice.lc" for simple >scripts and "yourchoice.livecode" for stacks to be inserted in

Re: more on-rev issues

2012-08-18 Thread stephen barncard
I can't say enough good things about the Livecode server environment. A good tip for those starting to to work with the server is to put a set the errormode to "inline" as the first line of code after the http://www.google.com/profiles/sbarncar> ___ u

Fwd: more on-rev issues

2012-08-18 Thread Pierre Sahores
Sorry for the mistake : instead of revServer 5.0.2, please read LC-server 5.0.2 Début du message réexpédié : > De : Pierre Sahores > Date : 18 août 2012 22:10:59 HAEC > À : How to use LiveCode > Cc : Pierre Sahores > Objet : Réexp : more on-rev issues > > To target the

Fwd: more on-rev issues

2012-08-18 Thread Pierre Sahores
hoice.lc" scripts Début du message réexpédié : > De : Pierre Sahores > Date : 18 août 2012 22:03:15 HAEC > À : How to use LiveCode > Cc : Pierre Sahores > Objet : Rép : more on-rev issues > > Use > >> > put "Hello world." >> ?> >

Re: more on-rev issues

2012-08-18 Thread Pierre Sahores
Use > put "Hello world." > ?> without space between ?rev to get a response from the revServer 4.6.4 and > put "Hello world." > ?> to get a response from the LC-Server 5.0.2. As you will verify, both engines are available to each on-rev accounts About the on-rev standalone, you are tr

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
Also just occurred to me if you have an .htaccess in the folder already with something strange in it, the .htaccess itself might be breaking lc. On Sat, Aug 18, 2012 at 1:58 PM, Alex Tweedly wrote: > If you go into your browser's "View source" you'll see that it contains > something like > > >

Re: more on-rev issues

2012-08-18 Thread stephen barncard
.lc is the last version of lc server that can run stacks, and .rev would call an earlier version - both versions are running at on-rev On Sat, Aug 18, 2012 at 12:57 PM, Mike Bonner wrote: > Hmm, out of curiosity, if you change it to ?> rather than > And vice versa, if you leave it as .lc doe

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
Ah yep, just found the info. .irev maps to the rev server engine, so using the http://lessons.runrev.com/m/4070/l/41105 to do your own mappings) On Sat, Aug 18, 2012 at 1:57 PM, Mike Bonner wrote: > Hmm, out of curiosity, if you change it to ?> rather than > And vice versa, if you leave it as

Re: more on-rev issues

2012-08-18 Thread Alex Tweedly
If you go into your browser's "View source" you'll see that it contains something like This is outside the lc section with the first 3 lines in some odd colour / format. No idea how or why or what it means - I'd try re-typing and uploading again -- Alex. On 18/08/2012 20:52, Dr. Hawkins wr

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
Hmm, out of curiosity, if you change it to rather than wrote: > On Sat, Aug 18, 2012 at 12:29 PM, Mike Bonner wrote: > > > The source of the page is this: (after being sent by on-rev) > > > > > > This is new text > > > > Thanks, but that doesn't seem to do it: > >put "This is inside the lc

Re: more on-rev issues

2012-08-18 Thread Alex Tweedly
Not sure it should matter, but try omitting the space; i.e. But even then, where does "this is new text" come from ? I wonder if your top-level directory on the site is pointed to a different directory from what you intend ? To check that, I'd suggest you try putting a .html file in your top le

Re: more on-rev issues

2012-08-18 Thread Dr. Hawkins
On Sat, Aug 18, 2012 at 12:29 PM, Mike Bonner wrote: > The source of the page is this: (after being sent by on-rev) > > > This is new text > Thanks, but that doesn't seem to do it: This is outside the lc section at http://dochawkbk.on-rev.com/test2.irev still yields This is outside the lc s

Re: more on-rev issues

2012-08-18 Thread Mike Bonner
The source of the page is this: (after being sent by on-rev) This is new text Remove the space between ? and lc On Sat, Aug 18, 2012 at 1:19 PM, Dr. Hawkins wrote: > This is getting more frustrating by the minute . . . > > The On-rev standalone seems unstable, at best. hitting a couple of

more on-rev issues

2012-08-18 Thread Dr. Hawkins
This is getting more frustrating by the minute . . . The On-rev standalone seems unstable, at best. hitting a couple of arrow keys to maneuver seems to knock it out of commission. It didn't even occur to me to check or ssh access. Anyway, on-rev doesn't seem to be rendering .irev files as such;