Re: Persistent Data of CDE

2006-09-29 Thread Phil Shapiro
Duke Briscoe [EMAIL PROTECTED] writes: I think CDE plugins run as part of the CDE, which is not an applet so {get-the-applet} will not work. Maybe you can run part of your plugin as a subapplet, or use a local file instead of the persistent data feature. Duke is right, the IDE isn't an

Re: about the architecture of applets and curl runtime

2006-06-19 Thread Phil Shapiro
Friedger [EMAIL PROTECTED] writes: Even within one applet you can have more threads by using {after 0s }.This works as there is nearly everything is event based. However you can't create threads manually. Actually, using {after 0s do ...} doesn't use another thread; the code inside the

Re: about RTE console

2005-07-26 Thread Phil Shapiro
Christopher Barber [EMAIL PROTECTED] writes: 前川享仁 wrote: Hi gurus, In my project, some say that logging informations should be outputted into RTE console with {output} and {dump} procedures. I know RTE console is good, but I'm afraid whether it can run even for 24 hours * 365 days and