Re: Rendezvous, event loops, and why I need SDK docs

2003-11-11 Thread tuviah snyder
>I have asked about whether the external call back to revolution is >thread safe, but have gotten no response. If it is, you can try using >something there. Embedded Revolution supports access to the main event loop. The idea behind embedded Revolution is you would link your external code with

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-11 Thread Alex Rice
On Nov 11, 2003, at 2:14 PM, tuviah snyder wrote: Embedded Revolution supports access to the main event loop. The idea behind embedded Revolution is you would link your external code with librev and compile a custom engine. The advantages are 1) no external overhead on Linux. 2) Single file exe

RE: Rendezvous, event loops, and why I need SDK docs

2003-11-11 Thread MisterX
een it in RR? cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alex Rice > Sent: Tuesday, November 11, 2003 22:43 > To: How to use Revolution > Subject: Re: Rendezvous, event loops, and why I need SDK docs > >

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-11 Thread Alex Rice
On Nov 11, 2003, at 10:44 PM, MisterX wrote: Save often, pick up a good book on C. That C code is hellish! Doing the advanced stuff like the Life game or the imagine stuff on the tutorial is impressive! But should be easy with practice and time. Xavier- thanks for the info. I have already studied

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread xbury . cs
On 12/11/2003 07:18:29 use-revolution-bounces wrote: >On Nov 11, 2003, at 10:44 PM, MisterX wrote: >> Save often, pick up a good book on C. That C code is hellish! Doing the >> advanced stuff like the Life game or the imagine stuff on the tutorial >> is impressive! But should be easy with practice

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread xbury . cs
2/11/03 11:17 Please respond to How to use Revolution To: How to use Revolution <[EMAIL PROTECTED]> cc: Subject: Re: Rendezvous, event loops, and why I need SDK docs . On 12/11/2003 07:18:29 use-revolution-bounces wrote: >On Nov 11, 2003, at 10:

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > Hi everyone, > > I've posted a bug regarding the plug-in message > RevEditScript not being > handled, > So far it's just verified. Has anyone managed to > make it work? If so > how??? > > Im working on the new script editor to replace RR's > ;) > > Yes, I tried p

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread xbury . cs
>Hi Xavier, > >In the Rev IDE, look at the frontScript aptly named >'revFrontScript' ; there you'll find the message >'editScript' is trapped for their own purposes. >So you'll basically have to find a way to beat them to >it :-D > >Hope this helped, > >Jan Schenkel. Jan! My man! Too bad we can't

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: > I've posted a bug regarding the plug-in message RevEditScript not being > handled, I couldn't find the revEditScript message in the Transcript Dictionary. Where is it documented? I'm curious why the messages exists, seemingly mirroring the built-in editScript message..

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread Jan Schenkel
--- Richard Gaskin <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > I've posted a bug regarding the plug-in message > RevEditScript not being > > handled, > > I couldn't find the revEditScript message in the > Transcript Dictionary. > Where is it documented? > > I'm curious why the me

RE: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread MisterX
frontscripts! So basically, we can overide all RR's scripts to build our own IDE ;)) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Richard > Gaskin > Sent: Wednesday, November 12, 2003 17:49 > To: How to use Revolution >

Re: Rendezvous, event loops, and why I need SDK docs

2003-11-12 Thread Richard Gaskin
MisterX wrote: > Richard kindly asked > >> I couldn't find the revEditScript message in the Transcript Dictionary. >> Where is it documented? > > It's in the plugin settings... > NOT documented naturally! > I also tried edit script but Alex hit the nail on the spot! > > I forgot about the "usag